{
  "resourceType" : "SupplyRequest",
  "id" : "5744",
  "meta" : {
    "versionId" : "2",
    "lastUpdated" : "2026-03-19T13:46:32.553+00:00",
    "profile" : ["https://eahp-official.github.io/EAHP_Interoperabillty/StructureDefinition/SupplyRequestEAHPInteroperability"]
  },
  "text" : {
    "status" : "generated",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p class=\"res-header-id\"><b>Generated Narrative: SupplyRequest 5744</b></p><a name=\"5744\"> </a><a name=\"hc5744\"> </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: 2; Last updated: 2026-03-19 13:46:32+0000</p><p style=\"margin-bottom: 0px\">Profile: <a href=\"StructureDefinition-SupplyRequestEAHPInteroperability.html\">SupplyRequest EAHP Interoperability</a></p></div><p><b>identifier</b>: Request ID/5744</p><p><b>status</b>: Completed</p><p><b>priority</b>: Routine</p><h3>Items</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=\"Medication/ParacetamolPack\">Paracetamol 1g Tablets - Pack (blister)</a></td></tr></table><p><b>quantity</b>: 5 Indivisible Logistical Unit<span style=\"background: LightGoldenRodYellow\"> (Details: eahp-logistics-unit-cs  codeindivisible-logistical-unit = 'indivisible-logistical-unit')</span></p><p><b>requester</b>: <a href=\"Practitioner/prac-alphatron\">Alphatron Medical Innovations</a></p><p><b>supplier</b>: <a href=\"Organization/JVM-Do\">JVM-Do</a></p><p><b>deliverTo</b>: <a href=\"Location/Cart001\">Cart001</a></p></div>"
  },
  "identifier" : [{
    "type" : {
      "coding" : [{
        "system" : "https://eahp-official.github.io/EAHP_Interoperabillty/CodeSystem/eahp-supply-request-identifier-type-cs",
        "code" : "RequestId"
      }]
    },
    "system" : "http://example.org/eahp/json-examples/supply-requests",
    "value" : "5744"
  }],
  "status" : "completed",
  "priority" : "routine",
  "item" : {
    "reference" : {
      "reference" : "Medication/ParacetamolPack",
      "display" : "Paracetamol 1g Tablets - Pack (blister)"
    }
  },
  "quantity" : {
    "value" : 5,
    "unit" : "Indivisible Logistical Unit",
    "system" : "http://example.org/CodeSystem/eahp-logistics-unit-cs",
    "code" : "indivisible-logistical-unit"
  },
  "requester" : {
    "reference" : "Practitioner/prac-alphatron",
    "display" : "Alphatron Medical Innovations"
  },
  "supplier" : [{
    "reference" : "Organization/JVM-Do",
    "display" : "JVM-Do"
  }],
  "deliverTo" : {
    "reference" : "Location/Cart001",
    "display" : "Cart001"
  }
}