FHIR IG analytics| Package | ca.on.oh.erec |
| Resource Type | Patient |
| Id | Patient-example.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"id": "7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B",
"meta": {
"profile": [
"http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient|1.0.1"
]
},
"identifier": [
{
"extension": [
{
"url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code",
"valueString": "EX"
}
],
"use": "official",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
],
"text": "Ontario, Canada Personal Health Number"
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
"value": "1234567890"
},
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR"
}
],
"text": "The Hospital"
},
"system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
"value": "ABC12345"
}
],
"active": true,
"name": [
{
"family": "Doe",
"given": [
"Jane"
]
}
],
"telecom": [
{
"system": "phone",
"value": "1 (555) 867 5309",
"rank": 1
},
{
"system": "email",
"value": "janedoe@example.com",
"rank": 2
}
],
"gender": "female",
"birthDate": "1951-02-19",
"deceasedBoolean": false,
"address": [
{
"use": "home",
"type": "physical",
"line": [
"123 Any Street"
],
"city": "Waterloo",
"state": "ON",
"postalCode": "N2L 3G1"
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://ehealthontario.ca/fhir/CodeSystem/patient-contact-relationship",
"code": "EC",
"display": "Emergency Contact"
}
],
"text": "Emergency Contact"
}
],
"name": {
"family": "McContact",
"given": [
"David"
]
},
"telecom": [
{
"system": "phone",
"value": "(555) 555 1212",
"rank": 1
}
],
"address": {
"line": [
"50 Another St.",
"Unit 2"
],
"city": "Waterloo",
"state": "ON",
"postalCode": "N2L 3G2"
}
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47",
"code": "en",
"display": "English"
}
],
"text": "english"
}
}
],
"generalPractitioner": [
{
"reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
}
]
}