Drug Orders

Enables pharmacy subscribing for fulfillment requests, Which Sehhati sends with anonymous patient drug/device orders, upon receiving the request pharmacy need to respond timely confirming inventory and delivery options.

subscribe to order notifications

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

confirm drugs availability

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

Request Body

Name
Type
Description

content

String

Bundle containing drug availability confirmation

{
    // Response
}

receive allocation

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

process to receive allocated order

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

send Order Dispense Summary

POST https://dev-api.sehhati.ae/uae-fhir/r4/$process-message

send dispense summary after medication handed to the patient

Request Body

Name
Type
Description

content

String

Bundle containing drug

{
    // Response
}

Last updated