dotimplement / HealthChain

Simplify prototyping and testing LLM applications in healthcare context 💫 🏥
https://dotimplement.github.io/HealthChain/
Apache License 2.0
10 stars 1 forks source link

Complete order-sign and order-select CDS hook model and data generator implementations #31

Open jenniferjiangkells opened 3 months ago

jenniferjiangkells commented 3 months ago

order-sign and order-select require additional required fields of draftOrders and selections which have not been implemented yet.

draftOrders: A Bundle of FHIR request resources with a draft status, representing orders that aren't yet signed from the current ordering session.

selections: The FHIR id of the newly selected order(s). The selections field references FHIR resources in the draftOrders Bundle. For example, MedicationRequest/103.

Steps required to complete this task: