cds-hooks / sandbox

CDS Hooks Sandbox
http://sandbox.cds-hooks.org
Apache License 2.0
34 stars 32 forks source link

Add support for R4 resources #75

Closed dennispatterson closed 5 years ago

dennispatterson commented 5 years ago

The current sandbox supports dstu2 and stu3, but should be uplifted to also interact with R4 FHIR servers and be able to send R4 resources as hook context.

Also TODO: update default FHIR server to be the HSPC r4 server.

jmandel commented 5 years ago

Current sandbox is kind of trivially multi-version support, where each hook has logic based on the FHIR server's version

Basically it mirrors logic like the following from https://cds-hooks.org/hooks/order-select/ image

dennispatterson commented 5 years ago

This also may bumping the default FHIR server to HSPC's R4 endpoint. If we do this, it may also involve ensuring the default CDS Services also support R4

jmandel commented 5 years ago

@brynrhodes just assigned you based on our call this morning :)