FHIR IG analytics| Package | lt.hl7.fhir.lifestyle |
| Resource Type | Observation |
| Id | Observation-observation-alcohol-history-yes-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-alcohol-history-yes-example
Language: en
Profile: Alcohol Use History
status: Final
category: Social History
code: Alcoholic beverage intake (observable entity)
effective: 2025-10-01 09:00:00+0000
value: Yes (qualifier value)
note:
Patient drinks daily, typically wine.
component
code: Frequency (attribute)
value: Daily (qualifier value)
component
code: Alcoholic beverage (substance)
value: Wine
Lithuanian
Generated Narrative: Observation observation-alcohol-history-yes-example
Language: en
Profile: Alcohol Use History
status: Final
category: Social History
code: Alcoholic beverage intake (observable entity)
effective: 2025-10-01 09:00:00+0000
value: Yes (qualifier value)
note:
Patient drinks daily, typically wine.
component
code: Frequency (attribute)
value: Daily (qualifier value)
component
code: Alcoholic beverage (substance)
value: Wine
{
"resourceType": "Observation",
"id": "observation-alcohol-history-yes-example",
"meta": {
"profile": [
"https://hl7.lt/fhir/lifestyle/StructureDefinition/alcohol-use-history-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": "897148007",
"display": "Alcoholic beverage intake (observable entity)"
},
{
"system": "http://loinc.org",
"code": "74013-4",
"display": "Alcoholic drinks per day"
}
]
},
"subject": {
"reference": "Patient/patient-male-example"
},
"effectiveDateTime": "2025-10-01T09:00:00Z",
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "373066001",
"display": "Yes (qualifier value)"
}
]
},
"note": [
{
"text": "Patient drinks daily, typically wine."
}
],
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "260864003",
"display": "Frequency (attribute)"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "69620002",
"display": "Daily (qualifier value)"
}
]
}
},
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "53527002",
"display": "Alcoholic beverage (substance)"
}
]
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "35748005",
"display": "Wine (substance)"
}
],
"text": "Wine"
}
}
]
}