Consolidated CDA (C-CDA)
3.0.0 - STU3 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 3.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 Industry Observation Example

This content is an example of the Basic Industry Observation Logical Model and is not a FHIR Resource

    
<observation xmlns="urn:hl7-org:v3" xmlns:sdtc="urn:hl7-org:sdtc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" classCode="OBS" moodCode="EVN">
  <!-- Social History Observation templateId; every Basic Industry 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 Industry Observation templateId -->
  <templateId root="2.16.840.1.113883.10.20.22.4.504" extension="2023-05-01"/>
  <id root="f4dce790-8328-11db-9fe1-0800200c9a47"/>
  <code code="86188-0" codeSystem="2.16.840.1.113883.6.1"
                codeSystemName="LOINC" displayName="History of occupation industry"/>
  <statusCode code="completed"/>
  <!-- effectiveTime will likely match the parent Basic Occupation Observation -->
  <effectiveTime>
    <low value="2009"/>
    <high value="202206"/>
  </effectiveTime>
  <value xsi:type="CD" code="811111.001118"
                displayName="Automotive repair and replacement shops, general [General Automotive Repair]"
                codeSystem="2.16.840.1.114222.4.5.327"
                codeSystemName="Occupational Data for Health (ODH)"/>
  <author>
    <templateId root="2.16.840.1.113883.10.20.22.4.119" />
    <time value="200803190830-0800" />
    <assignedAuthor>
      <id extension="333444444" root="1.1.1.1.1.1.1.4" />
      <addr use="HP">
        <streetAddressLine>1017 Health Drive</streetAddressLine>
        <city>Portland</city>
        <state>OR</state>
        <postalCode>99123</postalCode>
        <country>US</country>
      </addr>
      <telecom use="WP" value="tel:+1(555)555-1017" />
      <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>