This page is part of the Data Access Framework (v1.6.0: STU 2 Ballot 1) based on FHIR (HL7® FHIR® Standard) v1.6.0. The current version which supersedes this version is 2.0.0. For a full list of available versions, see the Directory of published versions
@prefix fhir: <http://hl7.org/fhir/> .
@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#> .
# - resource -------------------------------------------------------------------
<ValueSet/daf-procedure-icd10pcs> a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "daf-procedure-icd10pcs"];
fhir:Resource.meta [
fhir:Meta.lastUpdated [ fhir:value "2016-05-25T16:59:08.250+10:00"^^xsd:dateTime ];
fhir:Meta.profile [
fhir:value "http://hl7.org/fhir/StructureDefinition/valueset-shareable-definition";
fhir:index 0 ]
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/us/daf/ValueSet/daf-procedure-icd10pcs"];
fhir:ValueSet.version [ fhir:value "1.6.0"];
fhir:ValueSet.name [ fhir:value "DAF Procedure Type ICD-10-PCS Codes"];
fhir:ValueSet.status [ fhir:value "draft"];
fhir:ValueSet.experimental [ fhir:value "true"^^xsd:boolean];
fhir:ValueSet.publisher [ fhir:value "FHIR Project team"];
fhir:ValueSet.contact [
fhir:index 0;
fhir:ValueSet.contact.telecom [
fhir:index 0;
fhir:ContactPoint.system [ fhir:value "other" ];
fhir:ContactPoint.value [ fhir:value "http://hl7.org/fhir" ] ]
];
fhir:ValueSet.date [ fhir:value "2016-08-10"^^xsd:date];
fhir:ValueSet.description [ fhir:value "This value set defines a set of codes from ICD10-PCS that can be used to indicate a type of procedure performed"];
fhir:ValueSet.copyright [ fhir:value "The International Classification of Diseases, Tenth Revision, Procedure Coding System (ICD-10-PCS) was developed for the Centers for Medicare and Medicaid Services (CMS). CMS is the U.S. governmental agency responsible for overseeing all changes and modifications to the ICD-10-PCS."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://www.icd10data.com/icd10pcs" ] ]
].