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
David Chen (post-discharge scenario)
Cedarbrook patient returned from a hospital admission for pneumonia, subject of the medication reconciliation held by the nursing pool
Patient/david-chen — claims conformance to Patient Profile
{
"resourceType": "Patient",
"id": "david-chen",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>David Chen, active patient at Cedarbrook Family Health. Returned from a five-day admission at Calgary General Hospital for pneumonia; subject of the post-discharge medication reconciliation held by the nursing pool.</p></div>"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "../NamingSystem/patient-mrn",
"value": "10112"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Chen",
"given": [
"David"
]
}
],
"birthDate": "1949-05-22",
"managingOrganization": {
"reference": "Organization/cedarbrook-clinic",
"display": "Cedarbrook Clinic"
}
}
Referenced by: nexus-emr-core-clinical-task-nursing-pool-001