Skip to content

Patient Profile

Canonical../StructureDefinition/nexus-emr-core-patient
Statusdraft · 1.26.0
BasePatient (constraint)
SourceFSH · 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

Not Enrolled (decided negative)

Patient demonstrating primaryCareAttachment.status = not-enrolled, the decided "deliberately not rostered" state, distinct from an absent attachment

Patient/nexus-emr-patient-not-enrolled-example — claims conformance to Patient Profile

{
  "resourceType": "Patient",
  "id": "nexus-emr-patient-not-enrolled-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>Rowan Achterberg is seen at Cedarbrook but is deliberately not rostered: the patient declined enrolment. Recorded as primaryCareAttachment.status = not-enrolled, a decided negative -- distinct from an absent attachment, which means only that enrolment was never recorded.</p></div>"
  },
  "extension": [
    {
      "url": "../StructureDefinition/nexus-emr-primary-care-attachment",
      "extension": [
        {
          "url": "status",
          "valueCode": "not-enrolled"
        }
      ]
    }
  ],
  "name": [
    {
      "use": "official",
      "family": "Achterberg",
      "given": [
        "Rowan"
      ]
    }
  ],
  "gender": "other",
  "birthDate": "1971-09-30",
  "managingOrganization": {
    "identifier": {
      "system": "../NamingSystem/organization-identifier",
      "value": "cedarbrook-clinic"
    },
    "display": "Cedarbrook Clinic"
  }
}