This
page
is
part
of
the
Snapshot
#3
for
FHIR
Specification
(v4.3.0:
R4B
-
STU
).
The
current
version
which
supercedes
this
version
is
5.0.0
R5
,
released
to
support
Connectathon
32
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
| FHIR Infrastructure Work Group | Maturity Level : 1 |
|
Use Context : Any |
Official
URL
http://hl7.org/fhir/StructureDefinition/relative-date
|
Version : 5.0.0-snapshot3 | |||
| draft as of 2013-12-05 | Computable Name : RelativeDateCriteria | |||
| Flags : Non-Modifier | OID : TBD | |||
Status:
draft.
Extension
maintained
by:
Health
Level
Seven
International
(FHIR
Infrastructure)
Context
of
Use
:
Use
on
Element
ID
date
or
Element
ID
dateTime
Specifies that a date is relative to some event. The event happens [Duration] after [Event].
Comment :
This extension is used when a precise date is not known, but rather, the date will be relative to some future event (e.g. Do this 2 weeks after an operation).
Summary
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
0..1 | Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/relative-date
Use on Element ID date or Element ID dateTime |
|
|
1..1 |
|
|
|
|
|
|
|
|
|
1..1 | code |
before-start
|
before
|
before-end
|
concurrent-with-start
|
concurrent
|
concurrent-with-end
|
after-start
|
after
|
after-end
Binding: ActionRelationshipType ( preferred ) | |
![]() ![]() | 1..1 | Duration , Range |
Duration
after
the
event
|
|
Documentation
for
this
format
|
||||
Full Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
0..1 | Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/relative-date
Use on Element ID date or Element ID dateTime |
|
|
0..* | Extension |
Additional
content
defined
by
implementations
Slice: Unordered, Open by value:url |
|
|
1..1 | Extension |
Event
that
the
date
is
relative
to
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 | CodeableReference () | Value of extension | |
|
|
Extension |
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 |
|
Value
of
extension
|
|
|
1..1 | Extension |
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 |
|
Value
of
extension
|
|
|
1..1 |
|
Duration
after
the
event
|
|
|
0..1 | id |
|
|
|
|
|||
|
|
|
|
|
|
1..1 |
|
||
|
Duration | |||
|
|
|
||
|
1..1 |
|
|
|
|
|
|||
Documentation
for
this
format
|
||||
XML Template
<!-- Relative Date Criteria --><!-- RelativeDateCriteria --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/relative-date" > <-- extension sliced by value:url in the specified orderOpen-->
< < Value of extension</value[x]><extension url="target"> I 1..1 Extension <!-- I 1..1 Event that the date is relative to --> <valueCodeableReference><!-- I 1..1 CodeableReference Value of extension --></valueCodeableReference> </extension>< <<extension url="targetPath"> I 0..1 Extension <!-- I 0..1 Relative to which element on the event --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension>< <</valueDuration><extension url="relationship"> I 1..1 Extension <!-- I 1..1 before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end --> <valueCode value="[code]"/><!-- I 1..1 Value of extension --> </extension> <extension url="offset"> I 1..1 Extension <!-- I 1..1 Duration after the event --> <value[x]><!-- I 1..1 Duration|Range Value of extension --></value[x]> </extension> </extension>
JSON Template
{ //{ // RelativeDateCriteria "extension" : [ // sliced by value:url in the specified order, Open{ //{ // Event that the date is relative to // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ]" " ""url" : "target", // R! "valueCodeableReference" : { CodeableReference } // I R! Value of extension },{ //{ // Relative to which element on the event // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "targetPath", // R! "valueString" : "<string>" // I R! Value of extension }, { // before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "relationship", // R!""valueCode" : "<code>" // I R! Value of extension },{ //{ // Duration after the event // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "offset", // R!" }// value[x]: Value of extension. One of these 2: "valueDuration" : { Duration }, // I R! Value of extension "valueRange" : { Range }, // I R! Value of extension }, ],""extension" : [{ Extension }], // IAdditional content defined by implementations "extension" : { Extension }, // I R! Event that the date is relative to "extension" : { Extension }, // IRelative to which element on the event "extension" : { Extension }, // I R! before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end "extension" : { Extension }, // I R! Duration after the event "url" : "http://hl7.org/fhir/StructureDefinition/relative-date" // R! // value[x]: Value of extension: Prohibited }
Summary
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
0..1 | Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/relative-date
Use on Element ID date or Element ID dateTime |
|
|
1..1 |
|
|
|
|
|
|
|
|
|
1..1 | code |
before-start
|
before
|
before-end
|
concurrent-with-start
|
concurrent
|
concurrent-with-end
|
after-start
|
after
|
after-end
Binding: ActionRelationshipType ( preferred ) | |
![]() ![]() | 1..1 | Duration , Range |
Duration
after
the
event
|
|
Documentation
for
this
format
|
||||
Full Structure
| Name | Flags | Card. | Type |
Description
&
Constraints
|
|---|---|---|---|---|
|
0..1 | Extension |
URL
=
http://hl7.org/fhir/StructureDefinition/relative-date
Use on Element ID date or Element ID dateTime |
|
|
0..* | Extension |
Additional
content
defined
by
implementations
Slice: Unordered, Open by value:url |
|
|
1..1 | Extension |
Event
that
the
date
is
relative
to
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 | CodeableReference () | Value of extension | |
|
|
Extension |
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 |
|
Value
of
extension
|
|
|
1..1 | Extension |
|
|
|
0..1 | id | Unique id for inter-element referencing | |
|
0..0 | |||
|
1..1 | uri |
|
|
|
1..1 |
|
Value
of
extension
|
|
|
1..1 |
|
Duration
after
the
event
|
|
|
0..1 | id |
|
|
|
|
|||
|
|
|
|
|
|
1..1 |
|
||
|
Duration | |||
|
|
|
||
|
1..1 |
|
|
|
|
|
|||
Documentation
for
this
format
|
||||
XML Template
<!-- Relative Date Criteria --><!-- RelativeDateCriteria --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/relative-date" > <-- extension sliced by value:url in the specified orderOpen-->
< < Value of extension</value[x]><extension url="target"> I 1..1 Extension <!-- I 1..1 Event that the date is relative to --> <valueCodeableReference><!-- I 1..1 CodeableReference Value of extension --></valueCodeableReference> </extension>< <<extension url="targetPath"> I 0..1 Extension <!-- I 0..1 Relative to which element on the event --> <valueString value="[string]"/><!-- I 1..1 Value of extension --> </extension>< <</valueDuration><extension url="relationship"> I 1..1 Extension <!-- I 1..1 before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end --> <valueCode value="[code]"/><!-- I 1..1 Value of extension --> </extension> <extension url="offset"> I 1..1 Extension <!-- I 1..1 Duration after the event --> <value[x]><!-- I 1..1 Duration|Range Value of extension --></value[x]> </extension> </extension>
JSON Template
{ //{ // RelativeDateCriteria "extension" : [ // sliced by value:url in the specified order, Open{ //{ // Event that the date is relative to // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ]" " ""url" : "target", // R! "valueCodeableReference" : { CodeableReference } // I R! Value of extension },{ //{ // Relative to which element on the event // I // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "targetPath", // R! "valueString" : "<string>" // I R! Value of extension }, { // before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "relationship", // R!""valueCode" : "<code>" // I R! Value of extension },{ //{ // Duration after the event // I R! // from Element: extension "extension" : [ // sliced by value:url in the specified order, Open ] "url" : "offset", // R!" }// value[x]: Value of extension. One of these 2: "valueDuration" : { Duration }, // I R! Value of extension "valueRange" : { Range }, // I R! Value of extension }, ],""extension" : [{ Extension }], // IAdditional content defined by implementations "extension" : { Extension }, // I R! Event that the date is relative to "extension" : { Extension }, // IRelative to which element on the event "extension" : { Extension }, // I R! before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end "extension" : { Extension }, // I R! Duration after the event "url" : "http://hl7.org/fhir/StructureDefinition/relative-date" // R! // value[x]: Value of extension: Prohibited }
Constraints
Search
| No Search Extensions defined for this resource |
Examples of this extension
No examples found.