FHIR IG analytics| Package | ca.on.oh-dhdr |
| Resource Type | Patient |
| Id | PatientExampleSubmit.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "PatDisp8C66632E5A2E111BE05400144FF84F18",
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "5259156783"
},
{
"system": "http://ehealthontario.ca/fhir/NamingSystem/id-pharmacy-mrn",
"value": "ON00123456:987654321"
}
],
"name": [
{
"family": "Chen",
"given": [
"Patrick",
"William"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
}
],
"gender": "male",
"birthDate": "1961-01-01",
"address": [
{
"use": "home",
"type": "physical",
"line": [
"13 Boring St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
}
]
}