FHIR IG analytics| Package | ihe.pcc.maps.us |
| Resource Type | Observation |
| Id | Observation-ex-SocialHistory-EmploymentStatus.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-SocialHistory-EmploymentStatus
Profile: Employment Status
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Final
code: History of employment status NIOSH
effective: 2022-07-15 --> (ongoing)
performer: Practitioner Simone Heps (official)
value: Employed
{
"resourceType": "Observation",
"id": "ex-SocialHistory-EmploymentStatus",
"meta": {
"profile": [
"http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus"
],
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"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/ex-Patient-AmandaAlvarez"
},
"effectivePeriod": {
"start": "2022-07-15"
},
"performer": [
{
"reference": "Practitioner/ex-Practitioner"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "Employed"
}
]
}
}