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

FHIR IG analytics

Packagede.gematik.epa.research
Resource TypeBundle
IdBundle-ExampleEPAMedicationStatementBundle.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": "Bundle",
  "id": "ExampleEPAMedicationStatementBundle",
  "type": "collection",
  "entry": [
    {
      "resource": {
        "resourceType": "MedicationStatement",
        "id": "0b152eb2-6d0a-48e9-839b-5ee3023f2ad4",
        "meta": {
          "versionId": "1",
          "lastUpdated": "2025-07-22T14:43:33.244Z",
          "profile": [
            "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-statement"
          ]
        },
        "subject": {
          "identifier": {
            "system": "http://fhir.de/sid/gkv/kvid-10",
            "value": "X123456789"
          }
        },
        "status": "active",
        "medicationReference": {
          "reference": "ExampleEpaMedication1"
        },
        "effectivePeriod": {
          "start": "2025-07-22"
        },
        "dateAsserted": "2025-07-22",
        "informationSource": {
          "reference": "Practitioner/ed1e019f-d50f-4c89-ace9-b54c588662c1"
        },
        "dosage": [
          {
            "timing": {
              "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d",
                "when": [
                  "NIGHT"
                ],
                "boundsDuration": {
                  "value": 7,
                  "code": "wk",
                  "system": "http://unitsofmeasure.org",
                  "unit": "Week"
                }
              }
            },
            "asNeededBoolean": false,
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 1,
                  "code": "1",
                  "system": "https://fhir.kbv.de/ValueSet/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
                  "unit": "Stück"
                }
              }
            ]
          },
          {
            "timing": {
              "repeat": {
                "frequency": 1,
                "period": 1,
                "periodUnit": "d",
                "when": [
                  "MORN"
                ],
                "boundsDuration": {
                  "value": 7,
                  "code": "wk",
                  "system": "http://unitsofmeasure.org",
                  "unit": "Week"
                }
              }
            },
            "asNeededBoolean": false,
            "doseAndRate": [
              {
                "doseQuantity": {
                  "value": 2,
                  "code": "1",
                  "system": "https://fhir.kbv.de/ValueSet/KBV_CS_SFHIR_BMP_DOSIEREINHEIT",
                  "unit": "Stück"
                }
              }
            ]
          }
        ],
        "note": [
          {
            "text": "Unbedingt eine halbe Stunde vor dem Frühstück einnehmen, Herr Mustermann!"
          }
        ]
      }
    }
  ]
}