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

FHIR IG Statistics: ValueSet/patientidentifiertype

Packageca-on-covax.v1
Resource TypeValueSet
Idpatientidentifiertype
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca-on-covax.v1@1.0.0&canonical=http://ehealthontario.ca/fhir/ValueSet/patientidentifiertype
URLhttp://ehealthontario.ca/fhir/ValueSet/patientidentifiertype
Version0.1.10
Statusactive
NamePatientIdentifierTypeVS
TitlePatient Identifier Type
DescriptionPatient Identifier Type

Resources that use this resource

StructureDefinition
covaxon-patientCOVaxON Patient

Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "status": "active",
  "name": "PatientIdentifierTypeVS",
  "id": "patientidentifiertype",
  "title": "Patient Identifier Type",
  "description": "Patient Identifier Type",
  "version": "0.1.10",
  "url": "http://ehealthontario.ca/fhir/ValueSet/patientidentifiertype",
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "BCT",
            "display": "Birth Certificate"
          },
          {
            "code": "DL",
            "display": "Driver’s license number"
          },
          {
            "code": "EN",
            "display": "Employer number"
          },
          {
            "code": "JHN",
            "display": "Jurisdictional health number"
          },
          {
            "code": "MR",
            "display": "Medical record number"
          },
          {
            "code": "PPN",
            "display": "Passport number"
          },
          {
            "code": "TN",
            "display": "Treaty Number"
          }
        ]
      }
    ]
  }
}