FHIR IG analytics
| Package | hl7.fhir.us.odh.r4b |
| Resource Type | Observation |
| Id | Observation-observation-odh-employment-status-sample.json |
| FHIR Version | R4B |
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
| id |
observation-odh-employment-status-sample
|
| meta |
| versionId |
1
|
| lastUpdated |
2021-05-25T12:25:44.000-04:00
|
| profile |
http://hl7.org/fhir/us/odh/StructureDefinition/odh-EmploymentStatus
|
|
| status |
final
|
| code |
|
| subject |
|
| valuePeriod |
|
| component |
| code |
|
| valueCodeableConcept |
-
-
Employed (
Employed )
-
http://terminology.hl7.org/CodeSystem/PHOccupationalDataForHealthODH
|
|
Source1
{
"resourceType": "Observation",
"id": "observation-odh-employment-status-sample",
"meta": {
"versionId": "7",
"lastUpdated": "2021-05-26T17:22:34.756+00:00",
"source": "#H1Oz6Eja94PABzAs",
"profile": [
"http://hl7.org/fhir/us/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"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
"code": "Employed",
"display": "Employed"
}
]
}
}