Kerndatensatz Senologie
0.9.0 - ci-build

Kerndatensatz Senologie - Local Development build (v0.9.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel: Epirubicin 90 mg/m², Zyklus 1, Tag 1 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "Example-Medikation-Epirubicin",
  "meta" : {
    "profile" : [
      🔗 "https://www.senologie.org/fhir/StructureDefinition/senologie-systemtherapie-medikation"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement Example-Medikation-Epirubicin</b></p><a name=\"Example-Medikation-Epirubicin\"> </a><a name=\"hcExample-Medikation-Epirubicin\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-senologie-systemtherapie-medikation.html\">BIH Senologie Systemtherapie Medikation (einzelne Gabe)</a></p></div><p><b>Therapie-Zyklus</b>: 1</p><p><b>Tag im Zyklus</b>: 1</p><p><b>partOf</b>: <a href=\"Procedure-Example-Systemtherapie-ECT.html\">Procedure Zytostatische Chemotherapie, Immuntherapie und antiretrovirale Therapie</a></p><p><b>status</b>: completed</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 417916005}\">Epirubicin</span></p><p><b>subject</b>: <a href=\"Patient-example-patient.html\">Maria Musterfrau  Female, DoB: 1965-03-12 ( http://fhir.bih-charite.de/sid/patient-id#SENO-2024-001)</a></p><p><b>effective</b>: 2024-01-15 --&gt; 2024-01-15</p><p><b>dateAsserted</b>: 2024-01-15</p><p><b>reasonReference</b>: <a href=\"Condition-Example-Diagnose-Mammakarzinom.html\">Condition Malignant neoplasm of breast</a></p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Events: 2024-01-15 </p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>90 mg/m2<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg/m2 = 'mg/m2')</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://www.senologie.org/fhir/StructureDefinition/ex-senologie-therapy-cycle",
      "valueInteger" : 1
    },
    {
      "url" : "https://www.senologie.org/fhir/StructureDefinition/ex-senologie-day-in-cycle",
      "valueInteger" : 1
    }
  ],
  "partOf" : [
    {
      🔗 "reference" : "Procedure/Example-Systemtherapie-ECT"
    }
  ],
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "417916005",
        "display" : "Epirubicin"
      }
    ],
    "text" : "Epirubicin"
  },
  "subject" : {
    🔗 "reference" : "Patient/example-patient"
  },
  "effectivePeriod" : {
    "start" : "2024-01-15",
    "end" : "2024-01-15"
  },
  "dateAsserted" : "2024-01-15",
  "reasonReference" : [
    {
      🔗 "reference" : "Condition/Example-Diagnose-Mammakarzinom"
    }
  ],
  "dosage" : [
    {
      "timing" : {
        "event" : [
          "2024-01-15"
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 90,
            "unit" : "mg/m2",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg/m2"
          }
        }
      ]
    }
  ]
}