@prefix fhir: .
@prefix owl: .
@prefix rdfs: .
@prefix xsd: .
# - resource -------------------------------------------------------------------
a fhir:NamingSystem ;
fhir:nodeRole fhir:treeRoot ;
fhir:id [ fhir:v "hcpcs-Level-II"] ; #
fhir:text [
fhir:status [ fhir:v "generated" ] ;
fhir:div "Placeholder
"
] ; #
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/hcpcs-Level-II"^^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 "Healthcare Common Procedure Coding System (HCPCS) level II alphanumeric codes" ]
] ) ; #
fhir:name [ fhir:v "HCPCSLevelII"] ; #
fhir:status [ fhir:v "active"] ; #
fhir:kind [ fhir:v "codesystem"] ; #
fhir:date [ fhir:v "2021-02-23T00:00:00-04:00"^^xsd:dateTime] ; #
fhir:publisher [ fhir:v "U.S. Centers for Medicare & Medicaid Services (CMS)"] ; #
fhir:contact ( [
fhir:name [ fhir:v "U.S. Centers for Medicare & Medicaid Services (CMS)" ] ;
fhir:telecom ( [
fhir:system [ fhir:v "url" ] ;
fhir:value [ fhir:v "https://www.cms.gov/" ]
] [
fhir:system [ fhir:v "email" ] ;
fhir:value [ fhir:v "hcpcs@cms.hhs.gov" ]
] )
] ) ; #
fhir:responsible [ fhir:v "U.S. Centers for Medicare & Medicaid Services (CMS)"] ; #
fhir:description [ fhir:v "The Level II HCPCS codes, which are established by CMS's Alpha-Numeric Editorial Panel, primarily represent items and supplies and non-physician services not covered by the American Medical Association's Current Procedural Terminology-4 (CPT-4) codes; Medicare, Medicaid, and private health insurers use HCPCS procedure and modifier codes for claims processing. Level II alphanumeric procedure and modifier codes comprise the A to V range."] ; #
fhir:uniqueId ( [
fhir:type [ fhir:v "oid" ] ;
fhir:value [ fhir:v "2.16.840.1.113883.6.285" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ]
] [
fhir:type [ fhir:v "uri" ] ;
fhir:value [ fhir:v "https://www.cms.gov/Medicare/Coding/HCPCSReleaseCodeSets" ] ;
fhir:preferred [ fhir:v "true"^^xsd:boolean ] ;
fhir:period [
fhir:start [ fhir:v "2020-08-11T00:00:00-04:00"^^xsd:dateTime ]
]
] ) . #
# -------------------------------------------------------------------------------------