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

Jennifer Martinez (diabetes education scenario)

Cedarbrook patient newly diagnosed with type 2 diabetes, subject of the completed education task

Patient/jennifer-martinez — claims conformance to Patient Profile

{
  "resourceType": "Patient",
  "id": "jennifer-martinez",
  "meta": {
    "profile": [
      "../StructureDefinition/nexus-emr-core-patient"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns='http://www.w3.org/1999/xhtml'><p>Jennifer Martinez, active patient at Cedarbrook Family Health. Newly diagnosed with type 2 diabetes and the subject of the completed diabetes-education task.</p></div>"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical record number"
          }
        ]
      },
      "system": "../NamingSystem/patient-mrn",
      "value": "10088"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Martinez",
      "given": [
        "Jennifer"
      ]
    }
  ],
  "birthDate": "1981-11-08",
  "managingOrganization": {
    "reference": "Organization/cedarbrook-clinic",
    "display": "Cedarbrook Clinic"
  }
}

Referenced by: nexus-emr-core-clinical-task-completed-001