-
Notifications
You must be signed in to change notification settings - Fork 23
/
tests-denom-EXM349_FHIR4-bundle.json
163 lines (163 loc) · 4.31 KB
/
tests-denom-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
{
"resourceType": "Bundle",
"id": "tests-denom-EXM349-FHIR4-bundle",
"type": "transaction",
"entry": [
{
"resource": {
"resourceType": "Condition",
"id": "denom-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/denom-EXM349-FHIR4"
}
},
"request": {
"method": "PUT",
"url": "Condition/denom-EXM349-FHIR4-1"
}
},
{
"resource": {
"resourceType": "Encounter",
"id": "denom-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": "99385",
"display": "Initial comprehensive preventive medicine evaluation and management of an individual including an age and gender appropriate history, examination, counseling/anticipatory guidance/risk factor reduction interventions, and the ordering of laboratory/diagnostic procedures, new patient; 18-39 years"
}
]
}
],
"subject": {
"reference": "Patient/denom-EXM349-FHIR4"
},
"period": {
"start": "2019-05-30T00:00:00-00:00",
"end": "2019-05-31T00:00:00-00:00"
}
},
"request": {
"method": "PUT",
"url": "Encounter/denom-EXM349-FHIR4-2"
}
},
{
"resource": {
"resourceType": "Observation",
"id": "denom-EXM349-FHIR4-3",
"meta": {
"profile": [
"http://hl7.org/fhir/observation"
]
},
"status": "final",
"code": {
"coding": [
{
"system": "http://loinc.org",
"code": "10524-7",
"display": "Microscopic observation [Identifier] in Cervix by Cyto stain"
}
]
},
"subject": {
"reference": "Patient/denom-EXM349-FHIR4"
},
"effectiveDateTime": "2019-11-01T00:00:00"
},
"request": {
"method": "PUT",
"url": "Observation/denom-EXM349-FHIR4-3"
}
},
{
"resource": {
"resourceType": "Patient",
"id": "denom-EXM349-FHIR4",
"meta": {
"profile": [
"http://hl7.org/fhir/us/core/StructureDefinition/us-core-patient"
]
},
"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": "Dere",
"given": [
"Ben"
]
}
],
"gender": "male",
"birthDate": "1983-01-01"
},
"request": {
"method": "PUT",
"url": "Patient/denom-EXM349-FHIR4"
}
}
]
}