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

FHIR IG Statistics: ValueSet/identifier-type

Packageca.on.oh-dhdr
Resource TypeValueSet
Ididentifier-type
FHIR VersionR4
Sourcehttps://simplifier.net/resolve?scope=ca.on.oh-dhdr@4.0.2-alpha1.0.6&canonical=http://ontariohealth.ca/fhir/ValueSet/identifier-type
URLhttp://ontariohealth.ca/fhir/ValueSet/identifier-type
Version1.0.0
Statusdraft
NameIdentifierType
TitleIdentifier Type
DescriptionA coded type for an identifier that can be used to determine which identifier to use for a specific purpose

Resources that use this resource

StructureDefinition
ca-on-mi-profile-imagingStudyMI ImagingStudy Profile
ca-on-mi-profile-patientMI Patient Profile (Submission)

Resources that this resource uses

CodeSystem
v2-0203identifierType

Narrative

No narrative content found in resource


Source

{
  "resourceType": "ValueSet",
  "id": "identifier-type",
  "url": "http://ontariohealth.ca/fhir/ValueSet/identifier-type",
  "version": "1.0.0",
  "name": "IdentifierType",
  "title": "Identifier Type",
  "status": "draft",
  "publisher": "Ontario Health",
  "description": "A coded type for an identifier that can be used to determine which identifier to use for a specific purpose",
  "immutable": false,
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v2-0203",
        "concept": [
          {
            "code": "ACSN",
            "display": "Accession ID"
          },
          {
            "code": "ANON",
            "display": "Anonymous identifier"
          },
          {
            "code": "BRN",
            "display": "Breed Registry Number"
          },
          {
            "code": "DL",
            "display": "Driver's license number"
          },
          {
            "code": "DR",
            "display": "Donor Registration Number"
          },
          {
            "code": "EN",
            "display": "Employer number"
          },
          {
            "code": "FILL",
            "display": "Filler Identifier"
          },
          {
            "code": "JHN",
            "display": "Jurisdictional health number (Canada)"
          },
          {
            "code": "MCN",
            "display": "Microchip Number"
          },
          {
            "code": "MD",
            "display": "Medical License number"
          },
          {
            "code": "MR",
            "display": "Medical record number"
          },
          {
            "code": "NIIP",
            "display": "National Insurance Payor Identifier (Payor)"
          },
          {
            "code": "PGN",
            "display": "Placer Group Number"
          },
          {
            "code": "PI",
            "display": "Patient internal identifier"
          },
          {
            "code": "PLAC",
            "display": "Placer Identifier"
          },
          {
            "code": "PPN",
            "display": "Passport number"
          },
          {
            "code": "PRN",
            "display": "Provider number"
          },
          {
            "code": "RRI",
            "display": "Regional registry ID"
          },
          {
            "code": "SB",
            "display": "Social Beneficiary Identifier"
          },
          {
            "code": "SNO",
            "display": "Serial Number"
          },
          {
            "code": "TAX",
            "display": "Tax ID number"
          },
          {
            "code": "UDI",
            "display": "Universal Device Identifier"
          },
          {
            "code": "VN",
            "display": "Visit number"
          }
        ]
      }
    ]
  }
}