We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The following queries will produce a Bundle of ResearchStudy and all its subjects:
However, only dbGap will return a populated enrollment field
enrollment
"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 }```
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The following queries will produce a Bundle of ResearchStudy and all its subjects:
However, only dbGap will return a populated
enrollment
fieldWhich in turn points to enrollment description
The text was updated successfully, but these errors were encountered: