FHIR IG analytics| Package | ca.bc.patient-summary |
| Resource Type | Patient |
| Id | PS-CA BC Patient Example V1.2.json |
| FHIR Version | R4 |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Patient
Name: Greta Wiebe
DOB: 1935-03-09
Gender: Female
Address: 2044 Martin Crescent, Duncan, BC, V9L 3G5, Canada
Identifiers: [9892651498]
{
"resourceType": "Patient",
"id": "PatientPSBCExample",
"meta": {
"profile": [
"http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps"
]
},
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"extension": [
{
"url": "http://hl7.org/fhir/StructureDefinition/individual-recordedSexOrGender",
"extension": [
{
"url": "value",
"valueCodeableConcept": {
"coding": [
{
"code": "F",
"display": "Female"
}
]
}
}
]
},
{
"url": "http://hl7.org/fhir/StructureDefinition/patient-interpreterRequired",
"valueBoolean": true
}
],
"identifier": [
{
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-bc-patient-healthcare-id",
"value": "9892651498",
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN"
}
]
}
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Wiebe",
"given": [
"Greta"
]
},
{
"use": "nickname",
"given": [
"Greta"
]
}
],
"gender": "female",
"birthDate": "1935-03-09",
"telecom": [
{
"system": "phone",
"value": "(25) 0597 1234",
"use": "mobile",
"rank": 1
},
{
"system": "phone",
"value": "(60) 4859 8791",
"use": "home",
"rank": 2
},
{
"system": "email",
"value": "gretawiebe@email.com",
"use": "home"
}
],
"address": [
{
"line": [
"2044 Martin Crescent"
],
"city": "Duncan",
"state": "BC",
"postalCode": "V9L 3G5",
"country": "Canada"
}
],
"communication": [
{
"language": {
"coding": [
{
"system": "urn:ietf:bcp:47#en",
"code": "en",
"display": "English"
}
],
"text": "English"
},
"preferred": true
}
],
"contact": [
{
"relationship": [
{
"coding": [
{
"system": "http://snomed.info/sct",
"code": "72705000",
"display": "Mother"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0131",
"code": "N"
},
{
"system": "http://terminology.hl7.org/CodeSystem/v3-RoleCode",
"code": "MTH"
}
]
}
],
"name": {
"use": "maiden",
"family": "Toewes",
"given": [
"Jennifer"
]
},
"telecom": [
{
"system": "phone",
"value": "+250-425-4242",
"use": "mobile"
}
]
}
]
}