HL7 Terminology (THO) 7.0.0 - publication
HL7 Terminology (THO) - Downloaded Version null See the Directory of published versions
Raw ttl | Download
@prefix fhir: <http://hl7.org/fhir/> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . # - resource ------------------------------------------------------------------- a fhir:ValueSet ; fhir:nodeRole fhir:treeRoot ; fhir:id [ fhir:v "cpt-modifiers"] ; # fhir:text [ fhir:status [ fhir:v "generated" ] ; fhir:div [ fhir:v "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cpt-modifiers</b></p><a name=\"cpt-modifiers\"> </a><a name=\"hccpt-modifiers\"> </a><ul><li>Include codes from<code>http://www.ama-assn.org/go/cpt</code><span title=\"Version is not explicity stated. No matching Code System found\"> version Not Stated (use latest from terminology server)</span> where modifier = true</li></ul></div>"^^rdf:XMLLiteral ] ] ; # fhir:extension ( [ fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ; fhir:l <http://hl7.org/fhir/StructureDefinition/structuredefinition-wg> ] ; fhir:value [ a fhir:Code ; fhir:v "vocab" ] ] ) ; # fhir:url [ fhir:v "http://terminology.hl7.org/ValueSet/cpt-modifiers"^^xsd:anyURI ; fhir:l <http://terminology.hl7.org/ValueSet/cpt-modifiers> ] ; # fhir:version [ fhir:v "1.0.0"] ; # fhir:name [ fhir:v "AmaCPTModifierCodes"] ; # fhir:title [ fhir:v "AMA CPT Modifier Codes"] ; # fhir:status [ fhir:v "active"] ; # fhir:experimental [ fhir:v false] ; # 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 "CPT modifiers (e.g. for Claim.item.modifier)"] ; # fhir:immutable [ fhir:v true] ; # 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:l <http://www.ama-assn.org/go/cpt> ] ; ( fhir:filter [ fhir:property [ fhir:v "modifier" ] ; fhir:op [ fhir:v "=" ] ; fhir:value [ fhir:v "true" ] ] ) ] ) ] . #