HL7 Europe Imaging Study Report
0.1.1-build - ci-build 150

HL7 Europe Imaging Study Report, published by HL7 Europe. This guide is not an authorized publication; it is the continuous build for version 0.1.1-build built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-eu/imaging/ and changes regularly. See the Directory of published versions

: OperationDefinition: create a FHIR report from a DiagnosticReport - JSON Representation

Active as of 2025-01-01

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "DiagnosticReport-fhir-report",
  "text" : {
    "status" : "generated",
    "div" : "<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/R5/bundle.html\">Bundle</a> (<a href=\"StructureDefinition-ImReport.html\" title=\"http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImReport\">Bundle: Imaging Report</a>)</td><td/><td><div><p>The generated FHIR report.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging-r5/OperationDefinition/DiagnosticReport-fhir-report",
  "version" : "0.1.1-build",
  "name" : "create-FHIR-report-from-a-DiagnosticReport",
  "title" : "OperationDefinition: create a FHIR report from a DiagnosticReport",
  "status" : "active",
  "kind" : "operation",
  "experimental" : false,
  "date" : "2025-01-01",
  "publisher" : "HL7 Europe",
  "contact" : [
    {
      "name" : "HL7 Europe",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://hl7.eu"
        }
      ]
    }
  ],
  "description" : "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.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "purpose" : "Utility operation to generate a FHIR report from a DiagnosticReport.",
  "copyright" : "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "code" : "document",
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The generated FHIR report.",
      "type" : "Bundle",
      "targetProfile" : [
        🔗 "http://hl7.eu/fhir/imaging-r5/StructureDefinition/ImReport"
      ]
    }
  ]
}