Implementation Guide
ePA Medication Service
Version 1.2.0 - release

: Cancelled_Diclo_Information - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationStatement",
  "id" : "6e340b90-35cd-4070-bad8-c26704d85d55",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2026-02-23T15:00:00.444Z",
    "profile" : [
      🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement"
    ]
  },
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationStatement 6e340b90-35cd-4070-bad8-c26704d85d55</b></p><a name=\"6e340b90-35cd-4070-bad8-c26704d85d55\"> </a><a name=\"hc6e340b90-35cd-4070-bad8-c26704d85d55\"> </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\">version: 2; Last updated: 2026-02-23 15:00:00+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-epa-medication-statement.html\">EPA MedicationStatement</a></p></div><p><b>ContextExtension</b>: MANUAL</p><p><b>Extension Definition for MedicationStatement.renderedDosageInstruction for Version 5.0</b>: </p><div><p>1-0-1-0 Stück</p>\n</div><blockquote><p><b>Generated Dosage Instructions Meta</b></p><ul><li>algorithmVersion: 1.0.0</li><li>language: de-DE</li></ul></blockquote><p><b>status</b>: Entered in Error</p><p><b>medication</b>: <a href=\"Medication-2571d29b-e213-40ec-b817-a1490718f491.html\">Medication Diclo-ratiopharm® bei Schmerzen und Fieber 25 mg Filmtabletten</a></p><p><b>subject</b>: Identifier: NamingSystemKVID/X110411319</p><p><b>effective</b>: 2026-02-10 --&gt; (ongoing)</p><blockquote><p><b>dosage</b></p><p><b>timing</b>: Morning, Evening, 2 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>1 Stück<span style=\"background: LightGoldenRodYellow\"> (Details: KBV_CS_SFHIR_BMP_DOSIEREINHEIT  code1 = '1')</span></td></tr></table></blockquote></div>"
  },
  "extension" : [
    {
      "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/context-extension",
      "valueCode" : "MANUAL"
    },
    {
      "url" : "http://hl7.org/fhir/5.0/StructureDefinition/extension-MedicationStatement.renderedDosageInstruction",
      "valueMarkdown" : "1-0-1-0 Stück"
    },
    {
      "extension" : [
        {
          "url" : "algorithmVersion",
          "valueString" : "1.0.0"
        },
        {
          "url" : "language",
          "valueCode" : "de-DE"
        }
      ],
      "url" : "http://ig.fhir.de/igs/medication/StructureDefinition/GeneratedDosageInstructionsMeta"
    }
  ],
  "status" : "entered-in-error",
  "medicationReference" : {
    🔗 "reference" : "Medication/2571d29b-e213-40ec-b817-a1490718f491"
  },
  "subject" : {
    "identifier" : {
      "system" : "http://fhir.de/sid/gkv/kvid-10",
      "value" : "X110411319"
    }
  },
  "effectivePeriod" : {
    "start" : "2026-02-10"
  },
  "dosage" : [
    {
      "timing" : {
        "repeat" : {
          "frequency" : 2,
          "period" : 1,
          "periodUnit" : "d",
          "when" : [
            "MORN",
            "EVE"
          ]
        }
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Stück",
            "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
            "code" : "1"
          }
        }
      ]
    }
  ]
}