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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mtb
Resource TypeLibrary
IdLibrary-mii-lib-mtb-outcomes.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": "Library",
  "id": "mii-lib-mtb-outcomes",
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/Library/mtb-outcomes",
  "version": "2026.0.0",
  "name": "MII_CQL_MTB_Outcomes",
  "title": "MII CQL MTB Outcomes",
  "status": "active",
  "experimental": false,
  "type": {
    "coding": [
      {
        "system": "http://terminology.hl7.org/CodeSystem/library-type",
        "code": "logic-library",
        "display": "Logic Library"
      }
    ]
  },
  "date": "2026-03-16",
  "publisher": "Medizininformatik Initiative",
  "contact": [
    {
      "telecom": [
        {
          "system": "url",
          "value": "https://www.medizininformatik-initiative.de"
        }
      ]
    }
  ],
  "description": "CQL Library fuer die Berechnung von MTB-Outcome-Parametern (OS, PFS, ORR, DCR, TTNT) zur dezentralen Auswertung via FHIR Measure/MeasureReport",
  "relatedArtifact": [
    {
      "type": "depends-on",
      "display": "FHIR Helpers",
      "resource": "http://fhir.org/guides/cqf/common/Library/FHIRHelpers|4.0.1"
    },
    {
      "type": "depends-on",
      "display": "MII MTB Response Befund Beurteilung",
      "resource": "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/CodeSystem/mii-cs-mtb-response-befund-beurteilung"
    }
  ],
  "parameter": [
    {
      "name": "MeasurementPeriod",
      "use": "in",
      "min": 1,
      "max": "1",
      "type": "Period"
    },
    {
      "name": "InMTBKohorte",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "boolean"
    },
    {
      "name": "OSTage",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "integer"
    },
    {
      "name": "PFSTage",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "integer"
    },
    {
      "name": "BestResponse",
      "use": "out",
      "min": 0,
      "max": "1",
      "type": "string"
    }
  ],
  "dataRequirement": [
    {
      "type": "ClinicalImpression",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-behandlungsepisode"
      ]
    },
    {
      "type": "Condition",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-diagnose-primaertumor"
      ]
    },
    {
      "type": "Observation",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/core/modul-person/StructureDefinition/Vitalstatus"
      ]
    },
    {
      "type": "Procedure",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-systemische-therapie"
      ]
    },
    {
      "type": "Procedure",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-systemische-vortherapie"
      ]
    },
    {
      "type": "Observation",
      "profile": [
        "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-response-befund"
      ]
    }
  ],
  "content": [
    {
      "contentType": "text/cql",
      "url": "mii-cql-mtb-outcomes.cql"
    }
  ]
}