<?xml version="1.0" encoding="UTF-8"?>

<SupplyDelivery xmlns="http://hl7.org/fhir">
  <id value="example-itn-delivery"/>
  <meta>
    <profile value="https://fhir.icr.unicef.org/StructureDefinition/ICRSupplyDelivery"/>
  </meta>
  <text>
    <status value="extensions"/><div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: SupplyDelivery example-itn-delivery</b></p><a name="example-itn-delivery"> </a><a name="hcexample-itn-delivery"> </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-ICRSupplyDelivery.html">ICR Supply Delivery</a></p></div><p><b>Record Origin</b>: campaign</p><p><b>status</b>: Delivered</p><h3>SuppliedItems</h3><table class="grid"><tr><td style="display: none">-</td><td><b>Quantity</b></td><td><b>Item[x]</b></td></tr><tr><td style="display: none">*</td><td>3 nets<span style="background: LightGoldenRodYellow"> (Details: UCUM  code{Net} = '{Net}')</span></td><td><span title="Codes:">Long-lasting insecticidal net (LLIN)</span></td></tr></table><p><b>destination</b>: <a href="Location-example-dwelling.html">Location Dwelling — Rokupr block 4, house 12</a></p></div>
  </text>
  <extension url="https://fhir.icr.unicef.org/StructureDefinition/record-origin">
    <valueCode value="campaign"/>
  </extension>
  <status value="completed"/>
  <suppliedItem>
    <quantity>
      <value value="3"/>
      <unit value="nets"/>
      <system value="http://unitsofmeasure.org"/>
      <code value="{Net}"/>
    </quantity>
    <itemCodeableConcept>
      <text value="Long-lasting insecticidal net (LLIN)"/>
    </itemCodeableConcept>
  </suppliedItem>
  <destination>
    <reference value="Location/example-dwelling"/>
  </destination>
</SupplyDelivery>