Kenya ePrescription FHIR Implementation Guide
0.1.0 - ci-build KE

Kenya ePrescription FHIR Implementation Guide - Local Development build (v0.1.0) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: MedicationDispense – INVALID: Missing authorizingPrescription; wrong performer and medication - XML Representation

Raw xml | Download


<MedicationDispense xmlns="http://hl7.org/fhir">
  <id value="example-medicationdispense-invalid"/>
  <meta>
    <profile
             value="https://nshr-uat.sha.go.ke/fhir/StructureDefinition/ke-medication-dispense"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationDispense example-medicationdispense-invalid</b></p><a name="example-medicationdispense-invalid"> </a><a name="hcexample-medicationdispense-invalid"> </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-ke-medication-dispense.html">Kenya eRx MedicationDispense</a></p></div><p><b>status</b>: Completed</p><p><b>medication</b>: <span title="Codes:{http://snomed.info/sct 372687004}">Amoxicillin</span></p><p><b>subject</b>: <a href="Patient-example-patient-amina.html">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></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><a href="Patient-example-patient-amina.html">Amina Hassan (official) Female, DoB: 1988-04-15 ( https://ilm-hie.dha.go.ke/fhir/NamingSystem/national-id#KenyaNationalId#29834765)</a></td></tr></table><p><b>location</b>: <a href="Location-example-location-knh-pharmacy.html">Location KNH Outpatient Pharmacy</a></p><p><b>type</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-ActCode FF}">First Fill</span></p><p><b>quantity</b>: 3 tablet<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</span></p><h3>Substitutions</h3><table class="grid"><tr><td style="display: none">-</td><td><b>WasSubstituted</b></td></tr><tr><td style="display: none">*</td><td>false</td></tr></table></div>
  </text>
  <status value="completed"/>
  <medicationCodeableConcept>
    <coding>
      <system value="http://snomed.info/sct"/>
      <code value="372687004"/>
      <display value="Amoxicillin"/>
    </coding>
  </medicationCodeableConcept>
  <subject>🔗 
    <reference value="Patient/example-patient-amina"/>
  </subject>
  <performer>
    <actor>🔗 
      <reference value="Patient/example-patient-amina"/>
    </actor>
  </performer>
  <location>🔗 
    <reference value="Location/example-location-knh-pharmacy"/>
  </location>
  <type>
    <coding>
      <system value="http://terminology.hl7.org/CodeSystem/v3-ActCode"/>
      <code value="FF"/>
      <display value="First Fill"/>
    </coding>
  </type>
  <quantity>
    <value value="3"/>
    <unit value="tablet"/>
    <system value="http://unitsofmeasure.org"/>
    <code value="1"/>
  </quantity>
  <substitution>
    <wasSubstituted value="false"/>
  </substitution>
</MedicationDispense>