FHIR IG analytics| Package | ihe.iti.pcf |
| Resource Type | Observation |
| Id | Observation-ex-alcoholUse.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation ex-alcoholUse
Security Labels: test health data (Details: ActReason code HTEST = 'test health data'), alcohol use disorder information sensitivity (Details: ActCode code ETHUD = 'alcohol use disorder information sensitivity'), restricted (Details: Confidentiality code R = 'restricted')
status: Final
code: Alcoholic drinks per day
subject: Jack Smith Male, DoB: 1923-07-25
encounter: Encounter: status = finished; class = home health (ActCode#HH)
effective: 2022-06-13
performer: Practitioner: telecom = Author@example.com
value: 5 glasses of wine (Details: UCUM code{wine glasses}/d = '{wine glasses}/d')
{
"resourceType": "Observation",
"id": "ex-alcoholUse",
"meta": {
"security": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActReason",
"code": "HTEST"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "ETHUD"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
"code": "R"
}
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "74013-4"
}
]
},
"subject": {
"reference": "Patient/ex-patient"
},
"encounter": {
"reference": "Encounter/ex-encounter"
},
"effectiveDateTime": "2022-06-13",
"performer": [
{
"reference": "Practitioner/ex-author"
}
],
"valueQuantity": {
"value": 5,
"unit": "glasses of wine",
"system": "http://unitsofmeasure.org",
"code": "{wine glasses}/d"
}
}