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 9: Endokrine Therapie Tamoxifen 20 mg (initial, prämenopausal) - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "Fall9-Begleitmedikation-Tamoxifen",
  "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 Fall9-Begleitmedikation-Tamoxifen</b></p><a name=\"Fall9-Begleitmedikation-Tamoxifen\"> </a><a name=\"hcFall9-Begleitmedikation-Tamoxifen\"> </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 373345002}\">Tamoxifen 20 mg</span></p><p><b>subject</b>: <a href=\"Patient-Fall9-Patient-Andrea-Wolf.html\">Andrea Wolf  Female, DoB: 1974-05-29 ( http://fhir.bih-charite.de/sid/patient-id#SENO-2025-009)</a></p><p><b>effective</b>: 2026-01-05 --&gt; (ongoing)</p><p><b>dateAsserted</b>: 2025-12-20</p><blockquote><p><b>dosage</b></p><p><b>text</b>: 1x täglich 20 mg, initial prämenopausal, nach 2 Jahren Umstellung auf Aromataseinhibitor + GnRH-Agonist geplant</p><p><b>timing</b>: Once per 1 day</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>20 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" : "373345002",
        "display" : "Tamoxifen"
      }
    ],
    "text" : "Tamoxifen 20 mg"
  },
  "subject" : {
    🔗 "reference" : "Patient/Fall9-Patient-Andrea-Wolf"
  },
  "effectivePeriod" : {
    "start" : "2026-01-05"
  },
  "dateAsserted" : "2025-12-20",
  "dosage" : [
    {
      "text" : "1x täglich 20 mg, initial prämenopausal, nach 2 Jahren Umstellung auf Aromataseinhibitor + GnRH-Agonist geplant",
      "timing" : {
        "repeat" : {
          "frequency" : 1,
          "period" : 1,
          "periodUnit" : "d"
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 20,
            "unit" : "mg",
            "system" : "http://unitsofmeasure.org",
            "code" : "mg"
          }
        }
      ]
    }
  ]
}