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
The bundle sent by the DSF for the Smile CDR is not implemented correctly. The following errors were found:
The bundle must either be built with only references or only canonicals. Mixing the two is not allowed. It is recommended to use canonicals, as this is the standard in FHIR R4.
The " name " property of the Library resource must match the name encoded in the " data " property as CQL.
The "version" property of the Library must match the version encoded in the "data" property as CQL.
The Measure resource must reference the Library by canonical.
So, if we have the following line in the CQL:
libraryRetrieve version '1.0.0'
usingFHIRversion '4.0.0'
include FHIRHelpersversion '4.0.0'
the properties of the Library resource must also match the values encoded in the CQL.
In the example above, the CQL contains the following line:
It should also be noted that we do not need to worry about the IDs of the resources here. We also don't need urn:uuid:... because the connection is made via the canonical "url" and "version".
Here is an example bundle that fulfills these requirements and works:
The bundle sent by the DSF for the Smile CDR is not implemented correctly. The following errors were found:
So, if we have the following line in the CQL:
the properties of the Library resource must also match the values encoded in the CQL.
In the example above, the CQL contains the following line:
The Measure resource must then bind the Library by Canonical:
It should also be noted that we do not need to worry about the IDs of the resources here. We also don't need urn:uuid:... because the connection is made via the canonical "url" and "version".
Here is an example bundle that fulfills these requirements and works:
https://mii.zulipchat.com/user_uploads/22281/4N15wx3qhHmzcexpUAiEpKfe/mii-cql-bundle_patient_gender_female-mit-Cannonical.json
Thanks in advance!
The text was updated successfully, but these errors were encountered: