FHIR IG analytics| Package | hl7.fhir.us.core.r4 |
| Resource Type | Observation |
| Id | Observation-alcoholic-drinks-per-day.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: Observation alcoholic-drinks-per-day
status: Final
category: Social History
code: Alcoholic drinks per day
subject: Amy Shaw
effective: 2023-08-03
performer: Amy Shaw
value: 0 # per day
{
"resourceType": "Observation",
"id": "alcoholic-drinks-per-day",
"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": "74013-4",
"display": "Alcoholic drinks per day"
}
],
"text": "Alcoholic drinks per day"
},
"subject": {
"reference": "Patient/example",
"display": "Amy Shaw"
},
"effectiveDateTime": "2023-08-03",
"performer": [
{
"reference": "Patient/example",
"display": "Amy Shaw"
}
],
"valueQuantity": {
"value": 0,
"unit": "# per day"
}
}