Consolidated CDA Release 2.1 StructureDefinition Publication
2.1 - CI Build United States of America flag

Consolidated CDA Release 2.1 StructureDefinition Publication, published by Health Level Seven. This is not an authorized publication; it is the continuous build for version 2.1). This version is based on the current content of https://github.com/HL7/CDA-ccda-2.1-sd/ and changes regularly. See the Directory of published versions

Example Binary: US Realm Date and Time Example

This content is an example of the US Realm Date and Time (DTM.US.FIELDED) Logical Model and is not a FHIR Resource

    
<example xmlns="urn:hl7-org:v3">
<!-- Common values for date/time elements would range in precision to the day YYYYMMDD to precision to the second with a time zone offset YYYYMMDDHHMMSS - ZZzz -->
<!-- time element with TS data type precise to the day for a birthdate -->
<time value="19800531" />
<!-- effectiveTime element with IVL<TS> data type precise to the second for an observation -->
<effectiveTime xmlns="urn:hl7-org:v3">
  <low value='20110706122735-0800'/>
  <high value='20110706122815-0800'/>
</effectiveTime>
</example>