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
{
"resourceType" : "SupplyDelivery",
"id" : "5730",
"meta" : {
"versionId" : "1",
"lastUpdated" : "2026-03-19T13:00:24.080+00:00",
"profile" : [
🔗 "https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyDeliveryEAHPInteroperability"
]
},
"text" : {
"status" : "generated",
"div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SupplyDelivery 5730</b></p><a name=\"5730\"> </a><a name=\"hc5730\"> </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 13:00:24+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SupplyDeliveryEAHPInteroperability.html\">SupplyDelivery EAHP Interoperability</a></p></div><p><b>identifier</b>: 5729</p><p><b>basedOn</b>: <a href=\"SupplyRequest/5729\">SupplyRequest/5729</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 Indivisible Logistical Unit</td><td><a href=\"#hc5730/inv1\">InventoryItem: status = active; baseUnit = Indivisible Logistical Unit; netContent = 10 Indivisible Logistical Unit</a></td></tr></table><p><b>supplier</b>: <a href=\"Organization/omnicell-medpick\">MedPick</a></p><p><b>destination</b>: <a href=\"Location/omnicell-xt\">XT</a></p><hr/><blockquote><p class=\"res-header-id\"><b>Generated Narrative: InventoryItem #inv1</b></p><a name=\"5730/inv1\"> </a><a name=\"hc5730/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/sn18613958, Product Barcode/3400999999991</p><p><b>lotNumber</b>: batch26524696</p><p><b>expiry</b>: 2026-09-10</p></blockquote><p><b>productReference</b>: <a href=\"Medication/ParacetamolPack\">Paracetamol 1g Tablets - Pack (blister)</a></p></blockquote></div>"
},
"contained" : [
{
"resourceType" : "InventoryItem",
"id" : "inv1",
"meta" : {
"profile" : [
🔗 "https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/InventoryItemEAHPInteroperability"
]
},
"status" : "active",
"baseUnit" : {
"coding" : [
{
"system" : "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-logistics-unit-cs",
"code" : "indivisible-logistical-unit"
}
]
},
"netContent" : {
"value" : 10,
"unit" : "Indivisible Logistical Unit",
"system" : "http://example.org/CodeSystem/eahp-logistics-unit-cs",
"code" : "indivisible-logistical-unit"
},
"instance" : {
"identifier" : [
{
"type" : {
"coding" : [
{
"system" : "http://terminology.hl7.org/CodeSystem/v2-0203",
"code" : "SNO"
}
]
},
"value" : "sn18613958"
},
{
"type" : {
"coding" : [
{
"system" : "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-identifier-type-cs",
"code" : "PRODUCT_BARCODE"
}
]
},
"value" : "3400999999991"
}
],
"lotNumber" : "batch26524696",
"expiry" : "2026-09-10"
},
"productReference" : {
"reference" : "Medication/ParacetamolPack",
"display" : "Paracetamol 1g Tablets - Pack (blister)"
}
}
],
"identifier" : [
{
"value" : "5729"
}
],
"basedOn" : [
{
"reference" : "SupplyRequest/5729"
}
],
"status" : "completed",
"suppliedItem" : [
{
"quantity" : {
"value" : 10,
"unit" : "Indivisible Logistical Unit"
},
"itemReference" : {
"reference" : "#inv1"
}
}
],
"supplier" : {
"reference" : "Organization/omnicell-medpick",
"display" : "MedPick"
},
"destination" : {
"reference" : "Location/omnicell-xt",
"display" : "XT"
}
}