Implementation Guide
ePA Medication Service
Version 1.0.5-1 - release

: ExampleEPAMedicationMax - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "ExampleEPAMedicationMax",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-02-03T11:30:00+01:00",
    "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",
        "code" : "373873005",
        "display" : "Pharmaceutical / biologic product (product)"
      }
    }
  ],
  "code" : {
    "coding" : [
      {
        "system" : "http://fhir.de/CodeSystem/ifa/pzn",
        "version" : "1.5.0",
        "code" : "9717395",
        "display" : "Maaloxan® 25 mVal Sodbrennen Kautabletten Lemon"
      },
      {
        "system" : "http://fhir.de/CodeSystem/bfarm/atc",
        "code" : "A02AD10",
        "display" : "Aluminiumoxid in Kombination mit Magnesiumhydroxid"
      },
      {
        "system" : "http://fhir.de/CodeSystem/ask",
        "code" : "2250",
        "display" : "Magnesiumhydroxid"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "418673005",
        "display" : "Product containing aluminium oxide (medicinal product)"
      }
    ],
    "text" : "Maaloxan® 25 mVal Sodbrennen Kautabletten Lemon"
  },
  "status" : "active",
  "manufacturer" : {
    "display" : "Praxis Dr. med. Hans Topp-Glücklich"
  },
  "form" : {
    "coding" : [
      {
        "system" : "http://standardterms.edqm.eu",
        "code" : "10228000",
        "display" : "Chewable tablet"
      },
      {
        "system" : "https://fhir.kbv.de/CodeSystem/KBV_CS_SFHIR_KBV_DARREICHUNGSFORM",
        "code" : "KTA",
        "display" : "Kautabletten"
      },
      {
        "system" : "http://snomed.info/sct",
        "code" : "66076007",
        "display" : "Conventional release chewable tablet (dose form)"
      }
    ]
  },
  "amount" : {
    "numerator" : {
      "value" : 30,
      "unit" : "Tabletten",
      "system" : "http://unitsofmeasure.org",
      "code" : "{Tabletten}"
    },
    "denominator" : {
      "value" : 1,
      "unit" : "Package",
      "system" : "http://unitsofmeasure.org",
      "code" : "{Package}"
    }
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/ask",
            "code" : "2250",
            "display" : "Magnesiumhydroxid"
          },
          {
            "system" : "http://fhir.de/CodeSystem/bfarm/atc",
            "code" : "A02AA04",
            "display" : "Magnesiumhydroxid"
          },
          {
            "system" : "http://snomed.info/sct",
            "code" : "387337001",
            "display" : "Magnesium hydroxide (substance)"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 400,
          "unit" : "milligramm",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Tabletten",
          "system" : "http://unitsofmeasure.org",
          "code" : "{Tabletten}"
        }
      }
    },
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "http://fhir.de/CodeSystem/ask",
            "code" : "1253",
            "display" : "Algeldrat"
          },
          {
            "system" : "http://fhir.de/CodeSystem/bfarm/atc",
            "code" : "A02AB01",
            "display" : "Aluminiumhydroxid"
          },
          {
            "system" : "http://snomed.info/sct",
            "code" : "273944007",
            "display" : "Aluminium hydroxide (substance)"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 400,
          "unit" : "milligramm",
          "system" : "http://unitsofmeasure.org",
          "code" : "mg"
        },
        "denominator" : {
          "value" : 1,
          "unit" : "Tabletten",
          "system" : "http://unitsofmeasure.org",
          "code" : "{Tabletten}"
        }
      }
    }
  ]
}