Npi leaf node


URI

https://w3id.org/omop/ontology/npi

Label

Npi

Description

For Provider: This is the National Provider Number issued to health care providers in the US by the Centers for Medicare and Medicaid Services (CMS).

Usage

DOMAINPROPERTYRANGE
Provider Npi string

Implementation

@prefix omop: <https://w3id.org/omop/ontology/> .
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

omop:npi a owl:DatatypeProperty,
        owl:FunctionalProperty ;
    rdfs:label "Npi"^^xsd:string ;
    rdfs:comment "For Provider: This is the National Provider Number issued to health care providers in the US by the Centers for Medicare and Medicaid Services (CMS)."@en ;
    rdfs:domain omop:Provider ;
    rdfs:range xsd:string ;
    omop:omop_cdm_name "provider.npi#275 AS str"^^xsd:string .