FHIR © HL7.org  |  FHIRsmith 4.0.1  |  Server Home  |  XIG Home  |  XIG Stats  | 

FHIR IG analytics

Packagehl7.fhir.eu.imaging-r4
Resource TypeOperationDefinition
IdOperationDefinition-DiagnosticReport-fhir-report.json
FHIR VersionR4
Sourcehttps://build.fhir.org/ig/hl7-eu/imaging-r4/OperationDefinition-DiagnosticReport-fhir-report.html
URLhttp://hl7.eu/fhir/imaging-r4/OperationDefinition/DiagnosticReport-fhir-report
Version0.1.1-build
Statusactive
Date2025-01-01
Namedocument
TitleOperationDefinition: create a FHIR report from a DiagnosticReport
Realmeu
Authorityhl7
DescriptionThis 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.
PurposeUtility operation to generate a FHIR report from a DiagnosticReport.
Typefalse
Kindoperation

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

Note: links and images are rebased to the (stated) source

Generated Narrative: OperationDefinition DiagnosticReport-fhir-report

Parameters

UseNameScopeCardinalityTypeBindingDocumentation
OUTreturn1..1Bundle (Bundle: Imaging Report)

The generated FHIR report.


Source1

{
  "resourceType": "OperationDefinition",
  "id": "DiagnosticReport-fhir-report",
  "text": {
    "status": "generated",
    "div": "<!-- snip (see above) -->"
  },
  "url": "http://hl7.eu/fhir/imaging-r4/OperationDefinition/DiagnosticReport-fhir-report",
  "version": "0.1.1-build",
  "name": "document",
  "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.",
  "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-r4/StructureDefinition/BundleReportEuImaging"
      ]
    }
  ]
}