FHIR IG analytics| Package | hl7.fhir.uv.patient-corrections.r4b |
| Resource Type | Observation |
| Id | Observation-ex-smoking.json |
| FHIR Version | R4B |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-smoking
Security Label: test health data (Details: ActReason code HTEST = 'test health data')
status: Final
category: Social History
code: Tobacco smoking status
subject: John Schmidt Other, DoB: 1923-07-25
effective: 1983-12-12 05:27:04+0000
issued: 1983-12-12 05:27:04+0000
performer: John Schmidt Other, DoB: 1923-07-25
value: Occasional tobacco smoker
{
"resourceType": "Observation",
"id": "ex-smoking",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72166-2"
}
]
},
"subject": {
"reference": "Patient/ex-patient"
},
"effectiveDateTime": "1983-12-12T05:27:04Z",
"issued": "1983-12-12T05:27:04Z",
"performer": [
{
"reference": "Patient/ex-patient"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "428041000124106",
"display": "Occasional tobacco smoker"
}
]
}
}