Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save freshehr/6090ee5e367d64052c3078a98fdb9eac to your computer and use it in GitHub Desktop.
Save freshehr/6090ee5e367d64052c3078a98fdb9eac to your computer and use it in GitHub Desktop.
{
"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