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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeObservation
IdObservation-XRaySorterAIAlgorithmBoneOutputObservation.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": "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"
}