HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm
2.1.2 - STU 2 United States of America flag

HL7 FHIR® Implementation Guide: Electronic Case Reporting (eCR) - US Realm, published by HL7 International / Public Health. This guide is not an authorized publication; it is the continuous build for version 2.1.2 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7/case-reporting/ and changes regularly. See the Directory of published versions

: ODH Past or Present Job Example: observation-odh-past-or-present-job-eve-everywoman - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-odh-past-or-present-job-eve-everywoman",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-odh-past-or-present-job-eve-everywoman</b></p><a name=\"observation-odh-past-or-present-job-eve-everywoman\"> </a><a name=\"hcobservation-odh-past-or-present-job-eve-everywoman\"> </a><a name=\"observation-odh-past-or-present-job-eve-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 11341-5}\">History of Occupation</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2015-04-24 --&gt; (ongoing)</p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/PHOccupationCDCCensus2010 3600}\">Nursing, psychiatric, and home health aides</span></p><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 86188-0}\">History of Occupation industry</span></p><p><b>value</b>: <span title=\"Codes:{http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010 8270}\">Nursing care facilities</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 87729-0}\">History of Occupational hazard</span></p><p><b>value</b>: Asbestos</p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11341-5",
        "display" : "History of Occupation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2015-04-24"
  },
  "valueCodeableConcept" : // <coding>
            <system value="http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH"/>
            <code value="31-1014.00.007136"/>
            <display value="Certified Nursing Assistant (CNA) [Nursing Assistants]"/>
        </coding>
  {
    "coding" : [
      {
        "system" : "http://terminology.hl7.org/CodeSystem/PHOccupationCDCCensus2010",
        "code" : "3600",
        "display" : "Nursing, psychiatric, and home health aides"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "86188-0",
            "display" : "History of Occupation industry"
          }
        ]
      },
      "valueCodeableConcept" : // <coding>
                <system value="http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH"/>
                <code value="621610.008495"/>
                <display value="Home nursing services"/>
            </coding>
      {
        "coding" : [
          {
            "system" : "http://terminology.hl7.org/CodeSystem/PHIndustryCDCCensus2010",
            "code" : "8270",
            "display" : "Nursing care facilities"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "87729-0",
            "display" : "History of Occupational hazard"
          }
        ]
      },
      "valueString" : "Asbestos"
    }
  ]
}