FHIR IG analytics| Package | myhealth.eu.fhir.eps |
| Resource Type | Observation |
| Id | Observation-08d07776-dc79-4399-9f99-4ed8783d5c89.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Alcohol use: 0 drinks per day.
{
"resourceType": "Observation",
"id": "08d07776-dc79-4399-9f99-4ed8783d5c89",
"meta": {
"profile": [
"http://fhir.ehdsi.eu/eps/StructureDefinition/observation-alcohol-use-myhealtheu-eps"
]
},
"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": "74013-4",
"display": "Alcoholic drinks per day"
}
]
},
"subject": {
"reference": "Patient/f0b2dcfe-e837-464b-ae8a-3b9da1807dd3"
},
"effectiveDateTime": "2025-08-31",
"performer": [
{
"reference": "PractitionerRole/01d682e6-bb2d-4b31-9d3c-51cdc6dfb39b"
}
],
"valueQuantity": {
"value": 0,
"unit": "drinks/day",
"system": "http://unitsofmeasure.org",
"code": "/d"
}
}