Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ResearchStudy.enrollment Inconsistencies b/t dbGap, KidsFirst and AnVIL #41

Open
bwalsh opened this issue Nov 5, 2021 · 0 comments
Open

Comments

@bwalsh
Copy link
Contributor

bwalsh commented Nov 5, 2021

The following queries will produce a Bundle of ResearchStudy and all its subjects:

However, only dbGap will return a populated enrollment field

  "enrollment": [ {
        "reference": "Group/phs002409.v1.p1-all-subjects"
      } ]

Which in turn points to enrollment description

{
  "resourceType": "Group",
  "id": "phs002409.v1.p1-all-subjects",
  "meta": {
    "versionId": "1",
    "lastUpdated": "2021-11-04T03:02:17.853-04:00",
    "source": "#RE1Du0b0kHjND2mT"
  },
  "text": {
    "status": "additional",
    "div": "<div xmlns=\"http://www.w3.org/1999/xhtml\"><p>Simulated data to be used for FHIR testing</p><dl><dt>Actual</dt><dd>True</dd><dt>Active</dt><dd>True</dd><dt>Name</dt><dd>All subjects in phs002409.v1.p1</dd><dt>Total Subjects</dt><dd>813</dd></dl></div>"
  },
  "active": true,
  "type": "person",
  "actual": true,
  "name": "All subjects in phs002409.v1.p1",
  "quantity": 813
}```



Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant