FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-alcohol-use-status.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation alcohol-use-status
status: Final
category: Social History
code: Alcohol use status
subject: Amy Shaw
effective: 2023-08-03
performer: Amy Shaw
value: other choices - non-drinker, former drinker, current drinker
{
"resourceType": "Observation",
"id": "alcohol-use-status",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-simple-observation|8.0.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": "11331-6",
"display": "History of Alcohol use"
}
],
"text": "Alcohol use status"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-03",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "228276006",
"display": "Occasional drinker"
}
],
"text": "other choices - non-drinker, former drinker, current drinker"
}
}