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 Usual Work Example: observation-odh-usual-work-eve-everywoman - JSON Representation

Raw json | Download

{
  "resourceType" : "Observation",
  "id" : "observation-odh-usual-work-eve-everywoman",
  "meta" : {
    "profile" : [
      🔗 "http://hl7.org/fhir/us/odh/StructureDefinition/odh-UsualWork"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Observation observation-odh-usual-work-eve-everywoman</b></p><a name=\"observation-odh-usual-work-eve-everywoman\"> </a><a name=\"hcobservation-odh-usual-work-eve-everywoman\"> </a><a name=\"observation-odh-usual-work-eve-everywoman-en-US\"> </a><p><b>status</b>: Final</p><p><b>code</b>: <span title=\"Codes:{http://loinc.org 21843-8}\">History of Usual occupation</span></p><p><b>subject</b>: <a href=\"Patient-patient-ecr-eve-everywoman.html\">Eve Everywoman</a></p><p><b>effective</b>: 2015-01-01 --&gt; 2018-03-07</p><p><b>value</b>: <span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.314 0136}\">Human Resources Managers</span></p><h3>Components</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Code</b></td><td><b>Value[x]</b></td></tr><tr><td style=\"display: none\">*</td><td><span title=\"Codes:{http://loinc.org 21844-6}\">History of Usual industry</span></td><td><span title=\"Codes:{urn:oid:2.16.840.1.114222.4.5.315 8190}\">Hospitals</span></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "21843-8",
        "display" : "History of Usual occupation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-ecr-eve-everywoman",
    "display" : "Eve Everywoman"
  },
  "effectivePeriod" : {
    "start" : "2015-01-01",
    "end" : "2018-03-07"
  },
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "urn:oid:2.16.840.1.114222.4.5.314",
        "code" : "0136",
        "display" : "Human Resources Managers"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "21844-6",
            "display" : "History of Usual industry"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "urn:oid:2.16.840.1.114222.4.5.315",
            "code" : "8190",
            "display" : "Hospitals"
          }
        ]
      }
    }
  ]
}