CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR)
1.0.0 - ci-build United States of America flag

CDC FHIR® Implementation Guide: Anonymized Electronic Initial Case Reporting (eICR), published by APHL. This guide is not an authorized publication; it is the continuous build for version 1.0.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/lantanagroup/FHIR-us-eicr-anonymized/ and changes regularly. See the Directory of published versions

: eICR Anonymized Past or Present Job Example: anonymized - JSON Representation

Raw json | Download


{
  "resourceType" : "Observation",
  "id" : "observation-past-or-present-job-anon",
  "meta" : {
    "profile" : [
      🔗 "http://fhir.org/fhir/us/anonymized-eicr/StructureDefinition/eicr-anon-past-or-present-job"
    ]
  },
  "text" : {
    "extension" : [
      {
        "url" : "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
        "valueCode" : "masked"
      }
    ],
    "status" : "empty",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>MASKED</p></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/us/odh/StructureDefinition/odh-Employer-extension",
      "valueReference" : {
        🔗 "reference" : "Organization/organization-name-tele-addr-anon"
      }
    }
  ],
  "status" : "final",
  "code" : {
    "coding" : [
      {
        "system" : "http://loinc.org",
        "code" : "11341-5",
        "display" : "History of Occupation"
      }
    ]
  },
  "subject" : {
    🔗 "reference" : "Patient/patient-anon"
  },
  "focus" : [
    {
      🔗 "reference" : "RelatedPerson/relatedperson-anon"
    }
  ],
  "effectivePeriod" : {
    "start" : "2015-04-24"
  },
  "valueCodeableConcept" : {
    "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" : "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"
    }
  ]
}