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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeParameters
IdParameters-XRaySorterAIServiceOutputParametersExample.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": "XRaySorterAIServiceOutputParametersExample",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/XRaySorterAIServiceOutputParameters"
    ]
  },
  "parameter": [
    {
      "name": "pdfReport",
      "resource": {
        "resourceType": "DocumentReference",
        "id": "XRaySorterReportDocumentReference",
        "meta": {
          "profile": [
            "http://omi.de/fhir/registry/StructureDefinition/omi-document-reference"
          ]
        },
        "content": [
          {
            "attachment": {
              "url": "https://omi.de/fhir/Binary/333",
              "contentType": "application/pdf"
            }
          }
        ],
        "status": "current",
        "type": {
          "coding": [
            {
              "code": "C25375",
              "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
              "display": "Report"
            }
          ]
        }
      }
    },
    {
      "name": "observations",
      "resource": {
        "resourceType": "Observation",
        "id": "XRaySorterAIAlgorithmBoneOutputObservation",
        "meta": {
          "profile": [
            "http://omi.de/fhir/registry/StructureDefinition/XRaySorterAI-output-observation-profile"
          ]
        },
        "derivedFrom": [
          {
            "reference": "ImagingStudy/BoaExampleImagingStudyOutput"
          }
        ],
        "component": [
          {
            "extension": [
              {
                "valueQuantity": {
                  "value": 0.4939374
                },
                "url": "http://omi.de/fhir/registry/StructureDefinition/xraysorter-algorithm-confidence-extension"
              }
            ],
            "code": {
              "coding": [
                {
                  "code": "52530000",
                  "system": "http://snomed.info/sct",
                  "display": "Body region structure (body structure)"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "72696002",
                  "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
                  "display": "Knee region structure (body structure)"
                }
              ]
            }
          },
          {
            "extension": [
              {
                "valueQuantity": {
                  "value": 0.678392
                },
                "url": "http://omi.de/fhir/registry/StructureDefinition/xraysorter-algorithm-confidence-extension"
              }
            ],
            "code": {
              "coding": [
                {
                  "code": "272741003",
                  "system": "http://snomed.info/sct",
                  "display": "Laterality"
                }
              ]
            },
            "valueCodeableConcept": {
              "coding": [
                {
                  "code": "7771000",
                  "system": "http://snomed.info/sct",
                  "display": "Left"
                }
              ]
            }
          }
        ],
        "code": {
          "coding": [
            {
              "code": "inference-result",
              "system": "http://omi.de/fhir/registry/sid/tbd",
              "display": "Inference result"
            }
          ]
        },
        "status": "final"
      }
    }
  ]
}