FHIR IG analytics| Package | hl7.eu.fhir.gh-ips |
| Resource Type | Observation |
| Id | Observation-alcohol-use-example.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-example
Language: en
status: Final
code: Alcoholic drinks per day
subject: Alicia Gravitate Female, DoB: 1998-10-05 ( https://www.gravitatehealth.eu/sid/doc#alicia-1-local)
effective: 2019-07-15
performer: Dr. Walter Waltz
value: 2 wine glasses per day (Details: UCUM code/d = '/d')
{
"resourceType": "Observation",
"id": "alcohol-use-example",
"meta": {
"profile": [
"http://hl7.org/fhir/uv/ips/StructureDefinition/Observation-alcoholuse-uv-ips"
]
},
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "74013-4",
"display": "Alcoholic drinks per day"
}
]
},
"subject": {
"reference": "Patient/Ovl-alicia-patient"
},
"effectiveDateTime": "2019-07-15",
"performer": [
{
"reference": "Practitioner/Ovl-alicia-pract",
"display": "Dr. Walter Waltz"
}
],
"valueQuantity": {
"value": 2,
"unit": "wine glasses per day",
"system": "http://unitsofmeasure.org",
"code": "/d"
}
}