@prefix fhir: . @prefix rdfs: . @prefix 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" ] ] ] . # -------------------------------------------------------------------------------------