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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.molgen
Resource TypeObservation
IdObservation-mii-exa-molgen-mutationslast-1.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": "mii-exa-molgen-mutationslast-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-molgen/StructureDefinition/mutationslast|2026.0.4",
      "http://hl7.org/fhir/uv/genomics-reporting/StructureDefinition/tmb|3.0.0"
    ]
  },
  "status": "final",
  "category": [
    {
      "coding": [
        {
          "system": "http://terminology.hl7.org/CodeSystem/observation-category",
          "code": "laboratory",
          "display": "Laboratory"
        }
      ]
    },
    {
      "coding": [
        {
          "system": "http://hl7.org/fhir/uv/genomics-reporting/CodeSystem/tbd-codes-cs",
          "code": "biomarker-category",
          "display": "A characterization of a given biomarker observation."
        }
      ]
    }
  ],
  "code": {
    "coding": [
      {
        "system": "http://loinc.org",
        "code": "94076-7",
        "display": "Mutations/Megabase [# Ratio] in Tumor"
      }
    ]
  },
  "subject": {
    "reference": "Patient/mii-exa-molgen-patient"
  },
  "performer": [
    {
      "reference": "Practitioner/mii-exa-molgen-practitioner-lab"
    }
  ],
  "valueQuantity": {
    "value": 12,
    "unit": "Mutations/Megabase",
    "system": "http://unitsofmeasure.org",
    "code": "1/1000000{Base}"
  },
  "specimen": {
    "reference": "Specimen/mii-exa-molgen-specimen-1"
  }
}