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

: Fall 2: Begleitmedikation Ondansetron 8 mg - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "Fall2-Begleitmedikation-Ondansetron",
  "meta" : {
    "profile" : [
      🔗 "https://www.senologie.org/fhir/StructureDefinition/senologie-begleitmedikation"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement Fall2-Begleitmedikation-Ondansetron</b></p><a name=\"Fall2-Begleitmedikation-Ondansetron\"> </a><a name=\"hcFall2-Begleitmedikation-Ondansetron\"> </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-begleitmedikation.html\">BIH Senologie Begleitmedikation</a></p></div><p><b>status</b>: active</p><p><b>medication</b>: <span title=\"Codes:{http://snomed.info/sct 372487007}\">Ondansetron 8 mg</span></p><p><b>subject</b>: <a href=\"Patient-Fall2-Patient-Lena-Hoffmann.html\">Lena Hoffmann  Female, DoB: 1980-09-28 ( http://fhir.bih-charite.de/sid/patient-id#SENO-2025-002)</a></p><p><b>effective</b>: 2025-03-01 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2025-02-20</p><blockquote><p><b>dosage</b></p><p><b>text</b>: 8 mg i.v. vor Chemotherapie, ggf. 8 mg p.o. Folgetag</p><p><b>timing</b>: Once per 3 weeks</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>8 mg<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codemg = 'mg')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "http://snomed.info/sct",
        "code" : "372487007",
        "display" : "Ondansetron"
      }
    ],
    "text" : "Ondansetron 8 mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/Fall2-Patient-Lena-Hoffmann"
  },
  "effectivePeriod" : {
    "start" : "2025-03-01"
  },
  "dateAsserted" : "2025-02-20",
  "dosage" : [
    {
      "text" : "8 mg i.v. vor Chemotherapie, ggf. 8 mg p.o. Folgetag",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 3,
          "periodUnit" : "wk"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 8,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}