Patient Profile¶
| Canonical | ../StructureDefinition/nexus-emr-core-patient |
|---|---|
| Status | draft · 1.26.0 |
| Base | Patient (constraint) |
| Source | FSH · JSON |
Generic Nexus EMR core profile for patient demographic and administrative information, based on CA Core+. Designed to support a broad range of integration needs.
Examples
Alice Johnson (referral scenario) · Avery Linwood · David Chen (post-discharge scenario) · Jennifer Martinez (diabetes education scenario) · John Doe (lab review scenario) · John smith alberta · Maria Gonzalez (AI triage scenario) · Not Enrolled (decided negative) · Seen Fee-for-Service · With Indigenous Profile Fields · With No Health Card (identity surface) · With Primary Care Attachment
John smith alberta
Patient/john-smith-alberta — claims conformance to Patient Profile
{
"resourceType": "Patient",
"id": "john-smith-alberta",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>John Smith, 45-year-old male patient from Alberta with PHN 123456789</p></div>"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "JHN",
"display": "Jurisdictional health number"
}
]
},
"system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-ab-patient-healthcare-id",
"value": "123456789",
"use": "official"
}
],
"name": [
{
"use": "official",
"family": "Smith",
"given": [
"John",
"Robert"
]
}
],
"gender": "male",
"birthDate": "1979-03-15",
"address": [
{
"line": [
"123 Main Street"
],
"city": "Calgary",
"state": "AB",
"postalCode": "T2P 1J9",
"country": "CA"
}
],
"active": true,
"managingOrganization": {
"identifier": {
"system": "../NamingSystem/organization-identifier",
"value": "telus-health-chr"
}
}
}