@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/OperationDefinition/DiagnosticReport-fhir-report> a fhir:OperationDefinition ;
  fhir:nodeRole fhir:treeRoot ;
  fhir:id [ fhir:v "DiagnosticReport-fhir-report"] ; # 
  fhir:language [ fhir:v "en"] ; # 
  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: OperationDefinition DiagnosticReport-fhir-report</b></p><a name=\"DiagnosticReport-fhir-report\"> </a><a name=\"hcDiagnosticReport-fhir-report\"> </a><h3>Parameters</h3><table class=\"grid\"><tr><td><b>Use</b></td><td><b>Name</b></td><td><b>Scope</b></td><td><b>Cardinality</b></td><td><b>Type</b></td><td><b>Binding</b></td><td><b>Documentation</b></td></tr><tr><td>OUT</td><td>return</td><td/><td>1..1</td><td><a href=\"http://hl7.org/fhir/R4/bundle.html\">Bundle</a> (<a href=\"StructureDefinition-BundleReportEuImaging.html\" title=\"http://hl7.eu/fhir/imaging/StructureDefinition/BundleReportEuImaging\">Bundle: Imaging Report</a>)</td><td/><td><div><p>The generated FHIR report.</p>\n</div></td></tr></table></div>"^^rdf:XMLLiteral ]
  ] ; # 
  fhir:url [
     fhir:v "http://hl7.eu/fhir/imaging/OperationDefinition/DiagnosticReport-fhir-report"^^xsd:anyURI ;
     fhir:l <http://hl7.eu/fhir/imaging/OperationDefinition/DiagnosticReport-fhir-report>
  ] ; # 
  fhir:version [ fhir:v "1.0.0-ballot"] ; # 
  fhir:name [ fhir:v "Document"] ; # 
  fhir:title [ fhir:v "OperationDefinition: create a FHIR report from a DiagnosticReport"] ; # 
  fhir:status [ fhir:v "active"] ; # 
  fhir:kind [ fhir:v "operation"] ; # 
  fhir:experimental [ fhir:v false] ; # 
  fhir:date [ fhir:v "2025-01-01"^^xsd:date] ; # 
  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 "This operation generates a FHIR report from an DiagnosticReport resource that points to a Composition resource. Its behavior is identical to the [Composition/$document](https://build.fhir.org/composition-operation-document.html) operation but adds the DiagnosticReport and its referenced resources to the Bundle."] ; # 
  fhir:jurisdiction ( [
     fhir:coding ( [
       fhir:system [
         fhir:v "http://unstats.un.org/unsd/methods/m49/m49.htm"^^xsd:anyURI ;
         fhir:l <http://unstats.un.org/unsd/methods/m49/m49.htm>
       ] ;
       fhir:code [ fhir:v "150" ] ;
       fhir:display [ fhir:v "Europe" ]
     ] )
  ] ) ; # 
  fhir:purpose [ fhir:v "Utility operation to generate a FHIR report from a DiagnosticReport."] ; # 
  fhir:code [ fhir:v "document"] ; # 
  fhir:system [ fhir:v false] ; # 
  fhir:type [ fhir:v false] ; # 
  fhir:instance [ fhir:v true] ; # 
  fhir:parameter ( [
     fhir:name [ fhir:v "return" ] ;
     fhir:use [ fhir:v "out" ] ;
     fhir:min [ fhir:v 1 ] ;
     fhir:max [ fhir:v "1" ] ;
     fhir:documentation [ fhir:v "The generated FHIR report." ] ;
     fhir:type [ fhir:v "Bundle" ] ;
     fhir:targetProfile ( [
       fhir:v "http://hl7.eu/fhir/imaging/StructureDefinition/BundleReportEuImaging"^^xsd:anyURI ;
       fhir:l <http://hl7.eu/fhir/imaging/StructureDefinition/BundleReportEuImaging>
     ] )
  ] ) . # 

# -------------------------------------------------------------------------------------

