HL7 FHIR Da Vinci PDex Plan Net IG
Learn how to enable PDex Plan Net IG
Last updated
Was this helpful?
Learn how to enable PDex Plan Net IG
Last updated
Was this helpful?
In this tutorial, we'll explain how to configure Aidbox for the (PDex IG) and pass Touchstone tests.
To comply with the implementation guide you need to load PlanNet profiles and create SearchParameters. Aidbox for the loaded profiles on the fly.
To get TouchStone compliant Aidbox you can use configuration from .
Clone the repository:
Copy the .env.tpl
file as .env
file and add your base url, Aidbox license key and id to it.
Set up:
Now the Aidbox with the implementation guide loaded is started. Internally it loads PlanNet profiles and search parameters, then loads sample data.
Alternatively you can .
To load profiles you need to add these variables to your Aidbox environment
To load search parameters and sample data you can use script from the Aidbox samples repo. Change these lines in your .env file
Then run