NIH-NCPI / ncpi-fhir-ig

🔥 NCPI FHIR Implementation Guide
https://nih-ncpi.github.io/ncpi-fhir-ig/
Creative Commons Zero v1.0 Universal
5 stars 2 forks source link

Patient/XXXX/$everything Inconsistencies b/t dbGap, KidsFirst and AnVIL #42

Open bwalsh opened 2 years ago

bwalsh commented 2 years ago

Attempting on dbGAP https://dbgap-api.ncbi.nlm.nih.gov/fhir/x1/Patient/3635479/$everything

{
  "resourceType": "OperationOutcome",
  "text": {
    "status": "generated",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><h1>Operation Outcome</h1><table border=\"0\"><tr><td style=\"font-weight: bold;\">ERROR</td><td>[]</td><td><pre>Access denied by rule: Deny modifications</pre></td>\n\t\t\t</tr>\n\t\t</table>\n\t</div>"
  },
  "issue": [ {
    "severity": "error",
    "code": "processing",
    "diagnostics": "Access denied by rule: Deny modifications"
  } ]
}

AnVIL and KF both produce expected results