@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:NamingSystem ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "npi"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "

Summary

Defining URLhttp://terminology.hl7.org/NamingSystem/npi
Version1.0.0
NameNPI
TitleUnited States National Provider Identifier
Statusactive
Definition

National Provider Identifier

\n

Identifiers

TypeValuePreferred
OID2.16.840.1.113883.4.6true
URIhttp://hl7.org/fhir/sid/us-npitrue
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.url"^^xsd:anyURI ] ; fhir:value [ fhir:v "http://terminology.hl7.org/NamingSystem/npi"^^xsd:anyURI ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.version"^^xsd:anyURI ] ; fhir:value [ fhir:v "1.0.0" ] ] [ fhir:url [ fhir:v "http://hl7.org/fhir/5.0/StructureDefinition/extension-NamingSystem.title"^^xsd:anyURI ] ; fhir:value [ fhir:v "United States National Provider Identifier" ] ] ) ; # fhir:name [ fhir:v "NPI"] ; # fhir:status [ fhir:v "active"] ; # fhir:kind [ fhir:v "identifier"] ; # fhir:date [ fhir:v "2022-02-07T00:00:00-00:00"^^xsd:dateTime] ; # fhir:type [ fhir:coding ( [ fhir:system [ fhir:v "http://terminology.hl7.org/CodeSystem/v2-0203"^^xsd:anyURI ] ; fhir:code [ fhir:v "PRN" ] ] ) ] ; # fhir:description [ fhir:v "National Provider Identifier"] ; # fhir:uniqueId ( [ fhir:type [ fhir:v "oid" ] ; fhir:value [ fhir:v "2.16.840.1.113883.4.6" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] [ fhir:type [ fhir:v "uri" ] ; fhir:value [ fhir:v "http://hl7.org/fhir/sid/us-npi" ] ; fhir:preferred [ fhir:v "true"^^xsd:boolean ] ] ) . # # -------------------------------------------------------------------------------------