forked from DBCG/connectathon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tests-numer-EXM349_FHIR4-bundle.json
192 lines (192 loc) · 5.44 KB
/
tests-numer-EXM349_FHIR4-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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
{
"resourceType": "Bundle",
"id": "tests-numer-EXM349-FHIR4-bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Condition",
"id": "numer-EXM349-FHIR4-1",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-condition"
]
},
"verificationStatus": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-ver-status",
"code": "confirmed",
"display": "Confirmed"
}
]
},
"category": [
{
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/condition-category",
"code": "encounter-diagnosis",
"display": "Encounter Diagnosis"
}
]
}
],
"code": {
"coding": [
{
"system": "http://snomed.info/sct",
"code": "116288000",
"display": "Paralytic stroke (disorder)"
}
]
},
"subject": {
"reference": "Patient/numer-EXM349-FHIR4"
}
},
"request": {
"method": "PUT",
"url": "Condition/numer-EXM349-FHIR4-1"
}
},
{
"resource": {
"resourceType": "Encounter",
"id": "numer-EXM349-FHIR4-2",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-encounter"
]
},
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB",
"display": "ambulatory"
},
"type": [
{
"coding": [
{
"system": "http://www.ama-assn.org/go/cpt",
"code": "99201",
"display": "Office or other outpatient visit for the evaluation and management of a new patient, which requires these 3 key components: A problem focused history; A problem focused examination; Straightforward medical decision making. Counseling and/or coordination of care with other physicians, other qualified health care professionals, or agencies are provided consistent with the nature of the problem(s) and the patient's and/or family's needs. Usually, the presenting problem(s) are self limited or minor. Typically, 10 minutes are spent face-to-face with the patient and/or family."
}
]
}
],
"subject": {
"reference": "Patient/numer-EXM349-FHIR4"
},
"period": {
"start": "2019-05-30T00:00:00.0",
"end": "2019-05-31T00:00:00.0"
}
},
"request": {
"method": "PUT",
"url": "Encounter/numer-EXM349-FHIR4-2"
}
},
{
"resource": {
"resourceType": "Observation",
"id": "numer-EXM349-FHIR4-3",
"meta": {
"profile": [
"http://hl7.org/fhir/observation"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "11082-5",
"display": "HIV 2 p68 Ab [Presence] in Serum by Immunoblot"
}
]
},
"subject": {
"reference": "Patient/numer-EXM349-FHIR4"
},
"effectiveDateTime": "2019-11-01T00:00:00",
"valueBoolean": true
},
"request": {
"method": "PUT",
"url": "Observation/numer-EXM349-FHIR4-3"
}
},
{
"resource": {
"resourceType": "Patient",
"id": "numer-EXM349-FHIR4",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"extension": [
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-race",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2028-9",
"display": "Asian"
}
}
]
},
{
"url": "http://hl7.org/fhir/us/core/StructureDefinition/us-core-ethnicity",
"extension": [
{
"url": "ombCategory",
"valueCoding": {
"system": "urn:oid:2.16.840.1.113883.6.238",
"code": "2135-2",
"display": "Hispanic or Latino"
}
}
]
}
],
"identifier": [
{
"use": "usual",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical Record Number"
}
]
},
"system": "http://hospital.smarthealthit.org",
"value": "999999992"
}
],
"name": [
{
"family": "Blitz",
"given": [
"Don"
]
}
],
"gender": "male",
"birthDate": "1965-01-01"
},
"request": {
"method": "PUT",
"url": "Patient/numer-EXM349-FHIR4"
}
}
]
}