-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathArbeidssituatie.json
44 lines (44 loc) · 1.04 KB
/
Arbeidssituatie.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
{
"resourceType": "Observation",
"id": "arbeidssituatie-01",
"meta": {
"profile": [
"http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety"
]
},
"identifier": [
{
"system": "https://gebruikers.babyconnect.org/page/view/ea6b0224-7548-4153-ac27-d562af2dd49f/jgz",
"value": "arbeidssituatie-01"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "314845004",
"display": "status van participatie van patiënt (bevinding)"
}
]
},
"subject": {
"reference": "Patient/hanna-xxxkooij",
"display": "Hanna XXX_Kooij-van XXX_Faraday"
},
"effectiveDateTime": "2019-08-10",
"component": [
{
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "364703007",
"display": "arbeidssituatie (waarneembare entiteit)"
}
]
},
"valueString": "ICT-er"
}
]
}