FHIR IG analytics| Package | de.medizininformatikinitiative.use-case.omi |
| Resource Type | Parameters |
| Id | Parameters-XRaySorterAIServiceInputParametersExample.json |
| FHIR Version | R4 |
No resources found
No resources found
No narrative content found in resource
{
"resourceType": "Parameters",
"id": "XRaySorterAIServiceInputParametersExample",
"meta": {
"profile": [
"http://omi.de/fhir/registry/StructureDefinition/XRaySorterAIServiceInputParameterDicomBinary"
]
},
"parameter": [
{
"name": "image",
"resource": {
"resourceType": "DocumentReference",
"id": "XRaySorterInputDICOMDocRef",
"content": [
{
"attachment": {
"contentType": "application/dicom",
"url": "Binary/XRaySorterInputDICOM"
}
}
],
"status": "current"
}
}
]
}