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

FHIR IG analytics

Packageca.on.oh.erec
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": "7F7AD826-F47B-4C18-9D4A-BD3D0988AD3B",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-eReferral-profile-Patient|1.0.1"
    ]
  },
  "identifier": [
    {
      "extension": [
        {
          "url": "http://ehealthontario.ca/fhir/StructureDefinition/ext-id-health-card-version-code",
          "valueString": "EX"
        }
      ],
      "use": "official",
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN"
          }
        ],
        "text": "Ontario, Canada Personal Health Number"
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-on-patient-hcn",
      "value": "1234567890"
    },
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "MR"
          }
        ],
        "text": "The Hospital"
      },
      "system": "http://ehealthontario.ca/fhir/NamingSystem/id-example1-uri",
      "value": "ABC12345"
    }
  ],
  "active": true,
  "name": [
    {
      "family": "Doe",
      "given": [
        "Jane"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "1 (555) 867 5309",
      "rank": 1
    },
    {
      "system": "email",
      "value": "janedoe@example.com",
      "rank": 2
    }
  ],
  "gender": "female",
  "birthDate": "1951-02-19",
  "deceasedBoolean": false,
  "address": [
    {
      "use": "home",
      "type": "physical",
      "line": [
        "123 Any Street"
      ],
      "city": "Waterloo",
      "state": "ON",
      "postalCode": "N2L 3G1"
    }
  ],
  "contact": [
    {
      "relationship": [
        {
          "coding": [
            {
              "system": "http://ehealthontario.ca/fhir/CodeSystem/patient-contact-relationship",
              "code": "EC",
              "display": "Emergency Contact"
            }
          ],
          "text": "Emergency Contact"
        }
      ],
      "name": {
        "family": "McContact",
        "given": [
          "David"
        ]
      },
      "telecom": [
        {
          "system": "phone",
          "value": "(555) 555 1212",
          "rank": 1
        }
      ],
      "address": {
        "line": [
          "50 Another St.",
          "Unit 2"
        ],
        "city": "Waterloo",
        "state": "ON",
        "postalCode": "N2L 3G2"
      }
    }
  ],
  "communication": [
    {
      "language": {
        "coding": [
          {
            "system": "urn:ietf:bcp:47",
            "code": "en",
            "display": "English"
          }
        ],
        "text": "english"
      }
    }
  ],
  "generalPractitioner": [
    {
      "reference": "urn:uuid:86FA8373-34C8-440D-9E8F-832C1A571DA8"
    }
  ]
}