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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mtb
Resource TypeProcedure
IdProcedure-MII-EXA-MTB-Systemtherapie-Beispiel-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": "Procedure",
  "id": "MII-EXA-MTB-Systemtherapie-Beispiel-1",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-mtb/StructureDefinition/mii-pr-mtb-systemische-therapie|2026.0.0"
    ]
  },
  "statusReason": {
    "coding": [
      {
        "code": "regular-completion"
      }
    ]
  },
  "extension": [
    {
      "valueCodeableConcept": {
        "coding": [
          {
            "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-intention",
            "code": "K"
          }
        ]
      },
      "url": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-ex-onko-systemische-therapie-intention"
    },
    {
      "url": "http://hl7.org/fhir/StructureDefinition/procedure-causedBy",
      "valueReference": {
        "reference": "MedicationRequest/Example"
      }
    }
  ],
  "basedOn": [
    {
      "reference": "CarePlan/Example"
    }
  ],
  "code": {
    "coding": [
      {
        "code": "CH",
        "system": "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/CodeSystem/mii-cs-onko-therapie-typ"
      },
      {
        "system": "http://fhir.de/CodeSystem/bfarm/ops",
        "code": "8-54",
        "display": "Zytostatische Chemotherapie, Immuntherapie und antiretrovirale Therapie",
        "version": "2023"
      }
    ]
  },
  "performedPeriod": {
    "start": "2014-02-12",
    "end": "2014-02-12"
  },
  "note": [
    {
      "text": "Test Text!"
    }
  ],
  "status": "completed",
  "category": {
    "coding": [
      {
        "code": "367336001",
        "system": "http://snomed.info/sct",
        "display": "Chemotherapy (procedure)"
      }
    ]
  },
  "subject": {
    "reference": "Patient/Example"
  }
}