Example ValueSet/example-cpt-all (Turtle)
Raw Turtle (+ also see Turtle/RDF Format Specification)
All CPT codes
@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 sct: <http://snomed.info/id/> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
# - resource -------------------------------------------------------------------
[a fhir:ValueSet;
fhir:nodeRole fhir:treeRoot;
fhir:Resource.id [ fhir:value "example-cpt-all"];
fhir:DomainResource.text [
fhir:Narrative.status [ fhir:value "generated" ];
fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <ul>\n <li>Include all codes defined in \n <a href=\"http://terminology.hl7.org/3.1.0/CodeSystem-CPT.html\">\n <code>http://www.ama-assn.org/go/cpt</code>\n </a>\n </li>\n </ul>\n </div>"
];
fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/example-cpt-all"];
fhir:ValueSet.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.4.642.3.3138" ]
];
fhir:ValueSet.version [ fhir:value "5.0.0-ballot"];
fhir:ValueSet.name [ fhir:value "All CPT codes"];
fhir:ValueSet.status [ fhir:value "active"];
fhir:ValueSet.date [ fhir:value "2015-03-12"^^xsd:date];
fhir:ValueSet.publisher [ fhir:value "Health Level Seven International (Vocabulary)"];
fhir:ValueSet.description [ fhir:value "A value set that includes all CPT codes"];
fhir:ValueSet.useContext [
fhir:index 0;
fhir:UsageContext.code [
fhir:Coding.system [ fhir:value "http://example.org/fhir/CodeSystem/use-contexts" ];
fhir:Coding.code [ fhir:value "species" ]
];
fhir:UsageContext.valueCodeableConcept [
fhir:CodeableConcept.coding [
fhir:index 0;
a sct:337915000;
fhir:Coding.system [ fhir:value "http://snomed.info/sct" ];
fhir:Coding.code [ fhir:value "337915000" ];
fhir:Coding.display [ fhir:value "Homo sapiens (organism)" ]
]
]
];
fhir:ValueSet.jurisdiction [
fhir:index 0;
fhir:CodeableConcept.coding [
fhir:index 0;
fhir:Coding.system [ fhir:value "urn:iso:std:iso:3166" ];
fhir:Coding.code [ fhir:value "US" ]
]
];
fhir:ValueSet.copyright [ fhir:value "CPT Copyright © 2014 American Medical Association. All rights reserved."];
fhir:ValueSet.compose [
fhir:ValueSet.compose.include [
fhir:index 0;
fhir:ValueSet.compose.include.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]
]
]] .
# - ontology header ------------------------------------------------------------
[a owl:Ontology;
owl:imports fhir:fhir.ttl] .
# -------------------------------------------------------------------------------------
Usage note: every effort has been made to ensure that the
examples are correct and useful, but they are not a normative part
of the specification.