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

: ExampleSearchsetBundleEPAMedication - JSON Representation

Raw json | Download

{
  "resourceType" : "Bundle",
  "id" : "example-searchset-medication",
  "type" : "searchset",
  "total" : 100,
  "link" : [
    {
      "relation" : "self",
      "url" : "/epa/medication/api/v1/fhir/Medication?_offset=20&_count=10"
    },
    {
      "relation" : "previous",
      "url" : "/epa/medication/api/v1/fhir/Medication?_offset=10&_count=10"
    },
    {
      "relation" : "next",
      "url" : "/epa/medication/api/v1/fhir/Medication?_offset=30&_count=10"
    }
  ],
  "entry" : [
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/Medication/2571d29b-e213-40ec-b817-a1490718a490",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "2571d29b-e213-40ec-b817-a1490718a490",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
            "valueCoding" : {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000274103/version/20240515",
              "code" : "781405001",
              "display" : "Medicinal product package (product)"
            }
          },
          {
            "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/epa-medication-unique-identifier",
            "value" : "A632B2AB4232C9787E0731E3824942350070FB492EB1005A4AFA00F4BACD8AA1"
          },
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "dc810e53-c26b-47bc-8c78-c7f79ea5f7ae_160.153.303.257.459"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://fhir.de/CodeSystem/ask",
              "code" : "5682",
              "display" : "Ibuprofen"
            }
          ]
        },
        "status" : "active"
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/Medication/3b990824-3814-4d75-80b1-e2935827f8f0",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "3b990824-3814-4d75-80b1-e2935827f8f0",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
            "valueCoding" : {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000274103/version/20240515",
              "code" : "781405001",
              "display" : "Medicinal product package (product)"
            }
          },
          {
            "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/epa-medication-unique-identifier",
            "value" : "E5A0DE886C10E6A7C044D39204A23FE945CFA4C93C694837F43A2C9DE7C858DF"
          },
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "ec4d55a0-dec1-46b7-96cc-096845b74c4b_160.153.303.257.459"
          }
        ],
        "code" : {
          "text" : "Infusion bestehend aus 85mg Doxorubicin aufgeloest zur Verabreichung in 250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"
        },
        "status" : "active",
        "form" : {
          "coding" : [
            {
              "system" : "http://standardterms.edqm.eu",
              "code" : "11210000",
              "display" : "Solution for infusion"
            }
          ]
        },
        "ingredient" : [
          {
            "itemCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://fhir.de/CodeSystem/bfarm/atc",
                  "code" : "L01DB01",
                  "display" : "Doxorubicin"
                }
              ]
            },
            "isActive" : true,
            "strength" : {
              "numerator" : {
                "value" : 85,
                "unit" : "mg",
                "system" : "http://unitsofmeasure.org",
                "code" : "mg"
              },
              "denominator" : {
                "value" : 250,
                "unit" : "Milliliter",
                "system" : "http://unitsofmeasure.org",
                "code" : "mL"
              }
            }
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/Medication/4bfef107-7d81-4d36-8aa0-7ea937969046",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "4bfef107-7d81-4d36-8aa0-7ea937969046",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
            "valueCoding" : {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000274103/version/20240515",
              "code" : "781405001",
              "display" : "Medicinal product package (product)"
            }
          },
          {
            "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"
            }
          },
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension",
            "valueCoding" : {
              "system" : "https://gematik.de/fhir/terminology/CodeSystem/epa-drug-category-cs",
              "code" : "00"
            }
          }
        ],
        "identifier" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/epa-medication-unique-identifier",
            "value" : "5FD46319BA6C5C0D7626CFB709AF564362667A70D4A261E0F8EE57D9D837F394"
          },
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "358f35e5-2e32-46bb-b565-c373ecfb6230_160.153.303.257.459"
          }
        ],
        "code" : {
          "text" : "250ml 5-%iger (50 mg/ml) Glucose-Infusionsloesung"
        },
        "status" : "active"
      },
      "search" : {
        "mode" : "match"
      }
    },
    {
      "fullUrl" : "http://epa4all/epa/medication/api/v1/fhir/Medication/4f9ab221-0eef-4e46-a8a9-38302e0488b1",
      "resource" : {
        "resourceType" : "Medication",
        "id" : "4f9ab221-0eef-4e46-a8a9-38302e0488b1",
        "meta" : {
          "versionId" : "1",
          "lastUpdated" : "2025-01-22T14:43:33.244Z",
          "profile" : [
            🔗 "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
          ]
        },
        "extension" : [
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication-type-extension",
            "valueCoding" : {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000274103/version/20240515",
              "code" : "781405001",
              "display" : "Medicinal product package (product)"
            }
          },
          {
            "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"
            }
          },
          {
            "url" : "https://gematik.de/fhir/epa-medication/StructureDefinition/drug-category-extension",
            "valueCoding" : {
              "system" : "https://gematik.de/fhir/terminology/CodeSystem/epa-drug-category-cs",
              "code" : "00"
            }
          },
          {
            "url" : "http://fhir.de/StructureDefinition/normgroesse",
            "valueCode" : "N3"
          }
        ],
        "identifier" : [
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/epa-medication-unique-identifier",
            "value" : "B849184C973EA5FA7D9751E6FAA6AFCFFD100183596239F84DD2C0DB4C751D67"
          },
          {
            "system" : "https://gematik.de/fhir/epa-medication/sid/rx-originator-process-identifier",
            "value" : "c7f34f27-7564-43ad-b13f-2be3c5d7fd3d_160.153.303.257.459"
          }
        ],
        "code" : {
          "coding" : [
            {
              "system" : "http://fhir.de/CodeSystem/ifa/pzn",
              "code" : "10019621",
              "display" : "IBU-ratiopharm 400mg akut Schmerztabletten"
            },
            {
              "system" : "http://fhir.de/CodeSystem/bfarm/atc",
              "version" : "2022",
              "code" : "M01AE01",
              "display" : "Ibuprofen"
            }
          ]
        },
        "status" : "active",
        "form" : {
          "coding" : [
            {
              "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
              "version" : "1.10",
              "code" : "TAB",
              "display" : "Tabletten"
            },
            {
              "system" : "http://snomed.info/sct",
              "version" : "http://snomed.info/sct/11000274103/version/20240515",
              "code" : "385055001",
              "display" : "Tablet (basic dose form)"
            },
            {
              "system" : "http://standardterms.edqm.eu",
              "code" : "12200",
              "display" : "Tablet"
            }
          ]
        },
        "amount" : {
          "numerator" : {
            "value" : 50,
            "unit" : "Tablet",
            "system" : "http://unitsofmeasure.org",
            "code" : "{Tablet}"
          },
          "denominator" : {
            "value" : 1,
            "unit" : "Package",
            "system" : "http://unitsofmeasure.org",
            "code" : "{Package}"
          }
        },
        "ingredient" : [
          {
            "itemCodeableConcept" : {
              "coding" : [
                {
                  "system" : "http://snomed.info/sct",
                  "version" : "http://snomed.info/sct/11000274103/version/20240515",
                  "code" : "387207008",
                  "display" : "Ibuprofen (substance)"
                }
              ]
            },
            "strength" : {
              "numerator" : {
                "value" : 400,
                "unit" : "MilliGram",
                "system" : "http://unitsofmeasure.org",
                "code" : "mg"
              },
              "denominator" : {
                "value" : 1,
                "unit" : "Tablet",
                "system" : "http://unitsofmeasure.org",
                "code" : "{Tablet}"
              }
            }
          }
        ]
      },
      "search" : {
        "mode" : "match"
      }
    }
  ]
}