-
Notifications
You must be signed in to change notification settings - Fork 1
/
Observation-roken.json
45 lines (45 loc) · 1.19 KB
/
Observation-roken.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"resourceType": "Observation",
"id": "observation-roken-01",
"meta": {
"versionId": "1",
"lastUpdated": "2024-05-15T12:09:29.8191619+00:00",
"profile": [
"http://fhir.nl/fhir/StructureDefinition/nl-core-observation",
"http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse"
]
},
"identifier": [
{
"system": "https://gebruikers.babyconnect.org/page/view/ea6b0224-7548-4153-ac27-d562af2dd49f/jgz",
"value": "observation-roken-01"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "365980008",
"display": "bevinding betreffende tabakgebruik en blootstelling aan tabaksrook (bevinding)"
}
]
},
"subject": {
"reference": "Patient/hanna-xxxkooij",
"display": "Hanna XXX_Kooij-van XXX_Faraday"
},
"context": {
"reference": "Encounter/encounter-01",
"display": "Intake Hanna XXX_Kooij-van XXX_Faraday"
},
"valueCodeableConcept": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "266919005",
"display": "heeft nooit gerookt (bevinding)"
}
]
}
}