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

FHIR IG analytics

Packageihe.pcc.aps
Resource TypeObservation
IdObservation-ex-EmploymentStatus.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

Resource Observation "ex-EmploymentStatus"

Profile: Employment Status

status: final

code: 74165-2 (LOINC#74165-2)

subject: Patient/ex-Patient-AmandaAlvarez

effective: 2021-10-06 10:52:30-0700

performer: Practitioner/ex-Practitioner

value: Employed ([not stated]#Employed)


Source1

{
  "resourceType": "Observation",
  "id": "ex-EmploymentStatus",
  "meta": {
    "profile": [
      "https://profiles.ihe.net/PCC/APS/StructureDefinition/IHE.ODH.EmploymentStatus.StructuredDefinition"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "status": "final",
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "74165-2"
      }
    ]
  },
  "subject": {
    "reference": "Patient/ex-Patient-AmandaAlvarez"
  },
  "effectiveDateTime": "2021-10-06T10:52:30-07:00",
  "performer": [
    {
      "reference": "Practitioner/ex-Practitioner"
    }
  ],
  "valueCodeableConcept": {
    "coding": [
      {
        "code": "Employed"
      }
    ]
  }
}