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

FHIR IG analytics

Packagede.medizininformatikinitiative.use-case.omi
Resource TypeObservation
IdObservation-MGMTMutation.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": "MGMTMutation",
  "meta": {
    "profile": [
      "http://omi.de/fhir/registry/StructureDefinition/gbm-variant"
    ]
  },
  "component": [
    {
      "code": {
        "coding": [
          {
            "system": "http://loinc.org",
            "code": "48018-6",
            "display": "Gene studied ID"
          }
        ]
      },
      "valueCodeableConcept": {
        "coding": [
          {
            "code": "7059",
            "system": "http://www.genenames.org/geneId",
            "display": "MGMT"
          }
        ]
      }
    },
    {
      "code": {
        "coding": [
          {
            "code": "277046005",
            "system": "http://snomed.info/sct",
            "display": "Class"
          }
        ]
      },
      "valueString": "0"
    },
    {
      "valueQuantity": {
        "value": 0.93
      },
      "code": {
        "coding": [
          {
            "code": "C54154",
            "system": "http://ncicb.nci.nih.gov/xml/owl/EVS/Thesaurus.owl",
            "display": "Probability"
          }
        ]
      }
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "69548-6"
      }
    ]
  },
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory"
        }
      ]
    }
  ],
  "status": "final"
}