This page is part of the Situational Awareness for Novel Epidemic Response (v1.0.0: STU 1) based on FHIR R4. This is the current published version in its permanent home (it will always be available at this URL). For a full list of available versions, see the Directory of published versions
Defining URL: | http://hl7.org/fhir/uv/saner/StructureDefinition/PreciseDateTime |
Version: | 1.0.0 |
Name: | PreciseDateTime |
Title: | Precise Date Time |
Status: | Draft as of 2021-09-07T19:08:29+00:00 |
Definition: | A dateTime value that contains seconds and a timezone |
Publisher: | HL7 International Public Health Workgroup |
Source Resource: | XML / JSON / Turtle |
The official URL for this profile is:
http://hl7.org/fhir/uv/saner/StructureDefinition/PreciseDateTime
Description of Profiles, Differentials, Snapshots and how the different presentations work.
This structure is derived from dateTime
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
dateTime | 0..* | dateTime | Primitive Type dateTime | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
value | I | 0..1 | dateTime | Primitive value for dateTime DateTimePreciseToSecond: The dateTime value must contain seconds and a timezone |
Documentation for this format |
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
dateTime | 0..* | dateTime | Primitive Type dateTime | |
Documentation for this format |
This structure is derived from dateTime
Differential View
This structure is derived from dateTime
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
dateTime | 0..* | dateTime | Primitive Type dateTime | |
value | I | 0..1 | dateTime | Primitive value for dateTime DateTimePreciseToSecond: The dateTime value must contain seconds and a timezone |
Documentation for this format |
Snapshot View
Name | Flags | Card. | Type | Description & Constraints |
---|---|---|---|---|
dateTime | 0..* | dateTime | Primitive Type dateTime | |
id | 0..1 | string | xml:id (or equivalent in JSON) | |
extension | 0..* | Extension | Additional content defined by implementations | |
value | I | 0..1 | dateTime | Primitive value for dateTime DateTimePreciseToSecond: The dateTime value must contain seconds and a timezone |
Documentation for this format |
Other representations of profile: CSV, Excel, Schematron
Id | Path | Details | Requirements |
DateTimePreciseToSecond | dateTime.value | The dateTime value must contain seconds and a timezone : replaceMatches('[0-9.T]','').length()=6 |