FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| Resource Type | Observation |
| Id | Observation-observation-tobacco-use-current-smoker-example.json |
| FHIR Version | R5 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
English
Generated Narrative: Observation observation-tobacco-use-current-smoker-example
Language: en
Profile: Tobacco Use
status: Final
category: Social History
code: Tobacco smoking status
effective: 2025-10-01 09:00:00+0000
value: Smoker (finding)
note:
Patient reports smoking approximately 10 cigarettes per day for 5 years.
Lithuanian
Generated Narrative: Observation observation-tobacco-use-current-smoker-example
Language: en
Profile: Tobacco Use
status: Final
category: Social History
code: Tobacco smoking status
effective: 2025-10-01 09:00:00+0000
value: Smoker (finding)
note:
Patient reports smoking approximately 10 cigarettes per day for 5 years.
{
"resourceType": "Observation",
"id": "observation-tobacco-use-current-smoker-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lifestyle/StructureDefinition/tobacco-use-lt-lifestyle"
]
},
"language": "en",
"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"
}
]
}
],
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "72166-2",
"display": "Tobacco smoking status"
},
{
"system": "http://snomed.info/sct",
"code": "229819007",
"display": "Tobacco use and exposure (observable entity)"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "77176002",
"display": "Smoker (finding)"
}
]
},
"note": [
{
"text": "Patient reports smoking approximately 10 cigarettes per day for 5 years."
}
]
}