@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 xsd: <http://www.w3.org/2001/XMLSchema#> .

# - resource -------------------------------------------------------------------

<http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTAEOBProcessNoteVS> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "PCTAEOBProcessNoteVS"] ; # 
  fhir:text [
     fhir:status [ fhir:v "extensions" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>This value set includes codes based on the following rules:</p><ul><li>Include these codes as defined in <a href=\"CodeSystem-PCTAEOBProcessNoteCS.html\"><code>http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTAEOBProcessNoteCS</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"CodeSystem-PCTAEOBProcessNoteCS.html#PCTAEOBProcessNoteCS-disclaimer\">disclaimer</a></td><td style=\"color: #cccccc\">Disclaimer</td><td>Indicates a disclaimer type of process note</td></tr><tr><td><a href=\"CodeSystem-PCTAEOBProcessNoteCS.html#PCTAEOBProcessNoteCS-adjudication-note\">adjudication-note</a></td><td style=\"color: #cccccc\">Adjudication Note</td><td>Indicates an adjudication note type of process note</td></tr><tr><td><a href=\"CodeSystem-PCTAEOBProcessNoteCS.html#PCTAEOBProcessNoteCS-other\">other</a></td><td style=\"color: #cccccc\">Other</td><td>Indicates other type of AEOB process note</td></tr></table></li><li>Include all codes defined in <a href=\"CodeSystem-PCTAEOBProcessNoteCS.html\"><code>http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTAEOBProcessNoteCS</code></a></li></ul></div>"
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "fm" ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           fhir:v "http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/davinci-pct/ImplementationGuide/hl7.fhir.us.davinci-pct>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-pct/ValueSet/PCTAEOBProcessNoteVS"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "1.1.0"] ; # 
  fhir:name [ fhir:v "PCTAEOBProcessNoteVS"] ; # 
  fhir:title [ fhir:v "PCT AEOB Process Note Types"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-01-03T18:19:28+00:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 International / Financial Management"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Financial Management" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/fm" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "fmlists@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Indicates the type of .processNote for AEOB."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTAEOBProcessNoteCS"^^xsd:anyURI ] ;
       fhir:concept ( [
         fhir:code [ fhir:v "disclaimer" ]
       ] [
         fhir:code [ fhir:v "adjudication-note" ]
       ] [
         fhir:code [ fhir:v "other" ]
       ] )
     ] [
       fhir:system [ fhir:v "http://hl7.org/fhir/us/davinci-pct/CodeSystem/PCTAEOBProcessNoteCS"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

