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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeObservation
IdObservation-GbmAlgorithmFilteredSegmentationOutputObservation.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": "GbmAlgorithmFilteredSegmentationOutputObservation",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/gbm-output-observation-profile"
    ]
  },
  "component": [
    {
      "valueQuantity": {
        "unit": "mL",
        "system": "http://unitsofmeasure.org",
        "code": "ml",
        "value": 69
      },
      "code": {
        "coding": [
          {
            "code": "258261001",
            "system": "http://snomed.info/sct",
            "display": "Tumor volume (observable entity)"
          }
        ]
      }
    }
  ],
  "code": {
    "coding": [
      {
        "code": "74529008",
        "system": "http://snomed.info/sct",
        "display": "Image analysis, segmentation"
      }
    ]
  },
  "status": "final"
}