-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsample-patient-entry.json
43 lines (43 loc) · 1.06 KB
/
sample-patient-entry.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
{
"resourceType": "Patient",
"id": "20140000008325",
"extension": [
{
"url": "https://bluebutton.cms.gov/resources/variables/race",
"valueCoding": {
"system": "https://bluebutton.cms.gov/resources/variables/race",
"code": "1",
"display": "White"
}
}
],
"identifier": [
{
"system": "http://bluebutton.cms.hhs.gov/identifier#bene_id",
"value": "20140000008325"
},
{
"system": "http://bluebutton.cms.hhs.gov/identifier#hicnHash",
"value": "2025fbc612a884853f0c245e686780bf748e5652360ecd7430575491f4e018c5"
}
],
"name": [
{
"use": "usual",
"family": "Doe",
"given": [
"Jane",
"X"
]
}
],
"gender": "unknown",
"birthDate": "2014-06-01",
"address": [
{
"district": "999",
"state": "15",
"postalCode": "99999"
}
]
}