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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeParameters
IdParameters-AgServiceInputParametersExample.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": "AgServiceInputParametersExample",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/AgServiceInputParameterDicomBinary"
    ]
  },
  "parameter": [
    {
      "name": "image",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "CtImageDocumentReference",
        "meta": {
          "profile": [
            "http://omi.de/fhir/registry/StructureDefinition/omi-document-reference"
          ]
        },
        "content": [
          {
            "attachment": {
              "url": "https://omi.de/fhir/Binary/456",
              "contentType": "application/dicom"
            }
          }
        ],
        "status": "current",
        "type": {
          "coding": [
            {
              "code": "36930-6",
              "system": "http://loinc.org",
              "display": "CT Adrenal gland"
            }
          ]
        },
        "description": "A DICOM image of the Adrenal gland"
      }
    }
  ]
}