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
Seen Fee-for-Service
Patient demonstrating primaryCareAttachment.status = fee-for-service, not rostered but not due to termination
Patient/nexus-emr-patient-fee-for-service-example — claims conformance to Patient Profile
{
"resourceType": "Patient",
"id": "nexus-emr-patient-fee-for-service-example",
"meta": {
"profile": [
"../StructureDefinition/nexus-emr-core-patient"
],
"source": "../NamingSystem/cedarbrook-clinic-pipeline-v2.3.0"
},
"text": {
"status": "generated",
"div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Kit Bramwell is seen at Cedarbrook on a fee-for-service basis: not rostered, but not through termination or a failed attachment. Recorded as primaryCareAttachment.status = fee-for-service, which readers must not collapse into terminated.</p></div>"
},
"extension": [
{
"url": "../StructureDefinition/nexus-emr-primary-care-attachment",
"extension": [
{
"url": "status",
"valueCode": "fee-for-service"
}
]
}
],
"name": [
{
"use": "official",
"family": "Bramwell",
"given": [
"Kit"
]
}
],
"gender": "unknown",
"birthDate": "1994-02-17",
"managingOrganization": {
"identifier": {
"system": "../NamingSystem/organization-identifier",
"value": "cedarbrook-clinic"
},
"display": "Cedarbrook Clinic"
}
}