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

FHIR IG analytics

Packageca.on.oh-olis
Resource TypePatient
IdPatient-anon-id-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": "ca-on-patient-hcn-123456",
  "meta": {
    "profile": [
      "http://ehealthontario.ca/fhir/StructureDefinition/ca-on-lab-profile-Patient|2.0.0"
    ]
  },
  "identifier": [
    {
      "type": {
        "coding": [
          {
            "system": "http://hl7.org/fhir/v2/0203",
            "code": "ANON",
            "display": "Anonymous Identifier"
          }
        ],
        "text": "OLIS Nonnominal identifier"
      },
      "system": "http://ehealthontario.ca/fhir/NamingSystem/lab/patient-id-lab-license-991",
      "value": "123456"
    }
  ]
}