FHIR IG analytics| Package | ca.on.ehr.r4 |
| Resource Type | Patient |
| Id | Patient-4b22675f-0747-4152-842a-a6ce87451089.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "4b22675f-0747-4152-842a-a6ce87451089",
"meta": {
"versionId": "1",
"lastUpdated": "2025-06-12T15:26:23.217+00:00"
},
"identifier": [
{
"type": {
"coding": [
{
"code": "MR",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "urn:oid:2.16.124.10.101.1.70.1",
"value": "12345"
},
{
"type": {
"coding": [
{
"code": "JHN",
"system": "http://terminology.hl7.org/CodeSystem/v2-0203"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234567890"
}
],
"name": [
{
"family": "Smith",
"given": [
"John"
]
}
],
"telecom": [
{
"system": "phone",
"value": "555-555-1234",
"use": "mobile"
}
],
"gender": "male",
"birthDate": "1990-01-01",
"address": [
{
"line": [
"123 Main St"
],
"city": "Toronto",
"state": "ON",
"postalCode": "M5V 1A1",
"country": "CA"
}
]
}