-
Notifications
You must be signed in to change notification settings - Fork 7
/
bundle.json
109 lines (109 loc) · 2.7 KB
/
bundle.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"resourceType": "Bundle",
"type": "transaction",
"entry": [
{
"fullUrl": "Observation/f001",
"resource": {
"resourceType": "Observation",
"id": "f001",
"identifier": [
{
"use": "official",
"system": "http://www.bmc.nl/zorgportal/identifiers/observations",
"value": "6323"
}
],
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "15074-8",
"display": "Glucose [Moles/volume] in Blood"
}
]
},
"subject": {
"reference": "Patient/f001",
"display": "P. van de Heuvel"
},
"encounter": {
"reference": "Encounter/e001"
},
"effectivePeriod": {
"start": "2013-04-02T09:30:10+01:00"
},
"issued": "2013-04-03T15:30:10+01:00",
"performer": [
{
"reference": "Practitioner/f005",
"display": "A. Langeveld"
}
],
"valueQuantity": {
"value": 6.3,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"interpretation": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
"code": "H",
"display": "High"
}
]
}
],
"referenceRange": [
{
"low": {
"value": 3.1,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
},
"high": {
"value": 6.2,
"unit": "mmol/l",
"system": "http://unitsofmeasure.org",
"code": "mmol/L"
}
}
]
},
"request": {
"method": "PUT",
"url": "Observation/f001"
}
},
{
"fullUrl": "Patient/pid-02cb8631-8342-4343-84d7-cd364e0ab101",
"resource": {
"resourceType": "Patient",
"id": "pid-02cb8631-8342-4343-84d7-cd364e0ab101",
"identifier": [
{
"system": "http://example.com/fhir/id",
"value": "4ca676c2-e2d0-4726-b6dd-83eae57dcf50"
}
],
"name": [
{
"family": "Wisozk",
"given": ["Mariana"]
}
],
"gender": "male",
"birthDate": "2005-12-08"
},
"request": {
"method": "PUT",
"url": "Patient/pid-02cb8631-8342-4343-84d7-cd364e0ab101"
}
}
]
}