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

: Example Supply Request for Ibuprofen Tablet 500mg - JSON Representation

Raw json | Download

{
  "resourceType" : "SupplyRequest",
  "id" : "SupplyRequest-IbuprofenTablet-Example",
  "meta" : {
    "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 SupplyRequest-IbuprofenTablet-Example</b></p><a name=\"SupplyRequest-IbuprofenTablet-Example\"> </a><a name=\"hcSupplyRequest-IbuprofenTablet-Example\"> </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-SupplyRequestEAHPInteroperability.html\">SupplyRequest EAHP Interoperability</a></p></div><p><b>identifier</b>: Request ID/REQ-12345</p><p><b>status</b>: Completed</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-M00345.html\">Medication </a></td></tr></table><p><b>quantity</b>: 2 Indivisible Logistical Unit<span style=\"background: LightGoldenRodYellow\"> (Details: eahp-logistics-unit-cs  codeindivisible-logistical-unit = 'indivisible-logistical-unit')</span></p><p><b>authoredOn</b>: 2025-11-30 10:30:00+0000</p><p><b>requester</b>: <a href=\"Device/loc-adc-cardio-01\">Cardiology Ward ADC</a></p><p><b>deliverFrom</b>: <a href=\"Location-loc-robot-main.html\">Hospital Pharmacy</a></p><p><b>deliverTo</b>: <a href=\"Location-loc-adc-cardio-01.html\">Cardiology Ward ADC</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://hospital-system.org/requests",
      "value" : "REQ-12345"
    }
  ],
  "status" : "completed",
  "item" : {
    "reference" : {
      🔗 "reference" : "Medication/M00345"
    }
  },
  "quantity" : {
    "value" : 2,
    "unit" : "Indivisible Logistical Unit",
    "system" : "http://example.org/CodeSystem/eahp-logistics-unit-cs",
    "code" : "indivisible-logistical-unit"
  },
  "authoredOn" : "2025-11-30T10:30:00Z",
  "requester" : {
    "reference" : "Device/loc-adc-cardio-01",
    "display" : "Cardiology Ward ADC"
  },
  "deliverFrom" : {
    🔗 "reference" : "Location/loc-robot-main",
    "display" : "Hospital Pharmacy"
  },
  "deliverTo" : {
    🔗 "reference" : "Location/loc-adc-cardio-01",
    "display" : "Cardiology Ward ADC"
  }
}