SGHI FHIR Profile Implementation Guide
0.1.0 - ci-build

SGHI FHIR Profile Implementation Guide, published by Kathurima Kimathi. This guide is not an authorized publication; it is the continuous build for version 0.1.0 built by the FHIR (HL7® FHIR® Standard) CI Build. This version is based on the current content of https://github.com/savannahghi/sil_fhir_profile_ig/ and changes regularly. See the Directory of published versions

: ExampleSGHIMedicationRequest - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="ExampleSGHIMedicationRequest"/>
  <meta>
    <profile
             value="https://fhir.slade360.co.ke/fhir/StructureDefinition/sghi-medicationrequest"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest ExampleSGHIMedicationRequest</b></p><a name="ExampleSGHIMedicationRequest"> </a><a name="hcExampleSGHIMedicationRequest"> </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-sghi-medicationrequest.html">SGHI MedicationRequest</a></p></div><p><b>identifier</b>: Prescription Number/RX123456789 (use: official, )</p><p><b>status</b>: Active</p><p><b>intent</b>: Plan</p><p><b>category</b>: <span title="Codes:">Inpatient</span></p><p><b>priority</b>: Routine</p><h3>Medications</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Concept</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:">Hibiscus 500mg Capsule</span></td></tr></table><p><b>subject</b>: <a href="Patient-ExampleSGHIPatient.html">James Pond(official) Male, DoB: 1990-07-15 ( Medical Record Number: 12345)</a></p><p><b>encounter</b>: <a href="Encounter-ExampleSGHIEncounter.html">Encounter: identifier = Visit Number: VN123456789 (use: official, ); status = in-progress; class = Ambulatory</a></p><p><b>authoredOn</b>: 2025-01-22</p><p><b>requester</b>: <a href="Organization-ExampleSGHIOrganization.html">Organization SGHI Healthcare Organization</a></p><p><b>recorder</b>: <a href="Practitioner-ExampleSGHIPractitioner.html">Dr. John Doe</a></p><h3>Reasons</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Reference</b></td></tr><tr><td style="display: none">*</td><td><a href="Condition-ExampleSGHICondition.html">Condition Hypertension</a></td></tr></table><p><b>effectiveDosePeriod</b>: 2025-01-22 --&gt; 2025-02-01</p><blockquote><p><b>dosageInstruction</b></p><p><b>sequence</b>: 1</p><p><b>text</b>: Take 500 mg by mouth twice daily for 10 days after meals</p><p><b>additionalInstruction</b>: <span title="Codes:{http://example.org/fhir/CodeSystem/AdditionalInstructions withFood}">Take with food</span></p><p><b>patientInstruction</b>: Drink plenty of water with each dose</p><p><b>timing</b>: 2 per 1 day</p><p><b>asNeeded</b>: false</p><p><b>site</b>: <span title="Codes:{http://snomed.info/sct N}">Oral cavity structure</span></p><p><b>route</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration PO}">Oral</span></p><p><b>method</b>: <span title="Codes:{http://example.org/fhir/CodeSystem/MedicationAdministrationMethod SWALLOW}">Swallow whole</span></p><h3>DoseAndRates</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Type</b></td><td><b>Dose[x]</b></td><td><b>Rate[x]</b></td></tr><tr><td style="display: none">*</td><td><span title="Codes:{http://terminology.hl7.org/CodeSystem/dose-rate-type calculated}">Calculated dose</span></td><td>500 mg<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemg = 'mg')</span></td><td>100 mL<span style="background: LightGoldenRodYellow"> (Details: UCUM  codemL = 'mL')</span>/1 hr<span style="background: LightGoldenRodYellow"> (Details: UCUM  codeh = 'h')</span></td></tr></table></blockquote></div>
  </text>
  <identifier>
    <use value="official"/>
    <type>
      <coding>
        <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
        <code value="RX"/>
        <display value="Prescription Number"/>
      </coding>
    </type>
    <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
    <value value="RX123456789"/>
    <assigner>🔗 
      <reference value="Organization/ExampleSGHIOrganization"/>
    </assigner>
  </identifier>
  <status value="active"/>
  <intent value="plan"/>
  <category>
    <coding>
      <code value="inpatient"/>
      <display value="Inpatient"/>
    </coding>
  </category>
  <priority value="routine"/>
  <medication>
    <concept>
      <coding>
        <code value="123456"/>
        <display value="Hibiscus 500mg Capsule"/>
      </coding>
    </concept>
  </medication>
  <subject>🔗 
    <reference value="Patient/ExampleSGHIPatient"/>
  </subject>
  <encounter>🔗 
    <reference value="Encounter/ExampleSGHIEncounter"/>
  </encounter>
  <authoredOn value="2025-01-22"/>
  <requester>🔗 
    <reference value="Organization/ExampleSGHIOrganization"/>
  </requester>
  <recorder>🔗 
    <reference value="Practitioner/ExampleSGHIPractitioner"/>
    <display value="Dr. John Doe"/>
  </recorder>
  <reason>
    <reference>🔗 
      <reference value="Condition/ExampleSGHICondition"/>
    </reference>
  </reason>
  <effectiveDosePeriod>
    <start value="2025-01-22"/>
    <end value="2025-02-01"/>
  </effectiveDosePeriod>
  <dosageInstruction>
    <sequence value="1"/>
    <text value="Take 500 mg by mouth twice daily for 10 days after meals"/>
    <additionalInstruction>
      <coding>
        <system
                value="http://example.org/fhir/CodeSystem/AdditionalInstructions"/>
        <code value="withFood"/>
        <display value="Take with food"/>
      </coding>
    </additionalInstruction>
    <patientInstruction value="Drink plenty of water with each dose"/>
    <timing>
      <repeat>
        <boundsPeriod>
          <start value="2025-01-22"/>
          <end value="2025-02-01"/>
        </boundsPeriod>
        <frequency value="2"/>
        <period value="1"/>
        <periodUnit value="d"/>
      </repeat>
    </timing>
    <asNeeded value="false"/>
    <site>
      <coding>
        <system value="http://snomed.info/sct"/>
        <code value="N"/>
        <display value="Oral cavity structure"/>
      </coding>
    </site>
    <route>
      <coding>
        <system
                value="http://terminology.hl7.org/CodeSystem/v3-RouteOfAdministration"/>
        <code value="PO"/>
        <display value="Oral"/>
      </coding>
    </route>
    <method>
      <coding>
        <system
                value="http://example.org/fhir/CodeSystem/MedicationAdministrationMethod"/>
        <code value="SWALLOW"/>
        <display value="Swallow whole"/>
      </coding>
    </method>
    <doseAndRate>
      <type>
        <coding>
          <system
                  value="http://terminology.hl7.org/CodeSystem/dose-rate-type"/>
          <code value="calculated"/>
          <display value="Calculated dose"/>
        </coding>
      </type>
      <doseQuantity>
        <value value="500"/>
        <unit value="mg"/>
        <system value="http://unitsofmeasure.org"/>
        <code value="mg"/>
      </doseQuantity>
      <rateRatio>
        <numerator>
          <value value="100"/>
          <unit value="mL"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="mL"/>
        </numerator>
        <denominator>
          <value value="1"/>
          <unit value="hr"/>
          <system value="http://unitsofmeasure.org"/>
          <code value="h"/>
        </denominator>
      </rateRatio>
    </doseAndRate>
  </dosageInstruction>
</MedicationRequest>