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 Doe (lab review scenario)
Cedarbrook patient whose July 2025 annual-physical CBC returned a low hemoglobin against a documented history of iron deficiency anemia
Patient/john-doe — claims conformance to Patient Profile
{
"resourceType": "Patient",
"id": "john-doe",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-patient"
]
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>John Doe, active patient at Cedarbrook Family Health. Subject of the lab-result review task -- a July 2025 annual physical whose CBC returned a hemoglobin of 8.2 g/dL against a documented history of iron deficiency anemia.</p></div>"
},
"identifier": [
{
"type": {
"coding": [
{
"system": "http://terminology.hl7.org/CodeSystem/v2-0203",
"code": "MR",
"display": "Medical record number"
}
]
},
"system": "../NamingSystem/patient-mrn",
"value": "10021"
}
],
"active": true,
"name": [
{
"use": "official",
"family": "Doe",
"given": [
"John"
]
}
],
"birthDate": "1958-03-14",
"managingOrganization": {
"reference": "Organization/cedarbrook-clinic",
"display": "Cedarbrook Clinic"
}
}
Referenced by: nexus-emr-core-clinical-task-lab-review-001