FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packageca.on.accdr.r4
Resource TypePatient
IdPatient-example.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Patient",
  "id": "123",
  "identifier": [
    {
      "system": "http://ehealthontario.ca/fhir/NamingSystem/id-cambridge-memorial-mrn",
      "value": "1234567"
    },
    {
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "1234567"
    }
  ],
  "name": [
    {
      "use": "official",
      "family": [
        "Onsmith1"
      ],
      "given": [
        "Onjohn1",
        "William"
      ],
      "suffix": [
        "III"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-5555",
      "use": "work"
    }
  ],
  "gender": "male",
  "birthDate": "1926-02-24",
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "13 Boring St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M1M M2M",
      "country": "CAN"
    }
  ]
}