Release 4 5 Ballot

This page is part of the FHIR Specification (v4.0.1: R4 (v5.0.0-ballot: R5 Ballot - Mixed Normative and STU see ballot notes ) 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: R4 R3 R2

Using Codes Code Systems Value Sets Concept Maps Identifier Systems 4.3.15.398 HL7 Version 2 Table 0398

Example ValueSet/example-cpt-all (Turtle)

External OID: ??
Vocabulary Work Group   Maturity Level : N/A Use Context Standards Status : Any This is a table defined as part of HL7 v2 . Summary Code System URL: http://terminology.hl7.org/CodeSystem/v2-0398 Value Set URL: http://terminology.hl7.org/ValueSet/v2-0398 Version: 2.9 Name: v2.0398 Title: v2 Continuation style code Definition: Informative FHIR Value set/code system definition for HL7 v2 table 0398 ( Continuation style code) Compartments : Not linked to any defined compartments
CodeSystem Resource

This code system http://terminology.hl7.org/CodeSystem/v2-0398 defines the following codes: Code Display Definition Version F Raw Turtle en: Fragmentation nl: Fragmentatie added v2.4 I (+ also see Turtle/RDF Format Specification en: Interactive Continuation nl: Interactieve continuatie added v2.4 )

This code system http://terminology.hl7.org/CodeSystem/v2-0398 defines the following codes: All CPT codes

Code Display Definition Version F Fragmentation added v2.4 I Interactive Continuation added v2.4
@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] .

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


Dit code systeem http://terminology.hl7.org/CodeSystem/v2-0398 definieert de volgende codes: 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.

Code Display Definition Versie F Fragmentatie added v2.4 I Interactieve continuatie added v2.4
try { var currentTabIndex = sessionStorage.getItem('fhir-cslang-tab-index'); } catch(exception){ } if (!currentTabIndex) currentTabIndex = '0'; $( '#tabs' ).tabs({ active: currentTabIndex, activate: function( event, ui ) { var active = $('.selector').tabs('option', 'active'); currentTabIndex = ui.newTab.index(); document.activeElement.blur(); try { sessionStorage.setItem('fhir-cslang-tab-index', currentTabIndex); } catch(exception){ } } });