FHIR IG analytics| Package | nictiz.fhir.nl.stu3.zib2017 |
| Resource Type | Observation |
| Id | zib-AlcoholUse-01.json |
| FHIR Version | R3 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
| Bepalingdatum/tijd | Vanaf 1980 |
|---|---|
| Code | Waarde |
| Finding relating to alcohol drinking behavior (finding) | Current drinker of alcohol |
| Alcohol intake (observable entity) | 4 glasses per week |
{
"resourceType": "Observation",
"id": "zib-alcoholuse-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse"
]
},
"text": {
"status": "extensions",
"div": "<!-- snip (see above) -->"
},
"identifier": [
{
"system": "urn:oid:2.16.840.1.113883.2.4.3.11.999.7.6",
"value": "18cc8831-8fdf-11ec-2010-020000000000"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "228273003",
"display": "Finding relating to alcohol drinking behavior (finding)"
}
]
},
"subject": {
"reference": "Patient/nl-core-patient-01",
"display": "Johan XXX_Helleman"
},
"effectivePeriod": {
"start": "1980"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "219006",
"display": "Current drinker of alcohol"
}
]
},
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "160573003",
"display": "Alcohol intake (observable entity)"
}
]
},
"valueQuantity": {
"value": 4,
"unit": "glasses per week",
"system": "http://unitsofmeasure.org",
"code": "{glasses}/wk"
}
}
]
}