Created
May 7, 2019 16:09
-
-
Save freshehr/6090ee5e367d64052c3078a98fdb9eac to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"resourceType": "Patient", | |
"name": [ | |
{ | |
"family": "Chalmers", | |
"use": "official", | |
"given": [ | |
"Peter", | |
"James" | |
], | |
"prefix": "Mr" | |
}, | |
{ | |
"use": "usual", | |
"given": [ | |
"Petey-Jimbo" | |
] | |
} | |
], | |
"telecom": "07700 900000", | |
"deceasedBoolean": false, | |
"gender": "male", | |
"birthDate": "1974-12-25", | |
"address": [{ | |
"line": ["26, High Street"], | |
"city": "Dundee", | |
"district": "Tayside", | |
"postalCode": "DU2 3SK", | |
"country": "United Kingdom" | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment