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

FHIR IG analytics

Packageca.on.ehr.r4
Resource TypePatient
IdPatient-4b22675f-0747-4152-842a-a6ce87451089.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": "4b22675f-0747-4152-842a-a6ce87451089",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2025-06-12T15:26:23.217+00:00"
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "code": "MR",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "urn:oid:2.16.124.10.101.1.70.1",
      "value": "12345"
    },
    {
      "type": {
        "coding": [
          {
            "code": "JHN",
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203"
          }
        ]
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "1234567890"
    }
  ],
  "name": [
    {
      "family": "Smith",
      "given": [
        "John"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "555-555-1234",
      "use": "mobile"
    }
  ],
  "gender": "male",
  "birthDate": "1990-01-01",
  "address": [
    {
      "line": [
        "123 Main St"
      ],
      "city": "Toronto",
      "state": "ON",
      "postalCode": "M5V 1A1",
      "country": "CA"
    }
  ]
}