FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.us.ecr
Resource TypeObservation
IdObservation-observation-odh-past-or-present-job-eve-everywoman.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: Observation observation-odh-past-or-present-job-eve-everywoman

Language: en

Profile: Past Or Present Job

status: Final

code: History of Occupation

subject: Eve Everywoman

effective: 2015-04-24 --> (ongoing)

performer: Practitioner Seven Henry

value: Nursing, psychiatric, and home health aides

component

code: History of Occupation industry

value: Nursing care facilities

component

code: History of Occupational hazard

value: Asbestos


Source1

{
  "resourceType": "Observation",
  "id": "observation-odh-past-or-present-job-eve-everywoman",
  "meta": {
    "profile": [
      "http://hl7.org/fhir/us/odh/StructureDefinition/odh-PastOrPresentJob"
    ]
  },
  "language": "en",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "11341-5",
        "display": "History of Occupation"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-ecr-eve-everywoman",
    "display": "Eve Everywoman"
  },
  "effectivePeriod": {
    "start": "2015-04-24"
  },
  "performer": [
    {
      "reference": "Practitioner/practitioner-us-core-henry-seven"
    }
  ],
  "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"
    }
  ]
}