{
  "resourceType": "Patient",
  "id": "04121321-4af5-424c-a0e1-ed3aab1c349d",
  "identifier": [
    {
      "use": "official",
      "type": {
        "coding": {
          "system": "http://hl7.org/fhir/v2/0203",
          "code": "JHN"
        },
        "text": "Ontario"
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "4326578901",
      "period": {
        "start": "2015-01-28",
        "end": "2020-01-28"
      },
      "assigner": {
        "display": "Ontario Geovernment - Ministry of Health and Long-Term Care"
      },
      "extension": [
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code",
          "valueString": "JR"
        }
      ]
    }
  ],
  "active": true,
  "name": [
    {
      "use": "official",
      "text": "Brian T.Jones",
      "family": "Jones",
      "given": [
        "Brian"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "4162581479",
      "use": "home",
      "rank": 1
    },
    {
      "system": "phone",
      "value": "41655556474",
      "use": "mobile",
      "rank": 2
    },
    {
      "system": "phone",
      "value": "41655556475 x 123",
      "use": "work",
      "rank": 3
    }
  ],
  "gender": "male",
  "birthDate": "1974-12-25",
  "address": [
    {
      "use": "home",
      "type": "both",
      "line": [
        "120 Yonge St"
      ],
      "city": "Barrie",
      "state": "ON",
      "postalCode": "L2W 3R4",
      "country": "CAN"
    },
    {
      "use": "temp",
      "type": "physical",
      "line": [
        "134 Yonge St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1S 3R4",
      "country": "CAN"
    }
  ],
  "maritalStatus": {
    "coding": {
      "system": "http://hl7.org/fhir/ValueSet/marital-status",
      "code": "M"
    }
  },
  "contact": [
    {
      "relationship": [
        {
          "coding": {
            "system": "CHRIS",
            "code": "SDM",
            "display": "Substitute Decision Maker"
          }
        }
      ],
      "name": {
        "family": "du March",
        "given": [
          "Bndicte"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "4162581479",
          "use": "home",
          "rank": 1
        }
      ],
      "address": {
        "use": "home",
        "type": "postal",
        "line": [
          "120 Yonge St"
        ],
        "city": "Barrie",
        "state": "ON",
        "postalCode": "L2W 3R4",
        "country": "CAN"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": {
          "system": "https://www.iso.org/obp/ui/#iso:std:iso:639:-3:ed-1:v1:en",
          "code": "eng",
          "display": "English"
        }
      },
      "preferred": true
    },
    {
      "language": {
        "coding": {
          "system": "https://www.iso.org/obp/ui/#iso:std:iso:639:-3:ed-1:v1:en",
          "code": "fra",
          "display": "French"
        }
      }
    }
  ],
  "extension": {
    "url": "http://ehealthontario.on.ca/fhir/StructureDefinition/cms-ext-CommunicationBarrier",
    "valueCodeableConcept": {
      "coding": {
        "code": "NO",
        "display": "Patient understands the official language. Interpretor not required."
      }
    }
  },
  "generalPractitioner": [
    {
      "reference": "PractitionerRole/52430144-3d5f-4492-bfc0-37124676704d"
    }
  ]
}