0.0.1 - 0.0.1

EAHPInteroperabilityIG - Local Development build (v0.0.1) built by the FHIR (HL7® FHIR® Standard) Build Tools. See the Directory of published versions

: SupplyDelivery 5756 JSON example - XML Representation

Raw xml | Download


<SupplyDelivery xmlns="http://hl7.org/fhir">
  <id value="5756"/>
  <meta>
    <versionId value="1"/>
    <lastUpdated value="2026-03-19T15:04:52.971+00:00"/>
    <profile
             value="https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyDeliveryEAHPInteroperability"/>
  </meta>
  <text>
    <status value="generated"/>
    <div xmlns="http://www.w3.org/1999/xhtml"><p class="res-header-id"><b>Generated Narrative: SupplyDelivery 5756</b></p><a name="5756"> </a><a name="hc5756"> </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">version: 1; Last updated: 2026-03-19 15:04:52+0000</p><p style="margin-bottom: 0px">Profile: <a href="StructureDefinition-SupplyDeliveryEAHPInteroperability.html">SupplyDelivery EAHP Interoperability</a></p></div><p><b>basedOn</b>: <a href="SupplyRequest/5755">SupplyRequest/5755</a></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>10</td><td><a href="#hc5756/inv1">InventoryItem: status = active; baseUnit = Indivisible Logistical Unit; netContent = 10 Indivisible Logistical Unit</a></td></tr></table><p><b>supplier</b>: <a href="Organization/BD-Rowa">Rowa</a></p><p><b>destination</b>: <a href="Location/KiroFill001">Kiro Fill</a></p><hr/><blockquote><p class="res-header-id"><b>Generated Narrative: InventoryItem #inv1</b></p><a name="5756/inv1"> </a><a name="hc5756/inv1"> </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-InventoryItemEAHPInteroperability.html">InventoryItem EAHP Interoperability</a></p></div><p><b>status</b>: Active</p><p><b>baseUnit</b>: <span title="Codes:{https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-logistics-unit-cs indivisible-logistical-unit}">Indivisible Logistical Unit</span></p><p><b>netContent</b>: 10 Indivisible Logistical Unit<span style="background: LightGoldenRodYellow"> (Details: eahp-logistics-unit-cs  codeindivisible-logistical-unit = 'indivisible-logistical-unit')</span></p><blockquote><p><b>instance</b></p><p><b>identifier</b>: Serial Number/SN5514, Product Barcode/?ngen-9?</p><p><b>lotNumber</b>: LotYYY</p><p><b>expiry</b>: 2029-12-01</p></blockquote><p><b>productReference</b>: <a href="Medication/NoradrenalineVial">Noradrenaline 4mg in 50 mL Vial</a></p></blockquote></div>
  </text>
  <contained>
    <InventoryItem>
      <id value="inv1"/>
      <meta>
        <profile
                 value="https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/InventoryItemEAHPInteroperability"/>
      </meta>
      <status value="active"/>
      <baseUnit>
        <coding>
          <system
                  value="https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-logistics-unit-cs"/>
          <code value="indivisible-logistical-unit"/>
        </coding>
      </baseUnit>
      <netContent>
        <value value="10"/>
        <unit value="Indivisible Logistical Unit"/>
        <system value="http://example.org/CodeSystem/eahp-logistics-unit-cs"/>
        <code value="indivisible-logistical-unit"/>
      </netContent>
      <instance>
        <identifier>
          <type>
            <coding>
              <system value="http://terminology.hl7.org/CodeSystem/v2-0203"/>
              <code value="SNO"/>
            </coding>
          </type>
          <value value="SN5514"/>
        </identifier>
        <identifier>
          <type>
            <coding>
              <system
                      value="https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-identifier-type-cs"/>
              <code value="PRODUCT_BARCODE"/>
            </coding>
          </type>
        </identifier>
        <lotNumber value="LotYYY"/>
        <expiry value="2029-12-01"/>
      </instance>
      <productReference>
        <reference value="Medication/NoradrenalineVial"/>
        <display value="Noradrenaline 4mg in 50 mL Vial"/>
      </productReference>
    </InventoryItem>
  </contained>
  <basedOn>
    <reference value="SupplyRequest/5755"/>
  </basedOn>
  <status value="completed"/>
  <suppliedItem>
    <quantity>
      <value value="10"/>
    </quantity>
    <itemReference>
      <reference value="#inv1"/>
    </itemReference>
  </suppliedItem>
  <supplier>
    <reference value="Organization/BD-Rowa"/>
    <display value="Rowa"/>
  </supplier>
  <destination>
    <reference value="Location/KiroFill001"/>
    <display value="Kiro Fill"/>
  </destination>
</SupplyDelivery>