FHIR IG analytics| Package | ihe.iti.pmir |
| Resource Type | Patient |
| Id | Patient-ex-patient-create1.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
{
"resourceType": "Patient",
"id": "ex-patient-create1",
"text": {
"status": "additional",
"div": "<!-- snip (see above) -->"
},
"active": true,
"name": [
{
"use": "official",
"family": "Riegel",
"given": [
"David",
"A."
]
}
],
"telecom": [
{
"system": "phone",
"value": "+1-734-942-9512",
"use": "work"
},
{
"system": "email",
"value": "DavidARiegel@jourrapide.com",
"use": "work"
}
],
"gender": "male",
"birthDate": "1985-07-12",
"address": [
{
"use": "home",
"type": "both",
"text": "4512 Bombardier Way\nRomulus, MI 48174",
"line": [
"4512 Bombardier Way"
],
"city": "Romulus",
"state": "MI",
"postalCode": "48174",
"country": "US"
}
]
}