This is Snapshot #3 for FHIR R5, released to support Connectathon 32. For a full list of available versions, see the Directory of published versions.
| FHIR Infrastructure Work Group | Maturity Level: 1 | Trial Use | 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 | |||
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 RelativeDateCriteria: Specifies that a date is relative to some event. The event happens [Duration] after [Event]. Use on Element ID date or Element ID dateTime | |
![]() ![]() | 1..1 | CodeableReference() | Event that the date is relative to | |
![]() ![]() | 0..1 | string | Relative to which element on the event | |
![]() ![]() | 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 RelativeDateCriteria: Specifies that a date is relative to some event. The event happens [Duration] after [Event]. 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 | "target" | |
![]() ![]() ![]() | 1..1 | CodeableReference() | Value of extension | |
![]() ![]() | 0..1 | Extension | Relative to which element on the event | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "targetPath" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 1..1 | Extension | before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "relationship" | |
![]() ![]() ![]() | 1..1 | code | Value of extension Binding: ActionRelationshipType (preferred) | |
![]() ![]() | 1..1 | Extension | Duration after the event | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "offset" | |
![]() ![]() ![]() | 1..1 | Value of extension | ||
![]() ![]() ![]() ![]() | Duration | |||
![]() ![]() ![]() ![]() | Range | |||
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/relative-date" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- RelativeDateCriteria --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/relative-date" > <-- extension sliced by value:url in the specified orderOpen--> <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> <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 RelativeDateCriteria: Specifies that a date is relative to some event. The event happens [Duration] after [Event]. Use on Element ID date or Element ID dateTime | |
![]() ![]() | 1..1 | CodeableReference() | Event that the date is relative to | |
![]() ![]() | 0..1 | string | Relative to which element on the event | |
![]() ![]() | 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 RelativeDateCriteria: Specifies that a date is relative to some event. The event happens [Duration] after [Event]. 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 | "target" | |
![]() ![]() ![]() | 1..1 | CodeableReference() | Value of extension | |
![]() ![]() | 0..1 | Extension | Relative to which element on the event | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "targetPath" | |
![]() ![]() ![]() | 1..1 | string | Value of extension | |
![]() ![]() | 1..1 | Extension | before-start | before | before-end | concurrent-with-start | concurrent | concurrent-with-end | after-start | after | after-end | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "relationship" | |
![]() ![]() ![]() | 1..1 | code | Value of extension Binding: ActionRelationshipType (preferred) | |
![]() ![]() | 1..1 | Extension | Duration after the event | |
![]() ![]() ![]() | 0..1 | id | Unique id for inter-element referencing | |
![]() ![]() ![]() | 0..0 | |||
![]() ![]() ![]() | 1..1 | uri | "offset" | |
![]() ![]() ![]() | 1..1 | Value of extension | ||
![]() ![]() ![]() ![]() | Duration | |||
![]() ![]() ![]() ![]() | Range | |||
![]() ![]() | 1..1 | uri | "http://hl7.org/fhir/StructureDefinition/relative-date" | |
![]() ![]() | 0..0 | |||
Documentation for this format | ||||
XML Template
<!-- RelativeDateCriteria --><extension xmlns="http://hl7.org/fhir" url="http://hl7.org/fhir/StructureDefinition/relative-date" > <-- extension sliced by value:url in the specified orderOpen--> <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> <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.