Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements)
0.2.0-snapshot1 - draft 150

This page is part of the Manifest-based Access to DICOM Objects (MADO) Profile (FHIR-R5 elements) (v0.2.0-snapshot1: QA Preview) based on FHIR (HL7® FHIR® Standard) v5.0.0. This is the current published version. For a full list of available versions, see the Directory of published versions

: OperationDefinition: create a FHIR manifest - JSON Representation

Active as of 2025-01-01

Raw json | Download

{
  "resourceType" : "OperationDefinition",
  "id" : "ImagingStudy-fhir-manifest",
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: OperationDefinition ImagingStudy-fhir-manifest</b></p><a name=\"ImagingStudy-fhir-manifest\"> </a><a name=\"hcImagingStudy-fhir-manifest\"> </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-ImImagingStudyManifest.html\" title=\"http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudyManifest\">Bundle: Imaging Manifest</a>)</td><td/><td><div><p>The generated FHIR manifest as a Bundle resource.</p>\n</div></td></tr></table></div>"
  },
  "url" : "http://hl7.eu/fhir/imaging-manifest-r5/OperationDefinition/ImagingStudy-fhir-manifest",
  "version" : "0.2.0-snapshot1",
  "name" : "OperationDefinition: create a FHIR manifest",
  "title" : "OperationDefinition: create a FHIR manifest",
  "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 manifest from an ImagingStudy resource by extracting relevant metadata and packaging it according to the FHIR imaging manifest specification.",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "http://unstats.un.org/unsd/methods/m49/m49.htm",
          "code" : "150",
          "display" : "Europe"
        }
      ]
    }
  ],
  "purpose" : "Utility operation to generate a FHIR manifest from an ImagingStudy resource.",
  "copyright" : "Copyright HL7 Europe. Licensed under Creative Commons public domain (CC0 1.0).",
  "code" : "generate-fhir-manifest",
  "system" : false,
  "type" : false,
  "instance" : true,
  "parameter" : [
    {
      "name" : "return",
      "use" : "out",
      "min" : 1,
      "max" : "1",
      "documentation" : "The generated FHIR manifest as a Bundle resource.",
      "type" : "Bundle",
      "targetProfile" : [
        🔗 "http://hl7.eu/fhir/imaging-manifest-r5/StructureDefinition/ImImagingStudyManifest"
      ]
    }
  ]
}