-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathtest_sync_data.json
More file actions
106 lines (106 loc) · 2.72 KB
/
Copy pathtest_sync_data.json
File metadata and controls
106 lines (106 loc) · 2.72 KB
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
{
"resourceType": "Bundle",
"type": "transaction",
"total": 4,
"entry": [
{
"fullUrl": "urn:uuid:346d4b95-5e00-48fe-a21e-076735ca1d74",
"resource": {
"resourceType": "Patient",
"id": "346d4b95-5e00-48fe-a21e-076735ca1d74",
"name": [
{
"given": ["Adam631"],
"family": "Shields502"
}
],
"gender": "male",
"birthDate": "1987-05-09"
}
},
{
"fullUrl": "urn:uuid:0000016d-3a85-4cca-0000-000000000140",
"resource": {
"resourceType": "Practitioner",
"id": "0000016d-3a85-4cca-0000-000000000140",
"name": [
{
"given": ["Dr. Mira443"],
"family": "Pacocha935"
}
],
"qualification": [
{
"code": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0360|2.7",
"code": "MD",
"display": "Doctor of Medicine"
}
]
}
}
]
}
},
{
"fullUrl": "urn:uuid:b4fbf217-ac7b-3ecf-8c1a-d607c1d4f0db",
"resource": {
"resourceType": "Organization",
"id": "b4fbf217-ac7b-3ecf-8c1a-d607c1d4f0db",
"name": "SHIFA COMPREHENSIVE HEALTH CENTER",
"telecom": [
{
"system": "phone",
"value": "555-1234"
}
]
}
},
{
"fullUrl": "urn:uuid:test-encounter-123",
"resource": {
"resourceType": "Encounter",
"id": "test-encounter-123",
"status": "finished",
"class": {
"system": "http://terminology.hl7.org/CodeSystem/v3-ActCode",
"code": "AMB"
},
"type": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "185347001",
"display": "Encounter for problem"
}
],
"text": "Encounter for problem"
}
],
"subject": {
"reference": "urn:uuid:346d4b95-5e00-48fe-a21e-076735ca1d74",
"display": "Adam631 Shields502"
},
"participant": [
{
"individual": {
"reference": "urn:uuid:0000016d-3a85-4cca-0000-000000000140",
"display": "Dr. Mira443 Pacocha935"
}
}
],
"period": {
"start": "2024-01-15T10:00:00Z",
"end": "2024-01-15T11:00:00Z"
},
"serviceProvider": {
"reference": "urn:uuid:b4fbf217-ac7b-3ecf-8c1a-d607c1d4f0db",
"display": "SHIFA COMPREHENSIVE HEALTH CENTER"
}
}
}
]
}