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

Maria Gonzalez (AI triage scenario)

Cedarbrook patient who raised a portal message about home blood-pressure readings, triaged with AI assistance under human oversight

Patient/maria-gonzalez — claims conformance to Patient Profile

{
  "resourceType": "Patient",
  "id": "maria-gonzalez",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Maria Gonzalez, active patient at Cedarbrook Family Health. Subject of the AI-assisted triage task, raised from a patient-portal message about home blood-pressure readings.</p></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "../NamingSystem/patient-mrn",
      "value": "10047"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Gonzalez",
      "given": [
        "Maria"
      ]
    }
  ],
  "birthDate": "1972-09-30",
  "managingOrganization": {
    "reference": "Organization/cedarbrook-clinic",
    "display": "Cedarbrook Clinic"
  }
}

Referenced by: nexus-emr-core-clinical-task-ai-triage-001