Medication
1.1.0 - STU Belgium flag

Medication, published by HL7 Belgium. This guide is not an authorized publication; it is the continuous build for version 1.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/hl7-be/medication/ and changes regularly. See the Directory of published versions

: Dispense Example - Minimal amount of information - JSON Representation

Raw json | Download

{
  "resourceType" : "MedicationDispense",
  "id" : "example-minimal-dispense",
  "meta" : {
    "profile" : [
      🔗 "https://www.ehealth.fgov.be/standards/fhir/medication/StructureDefinition/be-medicationdispense"
    ]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: MedicationDispense example-minimal-dispense</b></p><a name=\"example-minimal-dispense\"> </a><a name=\"hcexample-minimal-dispense\"> </a><a name=\"example-minimal-dispense-en-US\"> </a><p><b>status</b>: Completed</p><p><b>medication</b>: <span title=\"Codes:{https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes 1439562}\">Topazolam tab 50x 1,0mg</span></p><p><b>subject</b>: Identifier: <code>https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin</code>/64110219106</p><h3>Performers</h3><table class=\"grid\"><tr><td style=\"display: none\">-</td><td><b>Actor</b></td></tr><tr><td style=\"display: none\">*</td><td>Jan Janssen (Identifier: <code>https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner</code>/6547432)</td></tr></table><p><b>whenHandedOver</b>: 2020-03-10</p></div>"
  },
  "status" : "completed",
  "medicationCodeableConcept" : {
    "coding" : [
      {
        "system" : "https://www.ehealth.fgov.be/standards/fhir/medication/NamingSystem/cnk-codes",
        "code" : "1439562",
        "display" : "Topazolam tab 50x 1,0mg"
      }
    ]
  },
  "subject" : {
    "identifier" : {
      "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/ssin",
      "value" : "64110219106"
    }
  },
  "performer" : [
    {
      "actor" : {
        "identifier" : {
          "system" : "https://www.ehealth.fgov.be/standards/fhir/NamingSystem/nihdi-practitioner",
          "value" : "6547432"
        },
        "display" : "Jan Janssen"
      }
    }
  ],
  "whenHandedOver" : "2020-03-10"
}