FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| Resource Type | Observation |
| Id | Observation-observation-tobacco-smoking-stopped-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-smoking-stopped-example
Language: en
status: Final
category: Social History
code: Time since stopped smoking (observable entity)
effective: 2025-10-01 09:00:00+0000
value: 2 years (Details: UCUM codea = 'a')
note:
Patient reports stopped smoking 2 years ago.
Lithuanian
Generated Narrative: Observation observation-tobacco-smoking-stopped-example
Language: en
status: Final
category: Social History
code: Time since stopped smoking (observable entity)
effective: 2025-10-01 09:00:00+0000
value: 2 years (Details: UCUM codea = 'a')
note:
Patient reports stopped smoking 2 years ago.
{
"resourceType": "Observation",
"id": "observation-tobacco-smoking-stopped-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lifestyle/StructureDefinition/tobacco-smoking-stopped-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://snomed.info/sct",
"code": "228486009",
"display": "Time since stopped smoking (observable entity)"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueQuantity": {
"value": 2,
"unit": "years",
"system": "http://unitsofmeasure.org",
"code": "a"
},
"note": [
{
"text": "Patient reports stopped smoking 2 years ago."
}
]
}