@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.eu/fhir/imaging-manifest-r5/ValueSet/valueset-diagnosticreport-report-support-info> a fhir:ValueSet ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "valueset-diagnosticreport-report-support-info"] ; # 
  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 valueset-diagnosticreport-report-support-info</b></p><a name=\"valueset-diagnosticreport-report-support-info\"> </a><a name=\"hcvalueset-diagnosticreport-report-support-info\"> </a><ul><li>Include all codes defined in <a href=\"CodeSystem-codesystem-diagnostic-report-support-info.html\"><code>http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-diagnostic-report-support-info</code></a></li></ul></div>"^^rdf:XMLLiteral
  ] ; # 
  fhir:url [ fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/ValueSet/valueset-diagnosticreport-report-support-info"^^xsd:anyURI] ; # 
  fhir:version [ fhir:v "0.2.0-snapshot1"] ; # 
  fhir:name [ fhir:v "DiagnosticReportSupportingInfoVCodes"] ; # 
  fhir:title [ fhir:v "DiagnosticReport supportInfo codes"] ; # 
  fhir:status [ fhir:v "draft"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-09-23T17:10:03+02:00"^^xsd:dateTime] ; # 
  fhir:publisher [ fhir:v "HL7 Europe"] ; # 
  fhir:contact ( [
     fhir:name [ fhir:v "HL7 Europe" ] ;
     fhir:telecom ( [
       fhir:system [ fhir:v "url" ] ;
       fhir:value [ fhir:v "http://hl7.eu" ]
     ] )
  ] ) ; # 
  fhir:description [ fhir:v "Codes to be used in `DiagnosticReport.supportInfo` for imaging reports."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [ fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:copyright [ fhir:v "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0)."] ; # 
  fhir:compose [
     fhir:include ( [
       fhir:system [ fhir:v "http://hl7.eu/fhir/imaging-manifest-r5/CodeSystem/codesystem-diagnostic-report-support-info"^^xsd:anyURI ]
     ] )
  ] . # 

# -------------------------------------------------------------------------------------

