We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f212e8f + 5b23ea5 commit 9289c55Copy full SHA for 9289c55
src/lib/SHX.js
@@ -167,7 +167,7 @@ async function _verifySHX(shx, passcode) {
167
for (const i in resolved.rawBundles) {
168
addRawBundle(statusObj, resolved.rawBundles[i]);
169
}
170
- // Check if the 'section' field is missing or empty in each FHIR bundle
+ // Check if no entry in each FHIR bundle
171
statusObj.bundles.forEach(bundle => {
172
if (!bundle.fhir || !bundle.fhir.entry) {
173
throw new DataMissingError("The provided Smart Health Link does not contain any data.");
0 commit comments