@prefix fhir: . @prefix owl: . @prefix rdfs: . @prefix xsd: . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cpt-base"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div "
" ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ; fhir:value [ fhir:v "vocab" ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/cpt-base"^^xsd:anyURI] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "AmaCPTBaseCodes"] ; # fhir:title [ fhir:v "AMA CPT Base Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # fhir:date [ fhir:v "2023-08-05T16:43:13+10:00"^^xsd:dateTime] ; # fhir:publisher [ fhir:v "Health Level Seven International"] ; # fhir:contact ( [ fhir:telecom ( [ fhir:system [ fhir:v "url" ] ; fhir:value [ fhir:v "http://hl7.org/fhir" ] ] [ fhir:system [ fhir:v "email" ] ; fhir:value [ fhir:v "fhir@lists.hl7.org" ] ] ) ] ) ; # fhir:description [ fhir:v "All codes in CPT that represent procedure codes (no modifiers allowed - e.g. for Claim.item.productOrService)."] ; # fhir:immutable [ fhir:v "true"^^xsd:boolean] ; # fhir:copyright [ fhir:v "CPT © Copyright 2023 American Medical Association. All rights reserved. AMA and CPT are registered trademarks of the American Medical Association."] ; # fhir:compose [ fhir:include ( [ fhir:system [ fhir:v "http://www.ama-assn.org/go/cpt"^^xsd:anyURI ] ; fhir:filter ( [ fhir:property [ fhir:v "modified" ] ; fhir:op [ fhir:v "=" ] ; fhir:value [ fhir:v "false" ] ] [ fhir:property [ fhir:v "modifier" ] ; fhir:op [ fhir:v "=" ] ; fhir:value [ fhir:v "false" ] ] ) ] ) ] . # # -------------------------------------------------------------------------------------