Stream: cql
Topic: CDS Card appContext
Rich Boyce (Apr 22 2021 at 13:46):
We have been able to modify our PlanDefinition so that the cards returned by a service are of type "smart" and allow for the launch of our SMART on FHIR application, however, we are getting stuck on being able to created an appContext for the returned card. Where in the PlanDefinition would we be able to specify this attribute and how can we make this dynamic? The current portion of the PlanDefinition we have working for the smart component is here:
"relatedArtifact": [
{
"type": "documentation",
"display": "Shared Decision Making App",
"url": "...app....url..../launch",
"extension": [
{
"url": "type",
"valueString": "smart"
}
]
}
]
Bryn Rhodes (Apr 22 2021 at 18:47):
There would need to be some changes in the Ruler's service implementation to handle this, but it's a great use case, perhaps one to try out at the connectathon?
Last updated: Apr 12 2022 at 19:14 UTC