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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mtb
Resource TypeValueSet
IdValueSet-mii-vs-mtb-interpretation-high-low.json
FHIR VersionR4
Sourcehttps://medizininformatik-initiative.github.io/kerndatensatzmodul-molekulares-tumorboard/2027.0.0-ballot.1/ValueSet-mii-vs-mtb-interpretation-high-low.html
URLhttps://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/ValueSet/mii-vs-mtb-interpretation-high-low
Version2027.0.0-ballot.1
Statusactive
Date2026-09-15T17:39:31+00:00
NameMII_VS_MTB_Interpretation_High_Low
TitleMII VS MTB Interpretation High/Low
Realmde
DescriptionInterpretation qualitativer Biomarker-Ergebnisse als hoch/niedrig (High/Low aus HL7 v3 ObservationInterpretation). Ersetzt das in Genomics Reporting STU3 entfallene high-low-codes-vs (STU2).

Resources that use this resource

StructureDefinition
de.medizininformatikinitiative.kerndatensatz.mtb#2027.0.0-ballot.1mii-pr-mtb-brcanessMII PR MTB BRCAness
de.medizininformatikinitiative.kerndatensatz.mtb#2027.0.0-ballot.1mii-pr-mtb-hrd-scoreMII PR MTB HRD Score
de.medizininformatikinitiative.kerndatensatz.mtb#2027.0.0-ballot.1mii-pr-mtb-mutationslastMII PR MTB Mutationslast
de.medizininformatikinitiative.kerndatensatz.mtb#2027.0.0-ballot.1mii-pr-mtb-ploidieMII PR MTB Ploidie

Resources that this resource uses

CodeSystem
hl7.terminology#currentv3-ObservationInterpretationObservationInterpretation

Narrative

Note: links and images are rebased to the (stated) source


English


Generated Narrative: ValueSet mii-vs-mtb-interpretation-high-low

Language: de-DE

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦4.0.0
    CodeDisplayDefinition
    HHighThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal
    LLowThe result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).

    Synonym: Below low normal

German


Generated Narrative: ValueSet mii-vs-mtb-interpretation-high-low

Language: de-DE

  • Include these codes as defined in http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation version 📦4.0.0
    CodeDisplayDefinition
    HHighThe result for a quantitative observation is above the upper limit of the reference range (as defined for the respective test procedure).

    Synonym: Above high normal
    LLowThe result for a quantitative observation is below the lower limit of the reference range (as defined for the respective test procedure).

    Synonym: Below low normal

Source1

{
  "resourceType": "ValueSet",
  "id": "mii-vs-mtb-interpretation-high-low",
  "language": "de-DE",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/ValueSet/mii-vs-mtb-interpretation-high-low",
  "version": "2027.0.0-ballot.1",
  "name": "MII_VS_MTB_Interpretation_High_Low",
  "title": "MII VS MTB Interpretation High/Low",
  "status": "active",
  "experimental": false,
  "date": "2026-09-15T17:39:31+00:00",
  "publisher": "Medizininformatik-Initiative",
  "contact": [
    {
      "name": "Medizininformatik-Initiative",
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "description": "Interpretation qualitativer Biomarker-Ergebnisse als hoch/niedrig (High/Low aus HL7 v3 ObservationInterpretation). Ersetzt das in Genomics Reporting STU3 entfallene high-low-codes-vs (STU2).",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationInterpretation",
        "concept": [
          {
            "code": "H",
            "display": "High"
          },
          {
            "code": "L",
            "display": "Low"
          }
        ]
      }
    ]
  }
}