Implementation Guide
ePA Medication Service
Version 1.0.5-ballot.1 - draft

: ExampleSearchsetBundleEPAMedicationDispense - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "example-searchset-medicationdispense",
  "type" : "searchset",
  "total" : 100,
  "link" : [
    {
      "relation" : "self",
      "url" : "/epa/medication/api/v1/fhir/MedicationDispense?_offset=20&_count=10"
    },
    {
      "relation" : "previous",
      "url" : "/epa/medication/api/v1/fhir/MedicationDispense?_offset=10&_count=10"
    },
    {
      "relation" : "next",
      "url" : "/epa/medication/api/v1/fhir/MedicationDispense?_offset=30&_count=10"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/MedicationDispense/4e6e1623-778e-44a3-b208-8479f5339e43",
      "resource" : {
        "resourceType" : "MedicationDispense",
        "id" : "4e6e1623-778e-44a3-b208-8479f5339e43",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier-extension",
            "valueIdentifier" : {
              "system" : "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier",
              "value" : "160.153.303.257.459_20250122"
            }
          }
        ],
        "identifier" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "5d8fbf7c-bdb0-44c2-95fe-423ae0404ccd_160.153.303.257.459"
          }
        ],
        "status" : "completed",
        "medicationReference" : {
          🔗 "reference" : "Medication/2571d29b-e213-40ec-b817-a1490718a490"
        },
        "subject" : {
          "identifier" : {
            "system" : "http://fhir.de/sid/gkv/kvid-10",
            "value" : "X110411319"
          }
        },
        "performer" : [
          {
            "actor" : {
              🔗 "reference" : "Organization/151f1697-7512-4e21-9466-1b75207475d8"
            }
          }
        ],
        "authorizingPrescription" : [
          {
            🔗 "reference" : "MedicationRequest/bb91cde8-0426-4f4b-a766-5d818d0605bd"
          }
        ],
        "whenHandedOver" : "2025-01-22",
        "dosageInstruction" : [
          {
            "text" : "1-0-0-0"
          }
        ],
        "substitution" : {
          "wasSubstituted" : false
        }
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/MedicationDispense/46865835-8c8f-4139-86ba-271bd3565250",
      "resource" : {
        "resourceType" : "MedicationDispense",
        "id" : "46865835-8c8f-4139-86ba-271bd3565250",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-dispense"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/rx-prescription-process-identifier-extension",
            "valueIdentifier" : {
              "system" : "https://gematik.de/fhir/epa-medication/sid/rx-prescription-process-identifier",
              "value" : "160.153.303.257.459_20250122"
            }
          }
        ],
        "identifier" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "86d65df3-5ca4-457d-8859-285830fe091b_160.153.303.257.459"
          }
        ],
        "status" : "completed",
        "medicationReference" : {
          🔗 "reference" : "Medication/3b990824-3814-4d75-80b1-e2935827f8f0"
        },
        "subject" : {
          "identifier" : {
            "system" : "http://fhir.de/sid/gkv/kvid-10",
            "value" : "X110411319"
          }
        },
        "performer" : [
          {
            "actor" : {
              🔗 "reference" : "Organization/151f1697-7512-4e21-9466-1b75207475d8"
            }
          }
        ],
        "authorizingPrescription" : [
          {
            🔗 "reference" : "MedicationRequest/bb91cde8-0426-4f4b-a766-5d818d0605bd"
          }
        ],
        "whenHandedOver" : "2025-01-22",
        "dosageInstruction" : [
          {
            "text" : "1-0-0-0"
          }
        ],
        "substitution" : {
          "wasSubstituted" : false
        }
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}