FHIR IG analytics| Package | ca.on.mi.pkg |
| Resource Type | Patient |
| Id | Patient-patient1.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "patient1",
"meta": {
"profile": [
"http://ontariohealth.ca/fhir/StructureDefinition/ca-on-mi-profile-patient"
]
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
]
},
"system": "http://ehealthontario.ca/fhir/NamingSystem/id-cambridge-memorial-mrn",
"value": "23456789"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234567890"
}
],
"name": [
{
"use": "official",
"family": "Onsmith1",
"given": [
"Onjohn1",
"William"
],
"suffix": [
"III"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-5555",
"use": "work"
}
],
"gender": "male",
"birthDate": "1926-02-24",
"address": [
{
"use": "home",
"type": "physical",
"line": [
"13 Boring St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M1M M2M",
"country": "CAN"
}
],
"contact": [
{
"name": {
"family": "Doe",
"given": [
"Jane Doe"
]
}
}
],
"communication": [
{
"language": {
"coding": [
{
"code": "en",
"system": "urn:ietf:bcp:47",
"display": "English"
}
]
}
}
],
"generalPractitioner": [
{
"reference": "Practitioner/practitioner1"
}
]
}