FHIR IG analytics| Package | hl7.fhir.eu.imaging-manifest-r5 |
| Resource Type | OperationDefinition |
| Id | OperationDefinition-ImagingStudy-fhir-manifest.json |
| FHIR Version | R5 |
| Source | https://build.fhir.org/ig/hl7-eu/imaging-manifest/OperationDefinition-ImagingStudy-fhir-manifest.html |
| URL | http://hl7.eu/fhir/imaging-manifest-r5/OperationDefinition/ImagingStudy-fhir-manifest |
| Version | 0.2.1-build |
| Status | active |
| Date | 2025-01-01 |
| Name | OperationDefinition: create a FHIR manifest |
| Title | OperationDefinition: create a FHIR manifest |
| Realm | eu |
| Authority | hl7 |
| 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. |
| 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). |
| Type | false |
| Kind | operation |
No resources found
No resources found
Note: links and images are rebased to the (stated) source
Generated Narrative: OperationDefinition ImagingStudy-fhir-manifest
Language: en
| Use | Name | Scope | Cardinality | Type | Binding | Documentation |
| OUT | return | 1..1 | Bundle (Bundle: Imaging Manifest) | The generated FHIR manifest as a Bundle resource. |
{
"resourceType": "OperationDefinition",
"id": "ImagingStudy-fhir-manifest",
"language": "en",
"text": {
"status": "generated",
"div": "<!-- snip (see above) -->"
},
"url": "http://hl7.eu/fhir/imaging-manifest-r5/OperationDefinition/ImagingStudy-fhir-manifest",
"version": "0.2.1-build",
"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"
]
}
]
}