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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeParameters
IdParameters-BoaServiceInputParametersExample.json
FHIR VersionR4

Resources that use this resource

No resources found


Resources that this resource uses

No resources found


Narrative

No narrative content found in resource


Source1

{
  "resourceType": "Parameters",
  "id": "BoaServiceInputParametersExample",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/BoaServiceInputParameterDicomBinary"
    ]
  },
  "parameter": [
    {
      "name": "image",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "WholeBodyMriDocumentReference",
        "meta": {
          "profile": [
            "http://omi.de/fhir/registry/StructureDefinition/omi-document-reference"
          ]
        },
        "content": [
          {
            "attachment": {
              "url": "https://omi.de/fhir/Binary/123",
              "contentType": "application/dicom"
            }
          }
        ],
        "status": "current",
        "type": {
          "coding": [
            {
              "code": "46358-8",
              "system": "http://loinc.org",
              "display": "MR Whole body"
            }
          ]
        }
      }
    },
    {
      "name": "imagingStudy",
      "resource": {
        "resourceType": "ImagingStudy",
        "id": "ExampleImagingStudyInput",
        "meta": {
          "profile": [
            "http://omi.de/fhir/registry/StructureDefinition/imaging-study-input"
          ]
        },
        "subject": {
          "extension": [
            {
              "url": "http://hl7.org/fhir/StructureDefinition/data-absent-reason",
              "valueCode": "masked"
            }
          ]
        },
        "identifier": [
          {
            "use": "official",
            "system": "urn:dicom:uid",
            "value": "urn:oid:2.16.124.113543.6003.1154777499.30246.19789.3503430076"
          }
        ],
        "status": "available"
      }
    }
  ]
}