ELGA e-Medikation (R4) ENTWURF
0.1.1 - ci-build

ELGA e-Medikation (R4) ENTWURF - Local Development build (v0.1.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: Beispiel Journey 02: Magistrale Zubereitung - JSON Representation

Raw json | Download

{
  "resourceType" : "Medication",
  "id" : "AtEmedJourneyMedicationMagistral02",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/emed/r4/StructureDefinition/at-emed-medication"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: Medication AtEmedJourneyMedicationMagistral02</b></p><a name=\"AtEmedJourneyMedicationMagistral02\"> </a><a name=\"hcAtEmedJourneyMedicationMagistral02\"> </a><div style=\"display: inline-block; background-color: #d9e0e7; padding: 6px; margin: 4px; border: 1px solid #8da1b4; border-radius: 5px; line-height: 60%\"><p style=\"margin-bottom: 0px\"/><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-at-emed-medication.html\">ELGA e-Med Medikation</a></p></div><p><b>status</b>: Active</p><p><b>manufacturer</b>: <a href=\"Organization-AtEmedExampleOrganizationApo01.html\">Amadeus Apotheke</a></p><p><b>form</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform 100000073713}\">Salbe</span></p><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido A01AC03}\">Hydrocortison</span></p><p><b>strength</b>: 1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span>/100 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido A01AB18}\">Clotrimazol</span></p><p><b>strength</b>: 1 %<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  code% = '%')</span>/100 g<span style=\"background: LightGoldenRodYellow\"> (Details: UCUM  codeg = 'g')</span></p></blockquote><blockquote><p><b>ingredient</b></p><p><b>item</b>: <span title=\"Codes:\">Salbengrundlage</span></p><p><b>isActive</b>: false</p><p><b>strength</b>: 98 g/100 g</p></blockquote><h3>Batches</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>LotNumber</b></td><td><b>ExpirationDate</b></td></tr><tr><td style=\"display: none\">*</td><td>MAG-2026-001</td><td>2027-01-01</td></tr></table></div>"
  },
  "status" : "active",
  "manufacturer" : {
    🔗 "reference" : "Organization/AtEmedExampleOrganizationApo01",
    "display" : "Amadeus Apotheke"
  },
  "form" : {
    "coding" : [
      {
        "system" : "https://termgit.elga.gv.at/CodeSystem/medikationdarreichungsform",
        "code" : "100000073713",
        "display" : "Salbe"
      }
    ]
  },
  "ingredient" : [
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido",
            "code" : "A01AC03",
            "display" : "Hydrocortison"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 1,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        },
        "denominator" : {
          "value" : 100,
          "unit" : "g",
          "system" : "http://unitsofmeasure.org",
          "code" : "g"
        }
      }
    },
    {
      "itemCodeableConcept" : {
        "coding" : [
          {
            "system" : "https://termgit.elga.gv.at/CodeSystem/atc-deutsch-wido",
            "code" : "A01AB18",
            "display" : "Clotrimazol"
          }
        ]
      },
      "strength" : {
        "numerator" : {
          "value" : 1,
          "unit" : "%",
          "system" : "http://unitsofmeasure.org",
          "code" : "%"
        },
        "denominator" : {
          "value" : 100,
          "unit" : "g",
          "system" : "http://unitsofmeasure.org",
          "code" : "g"
        }
      }
    },
    {
      "itemCodeableConcept" : {
        "text" : "Salbengrundlage"
      },
      "isActive" : false,
      "strength" : {
        "numerator" : {
          "value" : 98,
          "unit" : "g"
        },
        "denominator" : {
          "value" : 100,
          "unit" : "g"
        }
      }
    }
  ],
  "batch" : {
    "lotNumber" : "MAG-2026-001",
    "expirationDate" : "2027-01-01"
  }
}