{
  "resourceType": "StructureDefinition",
  "url": "http://digen.nublar.de/fhir/StructureDefinition/DigenPresentableMedicationStatement",
  "version": "Sprint10",
  "name": "DigenPresentableMedicationStatement",
  "status": "draft",
  "description": "The DiGeN PresentableMedicationStatement (aka PMS) is derived object that pulls together data from multiple sources to create a unified view on a patient's interactions with a specific medication. The resource includes multiple contained resources to allow for simple retrieval of the complete object. Please note that requesting the backend to store this resource will lead to changed data being persisted in the dedicated backend structures, but the resource itself will be discarded and a new instance will be derived instead.",
  "copyright": "AOK BV",
  "fhirVersion": "3.0.1",
  "kind": "resource",
  "abstract": false,
  "type": "MedicationStatement",
  "baseDefinition": "http://digen.nublar.de/fhir/StructureDefinition/DigenAbstractPresentableMedicationStatement",
  "derivation": "constraint",
  "differential": {
    "element": [
      {
        "id": "MedicationStatement.category",
        "path": "MedicationStatement.category",
        "fixedCodeableConcept": {
          "coding": [
            {
              "system": "http://digen.nublar.de/fhir/CodeSystem/1.2.276.0.76.3.1.321.1.1.5.8",
              "code": "generated",
              "display": "Abgeleitete Daten"
            }
          ]
        }
      },
      {
        "id": "MedicationStatement.effectivePeriod:effectivePeriod",
        "path": "MedicationStatement.effectivePeriod",
        "sliceName": "effectivePeriod",
        "min": 1
      }
    ]
  }
}