@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:CodeSystem; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "HCPCS-all-codes"]; fhir:Resource.language [ fhir:value "en"]; fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "

This code system http://terminology.hl7.org/CodeSystem/HCPCS-all-codes defines many codes, but they are not represented here

" ]; fhir:CodeSystem.url [ fhir:value "http://terminology.hl7.org/CodeSystem/HCPCS-all-codes"]; fhir:CodeSystem.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.6.14" ] ]; fhir:CodeSystem.version [ fhir:value "3.0.0"]; fhir:CodeSystem.name [ fhir:value "HPC"]; fhir:CodeSystem.title [ fhir:value "HCFA Procedure Codes (HCPCS)"]; fhir:CodeSystem.status [ fhir:value "retired"]; fhir:CodeSystem.date [ fhir:value "2021-02-23"^^xsd:date]; fhir:CodeSystem.description [ fhir:value "The HCFA Procedure Codes (HCPCS) as originally defined includes three levels of codes. Level I includes CPT codes, Level II includes HCPCS Level II codes, and Level III includes codes that have not been valid since 2003.\r\n\r\nCPT and HCPCS Level II have their own identifiers. Therefore, this identifier should never be used in current electronic interchange and is maintained for historical reference only."]; fhir:CodeSystem.caseSensitive [ fhir:value "true"^^xsd:boolean]; fhir:CodeSystem.hierarchyMeaning [ fhir:value "is-a"]; fhir:CodeSystem.content [ fhir:value "not-present"] . # - ontology header ------------------------------------------------------------ a owl:Ontology; owl:imports fhir:fhir.ttl . # -------------------------------------------------------------------------------------