This page is part of the FHIR Specification (v4.1.0: Release 4B Ballot #1). 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 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#> . # - resource ------------------------------------------------------------------- <http://hl7.org/fhir/ValueSet/cpt-all> a fhir:ValueSet; fhir:nodeRole fhir:treeRoot; fhir:Resource.id [ fhir:value "cpt-all"]; fhir:ValueSet.url [ fhir:value "http://hl7.org/fhir/ValueSet/cpt-all"]; 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 ------------------------------------------------------------ <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.