Consolidated CDA (C-CDA)
4.0.0 - STU4 United States of America flag

Consolidated CDA (C-CDA), published by Health Level Seven. This guide is not an authorized publication; it is the continuous build for version 4.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/CDA-ccda/ and changes regularly. See the Directory of published versions

Example Binary: Basic Occupation Observation Example


<observation xmlns="urn:hl7-org:v3" moodCode="EVN" classCode="OBS">
  <!--  Social History Observation templateId; every Basic Occupation Observation is also
       a Social History Observation, so the Social History Observation templateId(s)
       SHALL be present.  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.38" extension="2022-06-01"/>
  <!--  Basic Occupation Observation templateId  -->
  <templateId root="2.16.840.1.113883.10.20.22.4.503" extension="2023-05-01"/>
  <id root="f4dce790-8328-11db-9fe1-0800200c9a45"/>
  <sdtc:sdtcCategory xmlns:sdtc="urn:hl7-org:sdtc"
                     displayName="social-history" codeSystem="2.16.840.1.113883.4.642.1.1125"
                     code="social-history"/>
  <code xsi:type="CD" displayName="History of occupation"
        codeSystemName="LOINC" codeSystem="2.16.840.1.113883.6.1" code="11341-5"/>
  <statusCode code="completed"/>
  <effectiveTime>
    <!--  SHALL low/value. The low value reflects the start date of the stated occupation  -->
    <low value="2009"/>
    <!--  MAY high/value. The high value reflects the end date of the stated occupation. 
                  An absent high value means the occupation is/was current at the time the document was generated  -->
    <high value="202206"/>
  </effectiveTime>
  <value xsi:type="CD"
         displayName="Automobile Brake Bonder [Adhesive Bonding Machine Operators and Tenders]" codeSystemName="Occupational Data for Health (ODH)"
         codeSystem="2.16.840.1.114222.4.5.327" code="51-9191.00.002682"/>
  <author>
    <templateId root="2.16.840.1.113883.10.20.22.4.119"/>
    <time value="20080319083000-0800"/>
    <assignedAuthor>
      <id root="1.1.1.1.1.1.1.4" extension="333444444"/>
      <addr use="HP">
        <streetAddressLine>1017 Health Drive</streetAddressLine>
        <city>Portland</city>
        <state>OR</state>
        <postalCode>99123</postalCode>
        <country>US</country>
      </addr>
      <telecom value="tel:+1(555)555-1017" use="WP"/>
      <assignedPerson>
        <name>
          <given>William</given>
          <given qualifier="CL">Bill</given>
          <family>Beaker</family>
        </name>
      </assignedPerson>
      <representedOrganization>
        <name>Good Health Laboratory</name>
      </representedOrganization>
    </assignedAuthor>
  </author>
</observation>