@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://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-pwk01-attachment-report-type-code> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "cdex-pwk01-attachment-report-type-code"] ; # 
  fhir:text [
     fhir:status [ fhir:v "generated" ] ;
     fhir:div "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: ValueSet cdex-pwk01-attachment-report-type-code</b></p><a name=\"cdex-pwk01-attachment-report-type-code\"> </a><a name=\"hccdex-pwk01-attachment-report-type-code\"> </a><a name=\"cdex-pwk01-attachment-report-type-code-en-US\"> </a><ul><li>Include all codes defined in <code>https://codesystem.x12.org/005010/755</code></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:extension ( [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "claims"
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-fmm"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:integer ;
       fhir:v "2"^^xsd:integer ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex>
         ]
       ] )
     ]
  ] [
     fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status"^^xsd:anyURI ] ;
     fhir:value [
       a fhir:code ;
       fhir:v "trial-use" ;
       fhir:extension ( [
         fhir:url [ fhir:v "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom"^^xsd:anyURI ] ;
         fhir:value [
           a fhir:canonical ;
           fhir:v "http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex"^^xsd:anyURI ;
           fhir:link <http://hl7.org/fhir/us/davinci-cdex/ImplementationGuide/hl7.fhir.us.davinci-cdex>
         ]
       ] )
     ]
  ] ) ; # 
  fhir:url [ fhir:v "http://hl7.org/fhir/us/davinci-cdex/ValueSet/cdex-pwk01-attachment-report-type-code"^^xsd:anyURI] ; # 
  fhir:identifier ( [
     fhir:system [ fhir:v "http://loinc.org"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "valid-hl7-attachment-requests" ]
  ] [
     fhir:system [ fhir:v "urn:ietf:rfc:3986"^^xsd:anyURI ] ;
     fhir:value [ fhir:v "urn:oid:1.3.6.1.4.1.12009.10.2.6" ]
  ] ) ; # 
  fhir:version [ fhir:v "2.1.0"] ; # 
  fhir:name [ fhir:v "CDexPWK01AttachmentReportTypeCodeValueSet"] ; # 
  fhir:title [ fhir:v "CDex PWK01 Attachment Report Type Code Value Set"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:experimental [ fhir:v "false"^^xsd:boolean] ; # 
  fhir:date [ fhir:v "2024-05-10"^^xsd:date] ; # 
  fhir:publisher [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 International / Payer/Provider Information Exchange Work Group" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://www.hl7.org/Special/committees/claims" ]
     ] [
       fhir:system [ fhir:v "email" ] ;
       fhir:value [ fhir:v "pie@lists.hl7.org" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "In addition to using LOINC attachment codes, a payer may request for additional information from the provider to support a prior authorization request using X12's PWK01 Attachment Report Type Code.\n\nNote that the PWK01 codes will not be published in due to X12 IP restrictions.\n"] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "urn:iso:std:iso:3166"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "US" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "All X12 work products are copyrighted. Any use of any X12 work product must be compliant with US Copyright laws and X12 Intellectual Property policies.\r\n\r\nPlease see [https://x12.org/products/licensing-program](https://x12.org/products/licensing-program)"] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "https://codesystem.x12.org/005010/755"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

