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

FHIR IG analytics

Packageca.healthpei.io.core
Resource TypePatient
IdPEI_Patient.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",
  "meta": {
    "profile": [
      "http://healthpei.ca/fhir/StructureDefinition/ca-pei-profile-Patient"
    ]
  },
  "extension": [
    {
      "url": "http://healthpei.ca/fhir/StructureDefinition/ext-patientbirthsex",
      "valueCoding": {
        "system": "http://terminology.hl7.org/CodeSystem/v3-AdministrativeGender",
        "code": "M",
        "display": "Male"
      }
    }
  ],
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
            "code": "JHN"
          }
        ]
      },
      "system": "https://fhir.infoway-inforoute.ca/NamingSystem/ca-pe-patient-healthcare-id",
      "value": "30829550"
    }
  ],
  "name": [
    {
      "family": "PatientPEI",
      "given": [
        "PEIPatient"
      ]
    }
  ],
  "telecom": [
    {
      "system": "phone",
      "value": "902 123 4567",
      "use": "home"
    }
  ],
  "birthDate": "1992-12-29",
  "address": [
    {
      "use": "home",
      "type": "physical"
    },
    {
      "use": "home",
      "type": "postal",
      "line": [
        "123 WATER"
      ],
      "city": "SUMMERSIDE",
      "state": "PE",
      "postalCode": "C0B1N0",
      "country": "CAN"
    }
  ]
}