Implementation Guide
Version 1.2.0 - release

: Beispiel Medication Dispense - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "UC1-Medication-Dispense",
  "meta" : {
    "profile" : [
      🔗 "https://gematik.de/fhir/erp-servicerequest/StructureDefinition/erp-service-request-medication-dispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense UC1-Medication-Dispense</b></p><a name=\"UC1-Medication-Dispense\"> </a><a name=\"hcUC1-Medication-Dispense\"> </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-erp-service-request-medication-dispense.html\">ERP Service Request Medikationsabgabe</a></p></div><p><b>identifier</b>: <code>https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId</code>/169.100.000.000.002.36</p><p><b>status</b>: Completed</p><p><b>medication</b>: <a href=\"Medication-Example-Initial-Medication.html\">Medication 08585997</a></p><p><b>subject</b>: <a href=\"Patient-Example-Patient.html\">Ludger Königsstein (official) (no stated gender), DoB: 1935-06-22 ( http://fhir.de/sid/gkv/kvid-10#NamingSystemKVID#X234567890)</a></p><p><b>quantity</b>: 1 Packung</p><h3>DosageInstructions</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Text</b></td></tr><tr><td style=\"display: none\">*</td><td>1-1-1-0</td></tr></table></div>"
  },
  "identifier" : [
    {
      "system" : "https://gematik.de/fhir/erp/NamingSystem/GEM_ERP_NS_PrescriptionId",
      "value" : "169.100.000.000.002.36"
    }
  ],
  "status" : "completed",
  "medicationReference" : {
    🔗 "reference" : "Medication/Example-Initial-Medication"
  },
  "subject" : {
    🔗 "reference" : "Patient/Example-Patient"
  },
  "quantity" : {
    "value" : 1,
    "unit" : "Packung"
  },
  "dosageInstruction" : [
    {
      "text" : "1-1-1-0"
    }
  ]
}