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

FHIR IG analytics

Packageihe.pcc.odh
Resource TypeObservation
IdObservation-observation-odh-employment-status-sample.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-employment-status-sample

status: Final

code: History of employment status NIOSH

subject: Maya Gordon

effective: 2018-06-01 --> (ongoing)

performer: Simone Heps

value: Employed


Source1

{
  "resourceType": "Observation",
  "id": "observation-odh-employment-status-sample",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PCC/ODH/StructureDefinition/odh-EmploymentStatus"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "74165-2",
        "display": "History of employment status NIOSH"
      }
    ]
  },
  "subject": {
    "reference": "Patient/patient-odh-maya-gordon",
    "display": "Maya Gordon"
  },
  "effectivePeriod": {
    "start": "2018-06-01"
  },
  "performer": [
    {
      "reference": "Practitioner/ex-practitioner",
      "display": "Simone Heps"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "code": "Employed",
        "display": "Employed"
      }
    ]
  }
}