FHIR IG analytics| Package | hl7.fhir.us.central-cancer-registry-reporting |
| Resource Type | Observation |
| Id | Observation-non-smoker.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Profile: US Core Smoking Status
category: Social History
code: Tobacco smoking status
subject: Amy V. Shaw
issued: 2023-03-21
value: Never smoked tobacco (finding)
{
"resourceType": "Observation",
"id": "non-smoker",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus|6.1.0"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/observation-category",
"code": "social-history",
"display": "Social History"
}
],
"text": "Social History"
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72166-2",
"display": "Tobacco smoking status"
}
],
"text": "Tobacco smoking status"
},
"subject": {
"reference": "Patient/example"
},
"effectiveDateTime": "2023-03-21",
"issued": "2023-03-21T05:27:04Z",
"performer": [
{
"reference": "Practitioner/1"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "266919005"
}
],
"text": "Never smoked tobacco (finding)"
}
}