FHIR IG analytics| Package | ca.healthpei.io.core |
| Resource Type | Patient |
| Id | PEI_Patient.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Patient",
"meta": {
"profile": [
"http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Patient"
]
},
"extension": [
{
"url": "http://healthpei.ca/fhir/StructureDefinition/ext-patientbirthsex",
"valueCoding": {
"system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
"code": "M",
"display": "Male"
}
}
],
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-pe-patient-healthcare-id",
"value": "30829550"
}
],
"name": [
{
"family": "PatientPEI",
"given": [
"PEIPatient"
]
}
],
"telecom": [
{
"system": "phone",
"value": "902 123 4567",
"use": "home"
}
],
"birthDate": "1992-12-29",
"address": [
{
"use": "home",
"type": "physical"
},
{
"use": "home",
"type": "postal",
"line": [
"123 WATER"
],
"city": "SUMMERSIDE",
"state": "PE",
"postalCode": "C0B1N0",
"country": "CAN"
}
]
}