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 - JSON Representation

Page standards status: Informative

Raw json | Download

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