@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 -------------------------------------------------------------------

<http://terminology.hl7.org/ValueSet/cpt-modifiers> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cpt-modifiers"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div [ fhir:v "<div xml:lang=\"en\" xmlns=\"http://www.w3.org/1999/xhtml\" lang=\"en\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cpt-modifiers</b></p><a name=\"cpt-modifiers\"> </a><a name=\"hccpt-modifiers\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\">Language: en</p></div><ul><li>Include codes from<code>http://www.ama-assn.org/go/cpt</code><span title=\"Version is not explicitly 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" ]
       ] )
     ] )
  ] . # 

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

