Skip to content

Instantly share code, notes, and snippets.

@ignamiguel
Created May 5, 2017 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ignamiguel/693539ca929d56d2b7102b3ae8860799 to your computer and use it in GitHub Desktop.
Save ignamiguel/693539ca929d56d2b7102b3ae8860799 to your computer and use it in GitHub Desktop.
{
"resourceType": "Patient",
"id": "13248433",
"address": [{
"city": "north pole",
"country": "USA",
"line": ["blah blah"],
"postalCode": "11111",
"state": "NP"
}],
"birthDate": "1980-01-01",
"careProvider": [{
"reference": "Practitioner/1"
}],
"gender": "male",
"name": [{
"use": "official",
"family": ["Clause"],
"given": ["Santa"]
}],
"telecom": [{
"system": "phone",
"use": "home",
"value": "9995551111"
}]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment