{
  "resourceType": "Patient",
  "id": "chr-on-west-Patient-12345",
  "meta": {
    "lastUpdated": "2024-12-08T18:00:00Z",
    "source": "urn:telus:emr:chr:on-west:123",
    "profile": [
      "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/DwPatient"
    ],
    "security": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-Confidentiality",
        "code": "N",
        "display": "normal"
      }
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\">Sarah Marie Johnson, Female, DOB: 1985-03-15</div>"
  },
  "extension": [
    {
      "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-PatientStatus",
      "valueCodeableConcept": {
        "text": "Active"
      }
    },
    {
      "url": "https://www.telus.com/health/fhir/dwemrextract/StructureDefinition/ext-PatientStatusDate",
      "valueDateTime": "2024-01-15T09:00:00Z"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/patient-genderIdentity",
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/gender-identity",
            "code": "female",
            "display": "female",
            "userSelected": false
          }
        ],
        "text": "Female"
      }
    },
    {
      "extension": [
        {
          "url": "value",
          "valueCodeableConcept": {
            "text": "She/Her/Her/Herself"
          }
        }
      ],
      "url": "http://hl7.org/fhir/StructureDefinition/individual-pronouns"
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR",
            "display": "Medical Record Number"
          }
        ]
      },
      "system": "urn:telus:emr:chr:on-west:123:patientid",
      "value": "12345",
      "assigner": {
        "display": "Collaborative Health Record"
      }
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN",
            "display": "Jurisdictional health number"
          }
        ]
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "1234567890",
      "period": {
        "start": "2020-01-01"
      },
      "assigner": {
        "display": "[CA/ON] Ontario Health Insurance Plan"
      }
    }
  ],
  "active": true,
  "name": [
    {
      "use": "usual",
      "text": "Sarah Marie Johnson",
      "family": "Johnson",
      "given": [
        "Sarah",
        "Marie"
      ],
      "prefix": [
        "Ms"
      ]
    },
    {
      "use": "nickname",
      "text": "Sally"
    }
  ],
  "telecom": [
    {
      "system": "sms",
      "value": "519-555-3001",
      "use": "mobile",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "519-555-3002",
      "use": "home"
    },
    {
      "system": "phone",
      "value": "519-555-3003 ext 123",
      "use": "work"
    },
    {
      "system": "email",
      "value": "sarah.johnson@example.com",
      "use": "mobile",
      "rank": 1
    }
  ],
  "gender": "female",
  "birthDate": "1985-03-15",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "456 Oak Avenue",
        "Apt 2B"
      ],
      "city": "London",
      "state": "ON",
      "postalCode": "N6B 2C3",
      "country": "CA"
    }
  ],
  "maritalStatus": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-MaritalStatus",
        "code": "M",
        "display": "Married",
        "userSelected": false
      }
    ],
    "text": "Married"
  },
  "communication": [
    {
      "language": {
        "text": "English"
      },
      "preferred": true
    }
  ],
  "generalPractitioner": [
    {
      "reference": "Practitioner/chr-on-west-Practitioner-501",
      "type": "Practitioner",
      "display": "Dr. Emily Thompson"
    }
  ],
  "managingOrganization": {
    "reference": "Organization/chr-on-west-Organization-100",
    "type": "Organization",
    "display": "Western Ontario Family Health Clinic"
  }
}