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

FHIR IG analytics

Packageca.on.olis.r4
Resource TypeValueSet
Idvs-PatientIdentifierType.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": "ValueSet",
  "id": "PatientIdentifierType",
  "url": "http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-patient-identifier-type",
  "version": "1.0.0",
  "name": "PatientIdentifierType",
  "status": "active",
  "publisher": "Ontario Health",
  "description": "Patient Identifier Type",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "JHN",
            "display": "Jurisdictional health number (Canada)"
          },
          {
            "code": "MR",
            "display": "Medical record number"
          },
          {
            "code": "ANON",
            "display": "Anonymous identifier"
          }
        ]
      }
    ]
  }
}