FHIR IG analytics| Package | hl7.fhir.eu.imaging-r4 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-DiagnosticReport-fhir-report.json |
| FHIR Version | R4 |
| Source | https://build.fhir.org/ig/hl7-eu/imaging-r4/OperationDefinition-DiagnosticReport-fhir-report.html |
| URL | http://hl7.eu/fhir/imaging-r4/OperationDefinition/DiagnosticReport-fhir-report |
| Version | 0.1.1-build |
| Status | active |
| Date | 2025-01-01 |
| Name | document |
| Title | OperationDefinition: create a FHIR report from a DiagnosticReport |
| Realm | eu |
| Authority | hl7 |
| 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. |
| Purpose | Utility operation to generate a FHIR report from a DiagnosticReport. |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition DiagnosticReport-fhir-report
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| OUT | return | 1..1 | Bundle (Bundle: Imaging Report) | The generated FHIR report. |
{
"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"
]
}
]
}