You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CRD, there's an extension (https://build.fhir.org/ig/HL7/davinci-crd/deviations.html#hook-configuration-extension) that allows arbitrary children. (What's allowed is actually determined by a different extension returned in a different call.) I need a way to declare a type to essentially be "JSONObject" and have that work, or something similar.
The text was updated successfully, but these errors were encountered:
No. That one has specific named children. There's a companion extension that appears on the hook rather than the service look-up. The service look-up extension has specific named properties. The one on the hook invocation itself is open-ended. It can contain any property you like - specifically anything that the payer listed as a candidate in the values they listed in the configuration hook. So I need a different capability - one where I can say "this can contain anything" rather than listing specific content.
I also need a way for the 'root' of a CDS hook extension to just be a simple type - no children.
In CRD, there's an extension (https://build.fhir.org/ig/HL7/davinci-crd/deviations.html#hook-configuration-extension) that allows arbitrary children. (What's allowed is actually determined by a different extension returned in a different call.) I need a way to declare a type to essentially be "JSONObject" and have that work, or something similar.
The text was updated successfully, but these errors were encountered: