Release 4B

This page is part of the FHIR Specification (v4.3.0: R4B - STU). 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

Valueset-cpt-all.ttl

Vocabulary Work GroupMaturity Level: N/AStandards Status: InformativeCompartments: Not linked to any defined compartments

Raw Turtle (+ also see Turtle/RDF Format Specification)

All CPT codes

@prefix fhir: <http://hl7.org/fhir/> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix sct: <http://snomed.info/sct/> .

# - resource -------------------------------------------------------------------

[] a fhir:ValueSet;
  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.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.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.include [
       fhir:index 0;
       fhir:ValueSet.system [ fhir:value "http://www.ama-assn.org/go/cpt" ]
     ]
  ] .

# -------------------------------------------------------------------------------------


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.