Integrierte Versorgung Diabetes (R4)
0.1.1 - ci-build

Integrierte Versorgung Diabetes (R4), published by ELGA GmbH. This guide is not an authorized publication; it is the continuous build for version 0.1.1 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/HL7Austria/ELGA-IV-Diabetes-R4/ and changes regularly. See the Directory of published versions

: example-iv-5-medicationplan-1 - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationRequest",
  "id" : "example-iv-5-medicationplan-001",
  "meta" : {
    "profile" : [
      🔗 "https://fhir.hl7.at/elga/aps/r4/StructureDefinition/at-aps-medicationrequest"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationRequest example-iv-5-medicationplan-001</b></p><a name=\"example-iv-5-medicationplan-001\"> </a><a name=\"hcexample-iv-5-medicationplan-001\"> </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=\"https://build.fhir.org/ig/HL7Austria/ELGA-AustrianPatientSummary-R4/StructureDefinition-at-aps-medicationrequest.html\">AT APS MedicationRequest</a></p></div><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>medication</b>: <span title=\"Codes:{https://termgit.elga.gv.at/CodeSystem/asp-liste 2450888}\">RAMIPRIL 1A TBL  5MG</span></p><p><b>subject</b>: <a href=\"Bundle-example-iv-1.html#urn-uuid-0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8\">Anton Testpatient</a></p><p><b>authoredOn</b>: 2025-07-15 11:00:05+0200</p><p><b>requester</b>: <a href=\"Bundle-example-iv-1.html#urn-uuid-75db30ee-7028-486c-929a-c5126837f473\">Dr. Hausärztin</a></p><p><b>reasonReference</b>: <a href=\"Bundle-example-iv-4.html#urn-uuid-a3a9be59-ec61-4cab-92a9-9cbab6aec437\">Diabetes mellitus Typ 2</a></p><p><b>note</b>: </p><blockquote><div><p>Kontrolltermin: 17.10.2025</p>\n</div></blockquote><blockquote><p><b>dosageInstruction</b></p><p><b>additionalInstruction</b>: <span title=\"Codes:\">Nach dem Essen einnehmen</span></p><p><b>timing</b>: Morning, Evening, Once</p><p><b>route</b>: <span title=\"Codes:{http://snomed.info/sct 26643006}\">Orale Einnahme</span></p><h3>DoseAndRates</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Dose[x]</b></td></tr><tr><td style=\"display: none\">*</td><td>1 Tablet<span style=\"background: LightGoldenRodYellow\"> (Details: elga-medikationmengenart  code{TAB} = '{TAB}')</span></td></tr></table></blockquote></div>"
  },
  "status" : "active",
  "intent" : "order",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://termgit.elga.gv.at/CodeSystem/asp-liste",
        "code" : "2450888",
        "display" : "RAMIPRIL 1A TBL  5MG"
      }
    ]
  },
  "subject" : {
    "reference" : "urn:uuid:0fed5ebe-ca8f-4ad1-aba4-ddad45bd6cc8",
    "display" : "Anton Testpatient"
  },
  "authoredOn" : "2025-07-15T11:00:05+02:00",
  "requester" : {
    "reference" : "urn:uuid:75db30ee-7028-486c-929a-c5126837f473",
    "display" : "Dr. Hausärztin"
  },
  "reasonReference" : [
    {
      "reference" : "urn:uuid:a3a9be59-ec61-4cab-92a9-9cbab6aec437",
      "display" : "Diabetes mellitus Typ 2"
    }
  ],
  "note" : [
    {
      "text" : "Kontrolltermin: 17.10.2025"
    }
  ],
  "dosageInstruction" : [
    {
      "additionalInstruction" : [
        {
          "text" : "Nach dem Essen einnehmen"
        }
      ],
      "timing" : {
        "repeat" : {
          "boundsPeriod" : {
            "start" : "2025-07-15",
            "end" : "2026-07-15"
          },
          "when" : [
            "MORN",
            "EVE"
          ]
        }
      },
      "route" : {
        "coding" : [
          {
            "system" : "http://snomed.info/sct",
            "code" : "26643006",
            "display" : "Orale Einnahme"
          }
        ]
      },
      "doseAndRate" : [
        {
          "doseQuantity" : {
            "value" : 1,
            "unit" : "Tablet",
            "system" : "https://termgit.elga.gv.at/ValueSet/elga-medikationmengenart",
            "code" : "{TAB}"
          }
        }
      ]
    }
  ]
}