@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "ndhm-identifier-type-code"] ; # fhir:text [ fhir:status [ fhir:v "extensions" ] ; fhir:div "

This value set includes codes based on the following rules:

  • Include all codes defined in https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0203
    CodeDisplayDefinition
    DLDriver's license numberDriver's license number
    PPNPassport numberA unique number assigned to the document affirming that a person is a citizen of the country.
    BRNBreed Registry NumberBreed Registry Number
    MRMedical record numberAn identifier that is unique to a patient within a set of medical records, not necessarily unique within an application.
    MCNMicrochip NumberMicrochip Number
    ENEmployer numberEmployer number
    TAXTax ID numberTax ID number
    NIIPNational Insurance Payor Identifier (Payor)National Insurance Payor Identifier (Payor)
    PRNProvider numberA number that is unique to an individual provider, a provider group or an organization within an Assigning Authority.
    MDMedical License numberAn identifier that is unique to a medical doctor within the jurisdiction of a licensing board.
    DRDonor Registration NumberDonor Registration Number
    ACSNAccession IDAccession Identifier
    UDIUniversal Device IdentifierAn identifier assigned to a device using the Unique Device Identification framework as defined by IMDRF (http://imdrf.org).
    SNOSerial NumberAn identifier affixed to an item by the manufacturer when it is first made, where each item has a different identifier.
    SBSocial Beneficiary IdentifierAn identifier issued by a governmental organization to a person to identify the person should they apply for or receive social services and/or benefits
    PLACPlacer IdentifierAn identifier for a request where the identifier is issued by the person or service making the request.
    FILLFiller IdentifierAn identifier for a request where the identifier is issued by the person, or service, that produces the observations or fulfills the request.
    JHNJurisdictional health numberJurisdictional health number
" ] ; # fhir:url [ fhir:v "https://nrces.in/ndhm/fhir/r4/ValueSet/ndhm-identifier-type-code"^^xsd:anyURI] ; # fhir:version [ fhir:v "4.0.0"] ; # fhir:name [ fhir:v "IdentifierTypeCode"] ; # fhir:title [ fhir:v "Identifier Type Code"] ; # fhir:status [ fhir:v "draft"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2022-07-14"^^xsd:date] ; # fhir:publisher [ fhir:v "National Resource Center for EHR Standards"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://nrces.in/" ] ] ) ] ) ; # fhir:description [ fhir:v "This Valueset contains coded type for an identifier that can be used to determine which identifier to use for a specific purpose"] ; # fhir:jurisdiction ( [ fhir:coding ( [ fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ; fhir:code [ fhir:v "IN" ] ] ) ] ) ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "https://nrces.in/ndhm/fhir/r4/CodeSystem/ndhm-identifier-type-code"^^xsd:anyURI ] ] [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:concept ( [ fhir:code [ fhir:v "DL" ] ] [ fhir:code [ fhir:v "PPN" ] ] [ fhir:code [ fhir:v "BRN" ] ] [ fhir:code [ fhir:v "MR" ] ] [ fhir:code [ fhir:v "MCN" ] ] [ fhir:code [ fhir:v "EN" ] ] [ fhir:code [ fhir:v "TAX" ] ] [ fhir:code [ fhir:v "NIIP" ] ] [ fhir:code [ fhir:v "PRN" ] ] [ fhir:code [ fhir:v "MD" ] ] [ fhir:code [ fhir:v "DR" ] ] [ fhir:code [ fhir:v "ACSN" ] ] [ fhir:code [ fhir:v "UDI" ] ] [ fhir:code [ fhir:v "SNO" ] ] [ fhir:code [ fhir:v "SB" ] ] [ fhir:code [ fhir:v "PLAC" ] ] [ fhir:code [ fhir:v "FILL" ] ] [ fhir:code [ fhir:v "JHN" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------