This
page
is
part
of
the
FHIR
Specification
(v4.0.1:
R4
(v4.3.0:
R4B
-
Mixed
Normative
and
STU
)
in
it's
permanent
home
(it
will
always
be
available
at
this
URL).
).
The
current
version
which
supercedes
this
version
is
5.0.0
.
For
a
full
list
of
available
versions,
see
the
Directory
of
published
versions
.
Page
versions:
R4B
R4
R4B
R4
R3
| Vocabulary Work Group | Maturity Level : N/A | Standards Status : Informative | Compartments : Not linked to any defined compartments |
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#> .@prefix sct: <http://snomed.info/sct/> . # - resource -------------------------------------------------------------------<http://hl7.org/fhir/ValueSet/cpt-all> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot;[] a fhir:ValueSet; fhir:Resource.id [ fhir:value "cpt-all"];fhir:DomainResource.text [ fhir:Narrative.status [ fhir:value "generated" ]; fhir:Narrative.div "<div xmlns=\"http://www.w3.org/1999/xhtml\">\n <h2>All CPT codes</h2>\n <div>\n <p>A value set that includes all CPT codes</p>\n\n </div>\n <p>\n <b>Copyright Statement:</b>\n </p>\n <div>\n <p>CPT Copyright © 2014 American Medical Association. All rights reserved.</p>\n\n </div>\n <p>This value set includes codes from the following code systems:</p>\n <ul>\n <li>Include all codes defined in \n <code>http://www.ama-assn.org/go/cpt</code>\n </li>\n </ul>\n </div>" ];fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/cpt-all"];fhir:ValueSet.version [ fhir:value "4.0.1"];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.experimental [ fhir:value "true"]; fhir:ValueSet.date [ fhir:value "2015-03-12"]; 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:UsageContext.value [ a sct:337915000; 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:ValueSet.include [ fhir:index 0;fhir:ValueSet.compose.include.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]fhir:ValueSet.system [ fhir:value "http://www.ama-assn.org/go/cpt" ] ] ] .# - ontology header ------------------------------------------------------------ <http://hl7.org/fhir/ValueSet/cpt-all.ttl> a owl:Ontology; owl:imports fhir:fhir.ttl; owl:versionIRI <http://build.fhir.org/ValueSet/cpt-all.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.