FHIR IG analytics| Package | hl7.fhir.us.dental-data-exchange |
| Resource Type | Observation |
| Id | Observation-Smoker-obs-example-dental.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation Smoker-obs-example-dental
version: 5; Last updated: 2021-07-16 00:36:47+0000;
Information Source: #rbAySE3CzqAqMLAi
status: Final
category: Social History
code: Tobacco smoking status
subject: Patient A
effective: 2020-01-15 05:27:04+0000
issued: 2020-01-15 05:27:04+0000
value: Never smoked tobacco (finding)
{
"resourceType": "Observation",
"id": "Smoker-obs-example-dental",
"meta": {
"versionId": "5",
"lastUpdated": "2021-07-16T00:36:47.764+00:00",
"source": "#rbAySE3CzqAqMLAi",
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-smokingstatus"
]
},
"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-dental",
"display": "Patient A"
},
"effectiveDateTime": "2020-01-15T05:27:04Z",
"issued": "2020-01-15T05:27:04Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "266919005",
"display": "Never smoked tobacco (finding)"
}
],
"text": "Never smoked tobacco (finding)"
}
}