HL7 FHIR Profile: Occupational Data for Health (ODH), Release 1, STU 1.1 (Standard for Trial Use)
1.1.0 - STU 1.1

This page is part of the Occupational Data for Health (ODH) FHIR IG (v1.1.0: STU 1.1 on FHIR R4) based on FHIR R4. The current version which supercedes this version is 1.2.0. For a full list of available versions, see the Directory of published versions

: Combat Zone Period Example - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-odh-combat-zone-period-sample",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2021-05-26T02:30:21.329+00:00",
    "source" : "#RKwpT7ubUXgCKeEe",
    "profile" : [
      "http://hl7.org/fhir/us/odh/StructureDefinition/odh-CombatZonePeriod"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><table xmlns:xsl=\"http://www.w3.org/1999/XSL/Transform\"><tr><td style=\"font-weight: bold\">id</td><td><span title=\"id\">observation-odh-combat-zone-period-sample</span></td></tr><tr><td style=\"font-weight: bold\">meta</td><td><table><tr><td style=\"font-weight: bold\">versionId</td><td><span title=\"versionId\">1</span></td></tr><tr><td style=\"font-weight: bold\">lastUpdated</td><td><span title=\"lastUpdated\">2021-05-25T12:25:44.000-04:00</span></td></tr><tr><td style=\"font-weight: bold\">profile</td><td><span title=\"profile\">http://hl7.org/fhir/us/odh/StructureDefinition/odh-CombatZonePeriod</span></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">status</td><td><span title=\"status\">final</span></td></tr><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><span title=\"display\">Combat zone AndOr hazardous duty work dates</span>  (\r\n                                        \r\n                                        \r\n                                        <span title=\"code\">87511-2</span> )\r\n          \r\n                                    \r\n                                    \r\n                                    </li><li><span title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></span></li></ul></li></ul></td></tr><tr><td style=\"font-weight: bold\">subject</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li/><li><a href=\"Patient-patient-odh-maya-gordon.html\">Maya Gordon</a></li></ul></td></tr><tr><td style=\"font-weight: bold\">valuePeriod</td><td><table><tr><td style=\"font-weight: bold\">start</td><td><span title=\"start\">2005-04-01</span></td></tr><tr><td style=\"font-weight: bold\">end</td><td><span title=\"end\">2006-03-31</span></td></tr></table></td></tr><tr><td style=\"font-weight: bold\">component</td><td><table><tr><td style=\"font-weight: bold\">code</td><td><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><ul style=\"list-style:none; padding-left:0; margin:0 0;\"><li><span title=\"display\">History of Occupation Industry</span>  (\r\n                                                    \r\n                                                    \r\n                                                    <span title=\"code\">86188-0</span> )\r\n          \r\n                                                \r\n                                                \r\n                                                </li><li><span title=\"system\"><a href=\"http://loinc.org\">http://loinc.org</a></span></li></ul></li></ul></td></tr></table></td></tr></table></div>"
  },
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "87511-2",
        "display" : "Combat zone AndOr hazardous duty work dates"
      }
    ]
  },
  "subject" : {
    "reference" : "Patient/patient-odh-maya-gordon",
    "display" : "Maya Gordon"
  },
  "valuePeriod" : {
    "start" : "2005-04-01",
    "end" : "2006-03-31"
  }
}