@prefix aberowl: <http://aber-owl.net/ontology/> .
@prefix biolink: <https://bioregistry.io/metaregistry/biolink/resolve/> .
@prefix bioportal: <https://bioportal.bioontology.org/ontologies/> .
@prefix bioregistry: <https://bioregistry.io/registry/> .
@prefix bioregistry.metaresource: <https://bioregistry.io/metaregistry/> .
@prefix bioregistry.schema: <https://bioregistry.io/schema/#> .
@prefix dcat: <http://www.w3.org/ns/dcat#> .
@prefix dcterms: <http://purl.org/dc/terms/> .
@prefix fairsharing: <https://fairsharing.org/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix orcid: <https://orcid.org/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix skos: <http://www.w3.org/2004/02/skos/core#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .

bioregistry.metaresource:aberowl dcterms:hasPart aberowl:HCPCS .

bioregistry.metaresource:biolink dcterms:hasPart biolink:HCPCS .

bioregistry.metaresource:bioportal dcterms:hasPart bioportal:HCPCS .

bioregistry.metaresource:bioregistry dcterms:hasPart bioregistry:hcpcs .

bioregistry.metaresource:fairsharing dcterms:hasPart fairsharing:FAIRsharing.x81wz8 .

bioregistry:hcpcs a bioregistry.schema:0000001 ;
    rdfs:label "Healthcare Common Procedure Coding System" ;
    dcterms:contributor orcid:0000-0003-4423-4370 ;
    dcterms:description "HCPCS is a collection of standardized codes that represent medical procedures, supplies, products and services. The codes are used to facilitate the processing of health insurance claims by Medicare and other insurers."^^xsd:string ;
    dcterms:isPartOf bioregistry.metaresource:bioregistry ;
    skos:exactMatch aberowl:HCPCS,
        bioportal:HCPCS,
        biolink:HCPCS,
        fairsharing:FAIRsharing.x81wz8 ;
    dcat:keyword "biomedical science",
        "business administration",
        "ontology" ;
    foaf:homepage <https://www.cms.gov/Medicare/Coding/MedHCPCSGenInfo> ;
    bioregistry.schema:0000005 "G8944"^^xsd:string ;
    bioregistry.schema:0000006 "http://purl.bioontology.org/ontology/HCPCS/$1"^^xsd:string ;
    bioregistry.schema:0000012 false ;
    bioregistry.schema:0000019 [ rdfs:label "Cynthia Hake" ;
            foaf:mbox "Cynthia.Hake@cms.hhs.gov" ] ;
    bioregistry.schema:0000024 "http://purl.bioontology.org/ontology/HCPCS/"^^xsd:string ;
    bioregistry.schema:0000027 <http://purl.bioontology.org/ontology/HCPCS/G8944> ;
    bioregistry.schema:0000029 "hcpcs" .

orcid:0000-0003-4423-4370 rdfs:label "Charles Tapley Hoyt" ;
    foaf:mbox "cthoyt@gmail.com" .

aberowl:HCPCS dcterms:isPartOf bioregistry.metaresource:aberowl .

bioportal:HCPCS dcterms:isPartOf bioregistry.metaresource:bioportal .

biolink:HCPCS dcterms:isPartOf bioregistry.metaresource:biolink .

fairsharing:FAIRsharing.x81wz8 dcterms:isPartOf bioregistry.metaresource:fairsharing .

