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

FHIR IG analytics

Packagede.gematik.epa.research
Resource TypeMedication
IdMedication-ExampleEPAResearchMedicationMaaloxan.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": "Medication",
  "id": "ExampleEPAResearchMedicationMaaloxan",
  "meta": {
    "tag": [
      {
        "system": "https://gematik.de/fhir/epa-research/sid/source-profile",
        "code": "https://gematik.de/fhir/epa-medication/StructureDefinition/epa-medication"
      }
    ],
    "security": [
      {
        "code": "PSEUDED",
        "system": "http://terminology.hl7.org/CodeSystem/v3-ObservationValue",
        "display": "pseudonymized"
      }
    ],
    "profile": [
      "https://gematik.de/fhir/epa-research/StructureDefinition/epa-research-medication"
    ]
  },
  "status": "active",
  "code": {
    "coding": [
      {
        "system": "http://fhir.de/CodeSystem/ifa/pzn",
        "code": "9717395",
        "display": "Maaloxan® 25 mVal Sodbrennen Kautabletten Lemon"
      },
      {
        "system": "http://fhir.de/CodeSystem/ask",
        "code": "02250",
        "display": "Magnesiumhydroxid"
      }
    ]
  },
  "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"
          }
        ]
      },
      "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": "01253",
            "display": "Algeldrat"
          }
        ]
      },
      "strength": {
        "numerator": {
          "value": 400,
          "unit": "milligramm",
          "system": "http://unitsofmeasure.org",
          "code": "mg"
        },
        "denominator": {
          "value": 1,
          "unit": "Tabletten",
          "system": "http://unitsofmeasure.org",
          "code": "{Tabletten}"
        }
      }
    }
  ],
  "batch": {
    "expirationDate": "2026-12-31"
  }
}