DHIN 2025Connectathon FHIR IG
0.1.0 - draft

DHIN 2025Connectathon FHIR IG, published by DHIN. 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/Nigeria-FHIR-Community/2025Connectathon/ and changes regularly. See the Directory of published versions

: Example Ng MedicationRequest (Amoxicillin) - XML Representation

Raw xml | Download


<MedicationRequest xmlns="http://hl7.org/fhir">
  <id value="NgMedicationRequest-001"/>
  <meta>
    <profile
             value="https://sandbox.dhin-hie.org/ig/StructureDefinition/ng-medication-request"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: MedicationRequest NgMedicationRequest-001</b></p><a name="NgMedicationRequest-001"> </a><a name="hcNgMedicationRequest-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="StructureDefinition-ng-medication-request.html">NG MedicationRequest</a></p></div><p><b>identifier</b>: <code>https://www.dhin-hie.org/ig/prescription-id</code>/RX-2025-0001</p><p><b>status</b>: Active</p><p><b>intent</b>: Order</p><p><b>category</b>: <span title="Codes:{http://terminology.hl7.org/CodeSystem/medicationrequest-category outpatient}">Outpatient</span></p><p><b>reported</b>: false</p><p><b>medication</b>: <code>NgMedication/NgMedication-001</code></p><p><b>subject</b>: <code>NgPatient/NgPatient-002</code></p><p><b>supportingInformation</b>: <code>NgObservation/NgObservation-001</code></p><p><b>requester</b>: <code>NgPractitioner/NgPractitioner-002</code></p><p><b>reasonCode</b>: <span title="Codes:">Acute bacterial sinusitis</span></p><p><b>groupIdentifier</b>: <code>https://www.dhin-hie.org/ig/prescription-group</code>/GRP-2025-1001</p><p><b>courseOfTherapyType</b>: <span title="Codes:">Acute (10 days)</span></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>Take 1 capsule orally every 8 hours for 10 days.</td></tr></table><blockquote><p><b>dispenseRequest</b></p><p><b>quantity</b>: 30 1<span style="background: LightGoldenRodYellow"> (Details: UCUM  code1 = '1')</span></p><h3>ExpectedSupplyDurations</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Value</b></td><td><b>Unit</b></td><td><b>System</b></td><td><b>Code</b></td></tr><tr><td style="display: none">*</td><td>10</td><td>days</td><td><a href="http://terminology.hl7.org/6.5.0/CodeSystem-v3-ucum.html">http://unitsofmeasure.org</a></td><td>d</td></tr></table></blockquote></div>
  </text>
  <identifier>
    <system value="https://www.dhin-hie.org/ig/prescription-id"/>
    <value value="RX-2025-0001"/>
  </identifier>
  <status value="active"/>
  <intent value="order"/>
  <category>
    <coding>
      <system
              value="http://terminology.hl7.org/CodeSystem/medicationrequest-category"/>
      <code value="outpatient"/>
    </coding>
  </category>
  <reportedBoolean value="false"/>
  <medicationReference>
    <reference value="NgMedication/NgMedication-001"/>
  </medicationReference>
  <subject>
    <reference value="NgPatient/NgPatient-002"/>
  </subject>
  <supportingInformation>
    <reference value="NgObservation/NgObservation-001"/>
  </supportingInformation>
  <requester>
    <reference value="NgPractitioner/NgPractitioner-002"/>
  </requester>
  <reasonCode>
    <text value="Acute bacterial sinusitis"/>
  </reasonCode>
  <groupIdentifier>
    <system value="https://www.dhin-hie.org/ig/prescription-group"/>
    <value value="GRP-2025-1001"/>
  </groupIdentifier>
  <courseOfTherapyType>
    <text value="Acute (10 days)"/>
  </courseOfTherapyType>
  <dosageInstruction>
    <text value="Take 1 capsule orally every 8 hours for 10 days."/>
  </dosageInstruction>
  <dispenseRequest>
    <quantity>
      <value value="30"/>
      <unit value="1"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="1"/>
    </quantity>
    <expectedSupplyDuration>
      <value value="10"/>
      <unit value="days"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="d"/>
    </expectedSupplyDuration>
  </dispenseRequest>
</MedicationRequest>