Central Cancer Registry Reporting Content IG
2.0.0-ballot - STU 2 -Ballot United States of America flag

Central Cancer Registry Reporting Content IG, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.0.0-ballot built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/fhir-central-cancer-registry-reporting-ig/ and changes regularly. See the Directory of published versions

: ODH Usual Work - Example - XML Representation

Page standards status: Informative

Raw xml | Download


<Observation xmlns="http://hl7.org/fhir">
  <id value="odh-usual-work"/>
  <meta>
    <profile
             value="http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml">
   <p><b>Profile: </b> <a href="https://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork.html">ODH Usual Work</a></p>
   <p><b>Subject:</b> <a href="Patient-example.html">Patient-example: Amy Shaw</a></p>
  <p><b>Start Date: </b>2010-01-01</p><p><b>Industry Code/Value: </b>1570 / Carpet and rug mills</p><p><b>Occupation Code/Value: </b>6240 / Carpet, floor, and tile installers and finishers</p></div>
  </text>
  <status value="final"/>
  <code>
    <coding>
      <system value="http://loinc.org"/>
      <code value="21843-8"/>
      <display value="History of Usual occupation"/>
    </coding>
  </code>
  <subject>🔗 
    <reference value="Patient/example"/>
    <display value="Amy Shaw"/>
  </subject>
  <effectivePeriod>
    <start value="2010-01-01"/>
  </effectivePeriod>
  <valueCodeableConcept>
    <coding>
      <system value="2.16.840.1.114222.4.11.7187"/>
      <code value="1570"/>
      <display value="Carpet and rug mills"/>
    </coding>
    <coding>
      <system value="2.16.840.1.114222.4.11.7186"/>
      <code value="6240"/>
      <display value="Carpet, floor, and tile installers and finishers"/>
    </coding>
  </valueCodeableConcept>
</Observation>