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-systemische-therapie-status.json
FHIR VersionR4
Sourcehttps://medizininformatik-initiative.github.io/kerndatensatzmodul-molekulares-tumorboard/2027.0.0-ballot.1/ValueSet-mii-vs-mtb-systemische-therapie-status.html
URLhttps://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/ValueSet/mii-vs-mtb-systemische-therapie-status
Version2027.0.0-ballot.1
Statusactive
Date2026-09-15T17:39:31+00:00
NameMII_VS_MTB_Systemische_Therapie_Status
TitleMII VS MTB Systemtherapie Status
Realmde
DescriptionEinschränkung der Status für Systemtherapie

Resources that use this resource

StructureDefinition
de.medizininformatikinitiative.kerndatensatz.mtb#2027.0.0-ballot.1mii-pr-mtb-systemische-therapieMII PR MTB Systemische Therapie

Resources that this resource uses

CodeSystem
hl7.fhir.uv.xver-r4.r4b#0.1.0event-statusEventStatus

Narrative

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


English


Generated Narrative: ValueSet mii-vs-mtb-systemische-therapie-status

Language: de-DE

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    not-doneNot DoneThe event was terminated prior to any activity beyond preparation. I.e. The 'main' activity has not yet begun. The boundary between preparatory and the 'main' activity is context-specific.
    in-progressIn ProgressThe event is currently occurring.
    stoppedStoppedThe event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred.
    completedCompletedThe event has now concluded.

German


Generated Narrative: ValueSet mii-vs-mtb-systemische-therapie-status

Language: de-DE

  • Include these codes as defined in http://hl7.org/fhir/event-status version 📦4.0.1
    CodeDisplayDefinition
    not-doneNot DoneThe event was terminated prior to any activity beyond preparation. I.e. The 'main' activity has not yet begun. The boundary between preparatory and the 'main' activity is context-specific.
    in-progressIn ProgressThe event is currently occurring.
    stoppedStoppedThe event was terminated prior to the full completion of the intended activity but after at least some of the 'main' activity (beyond preparation) has occurred.
    completedCompletedThe event has now concluded.

Source1

{
  "resourceType": "ValueSet",
  "id": "mii-vs-mtb-systemische-therapie-status",
  "language": "de-DE",
  "text": {
    "status": "extensions",
    "div": "<!-- snip (see above) -->"
  },
  "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/ValueSet/mii-vs-mtb-systemische-therapie-status",
  "version": "2027.0.0-ballot.1",
  "name": "MII_VS_MTB_Systemische_Therapie_Status",
  "title": "MII VS MTB Systemtherapie Status",
  "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": "Einschränkung der Status für Systemtherapie",
  "jurisdiction": [
    {
      "coding": [
        {
          "system": "urn:iso:std:iso:3166",
          "code": "DE",
          "display": "Germany"
        }
      ]
    }
  ],
  "compose": {
    "include": [
      {
        "system": "http://hl7.org/fhir/event-status",
        "concept": [
          {
            "code": "not-done"
          },
          {
            "code": "in-progress"
          },
          {
            "code": "stopped"
          },
          {
            "code": "completed"
          }
        ]
      }
    ]
  }
}