{
  "resourceType": "Patient",
  "id": "patient1-example",
  "meta": {
    "profile": [
      "http://fhir.infoway-inforoute.ca/io/psca/StructureDefinition/patient-ca-ps"
    ]
  },
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p><b>Generated Narrative</b></p><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Resource \"patient1-example\" </p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-patient-ca-ps.html\">Patient (PS-CA)</a></p></div><p><b>identifier</b>: Medical record number: 654321 (USUAL), Jurisdictional health number: 5584486647</p><p><b>active</b>: true</p><p><b>name</b>: Duck Donald (OFFICIAL)</p><p><b>gender</b>: male</p><p><b>birthDate</b>: 1952-08-01</p></div>"
  },
  "identifier": [
    {
      "use": "usual",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ]
      },
      "system": "urn:oid:0.1.2.3.4.5.6.7",
      "value": "654321"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN"
          }
        ]
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "5584486647"
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "family": "Donald",
      "given": [
        "Duck"
      ]
    }
  ],
  "gender": "male",
  "birthDate": "1952-08-01"
}