IHE FHIR Profile: Occupational Data for Health (ODH) - International
1.0.0-current - ci-build International flag

IHE FHIR Profile: Occupational Data for Health (ODH) - International, published by IHE International. This guide is not an authorized publication; it is the continuous build for version 1.0.0-current built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/IHE/PCC.ODH/ and changes regularly. See the Directory of published versions

: Usual Work Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-odh-usual-work-sample",
  "meta" : {
    "profile" : [
      🔗 "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-UsualWork"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative: Observation</b><a name=\"observation-odh-usual-work-sample\"> </a></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource Observation &quot;observation-odh-usual-work-sample&quot; </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-odh-UsualWork.html\">Usual Work</a></p></div><p><b>status</b>: final</p><p><b>code</b>: History of Usual occupation <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21843-8)</span></p><p><b>subject</b>: <a href=\"Patient-patient-odh-maya-gordon.html\">Patient/patient-odh-maya-gordon: Maya Gordon</a> &quot; GORDON&quot;</p><p><b>effective</b>: 2023-10-06 10:52:30-0700 --&gt; (ongoing)</p><p><b>performer</b>: <a href=\"Practitioner-ex-practitioner.html\">Practitioner/ex-practitioner: Simone Heps</a> &quot; HEPS&quot;</p><p><b>value</b>: Nursing, psychiatric, and home health aides <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (index.htm#13.11.2; unknown#31-1014.00.007136 &quot;Certified Nursing Assistant (CNA) [Nursing Assistants]&quot;)</span></p><blockquote><p><b>component</b></p><p><b>code</b>: History of Usual industry <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#21844-6)</span></p><p><b>value</b>: Nursing care facilities <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (index.htm#13.11.2; thesaurus.html#13.11.2 &quot;Home nursing services&quot;)</span></p></blockquote><blockquote><p><b>component</b></p><p><b>code</b>: Usual occupation duration <span style=\"background: LightGoldenRodYellow; margin: 4px; border: 1px solid khaki\"> (<a href=\"https://loinc.org/\">LOINC</a>#74163-7)</span></p><p><b>value</b>: 21 a<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM code a = 'a')</span></p></blockquote></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "21843-8",
        "display" : "History of Usual occupation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-odh-maya-gordon",
    "display" : "Maya Gordon"
  },
  "effectivePeriod" : {
    "start" : "2023-10-06T10:52:30-07:00"
  },
  "performer" : [
    {
      🔗 "reference" : "Practitioner/ex-practitioner",
      "display" : "Simone Heps"
    }
  ],
  "valueCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm",
        "code" : "13.11.2",
        "display" : "Nursing, psychiatric, and home health aides"
      },
      {
        "system" : "urn:oid:2.16.840.1.114222.4.5.327",
        "code" : "31-1014.00.007136",
        "display" : "Certified Nursing Assistant (CNA) [Nursing Assistants]"
      }
    ]
  },
  "component" : [
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "21844-6",
            "display" : "History of Usual industry"
          }
        ]
      },
      "valueCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://www.ilo.org/global/industries-and-sectors/health-services/lang--en/index.htm",
            "code" : "13.11.2",
            "display" : "Nursing care facilities"
          },
          {
            "system" : "https://metadata.ilo.org/thesaurus.html",
            "code" : "13.11.2",
            "display" : "Home nursing services"
          }
        ]
      }
    },
    {
      "code" : {
        "coding" : [
          {
            "system" : "http://loinc.org",
            "code" : "74163-7",
            "display" : "Usual occupation duration"
          }
        ]
      },
      "valueQuantity" : {
        "value" : 21,
        "unit" : "a",
        "system" : "http://unitsofmeasure.org",
        "code" : "a"
      }
    }
  ]
}