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

FHIR IG analytics

Packagede.medizininformatikinitiative.kerndatensatz.mtb
Resource TypeMedicationStatement
IdMedicationStatement-MTBChemo1MedicationStatement6-2.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": "MedicationStatement",
  "id": "MTBChemo1MedicationStatement6-2",
  "meta": {
    "profile": [
      "https://www.medizininformatik-initiative.de/fhir/ext/modul-onko/StructureDefinition/mii-pr-onko-systemische-therapie-medikation"
    ]
  },
  "partOf": [
    {
      "reference": "Procedure/MTBChemo1Procedure"
    },
    {
      "reference": "MedicationStatement/MTBChemo1MedicationStatement6"
    }
  ],
  "medicationCodeableConcept": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/bfarm/atc",
        "code": "L01DB01"
      }
    ]
  },
  "note": [
    {
      "text": "Z6 Carboplatin AUC5 d1, pegliposomales Doxorubicin 30 mg/m2 d1"
    }
  ],
  "dosage": [
    {
      "doseAndRate": [
        {
          "doseQuantity": {
            "value": 30,
            "unit": "mg/m2",
            "code": "mg/m2",
            "system": "http://unitsofmeasure.org"
          }
        }
      ]
    }
  ],
  "status": "completed",
  "subject": {
    "reference": "Patient/PatientKimMusterperson"
  },
  "effectiveDateTime": "2023-05-24"
}