@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "v2-0338"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "extensions" ]; fhir:Narrative.div "
  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v2-0203 version 2.7.0
    CodeDisplayDefinition
    CYCounty numberCounty number
    DEADrug Enforcement Administration registration numberAn identifier for an individual or organization relative to controlled substance regulation and transactions.
    GLGeneral ledger numberGeneral ledger number
    LILabor and industries numberLabor and industries number
    L&ILabor and industries numberLabor and industries number. Note that this was introduced erroneously (with an ampersand in the code value) many years ago.
    MCDPractitioner Medicaid numberPractitioner Medicaid number
    MCRPractitioner Medicare numberPractitioner Medicare number
    QAQA numberQA number
    SLState licenseState license
    TAXTax ID numberTax ID number
    TRLTraining License NumberThe license number used during training.
    UPINMedicare/CMS (formerly HCFA)'s Universal Physician Identification numbersAn identifier for a provider within the CMS/Medicare program. A globally unique identifier for the provider in the Medicare program.
" ]; fhir:ValueSet.url [ fhir:value "http://terminology.hl7.org/ValueSet/v2-0338"]; fhir:ValueSet.identifier [ fhir:index 0; fhir:Identifier.system [ fhir:value "urn:ietf:rfc:3986" ]; fhir:Identifier.value [ fhir:value "urn:oid:2.16.840.1.113883.21.220" ] ]; fhir:ValueSet.version [ fhir:value "2.0.0"]; fhir:ValueSet.name [ fhir:value "Hl7VSPractitionerIdNumberType"]; fhir:ValueSet.title [ fhir:value "hl7VS-practitionerIdNumberType"]; fhir:ValueSet.status [ fhir:value "active"]; fhir:ValueSet.experimental [ fhir:value "false"^^xsd:boolean]; fhir:ValueSet.date [ fhir:value "2019-12-01"^^xsd:date]; fhir:ValueSet.publisher [ fhir:value "HL7, Inc"]; fhir:ValueSet.contact [ fhir:index 0; fhir:ContactDetail.telecom [ fhir:index 0; fhir:ContactPoint.system [ fhir:value "url" ]; fhir:ContactPoint.value [ fhir:value "https://github.com/HL7/UTG" ] ] ]; fhir:ValueSet.description [ fhir:value "Value Set of codes that specify the type of number used for the practitioner identification."]; fhir:ValueSet.copyright [ fhir:value "Copyright HL7. Licensed under creative commons public domain"]; fhir:ValueSet.compose [ fhir:ValueSet.compose.include [ fhir:index 0; fhir:ValueSet.compose.include.system [ fhir:value "http://terminology.hl7.org/CodeSystem/v2-0203" ]; fhir:ValueSet.compose.include.version [ fhir:value "2.7.0" ]; fhir:ValueSet.compose.include.concept [ fhir:index 0; fhir:ValueSet.compose.include.concept.code [ fhir:value "CY" ] ], [ fhir:index 1; fhir:ValueSet.compose.include.concept.code [ fhir:value "DEA" ] ], [ fhir:index 2; fhir:ValueSet.compose.include.concept.code [ fhir:value "GL" ] ], [ fhir:index 3; fhir:ValueSet.compose.include.concept.code [ fhir:value "LI" ] ], [ fhir:index 4; fhir:ValueSet.compose.include.concept.code [ fhir:value "L&I" ] ], [ fhir:index 5; fhir:ValueSet.compose.include.concept.code [ fhir:value "MCD" ] ], [ fhir:index 6; fhir:ValueSet.compose.include.concept.code [ fhir:value "MCR" ] ], [ fhir:index 7; fhir:ValueSet.compose.include.concept.code [ fhir:value "QA" ] ], [ fhir:index 8; fhir:ValueSet.compose.include.concept.code [ fhir:value "SL" ] ], [ fhir:index 9; fhir:ValueSet.compose.include.concept.code [ fhir:value "TAX" ] ], [ fhir:index 10; fhir:ValueSet.compose.include.concept.code [ fhir:value "TRL" ] ], [ fhir:index 11; fhir:ValueSet.compose.include.concept.code [ fhir:value "UPIN" ] ] ] ] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------