FHIR © HL7.org  |  Server Home  |  XIG Home  |  XIG Stats  |  Server Source  |  FHIR  

FHIR IG Statistics: ValueSet/PatientIdentifierType

Packageca.on.oh-olis
Resource TypeValueSet
IdPatientIdentifierType
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-olis@2.0.0-0.0.1&canonical=http://ehealthontario.ca/fhir/ValueSet/ca-on-lab-patient-identifier-type
URLhttp://ehealthontario.ca/fhir/ValueSet/ca-on-lab-patient-identifier-type
Version1.0.0
Statusactive
NamePatientIdentifierType
Authorityhl7
DescriptionPatient Identifier Type

Resources that use this resource

StructureDefinition
ca-on-lab-profile-PatientPatient

Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

No narrative content found in resource


Source

{
  "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"
          }
        ]
      }
    ]
  }
}