Get a list of Basic
GET {{baseUrl}}/api/v2/Basic?category=patient-chart-list&patient=<string>&departmentId=<integer>
Overview:
Retrieves foundational information, allowing healthcare developers to access essential data necessary for system functionalities within clinical workflows.
This is only supported in ATHENA.
Use Cases:
Patient Data Integration: Retrieve identity details to seed downstream workflows.
Interoperability Services: Get demographics to match external patient records.
Member Eligibility Checks: Download available fields verifying payer plan details.
Clinical Trial Screening: Access inclusion criteria fields on recruitment.
Care Management Assignment: Download details to allocate individuals by risk criteria.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
category | string | (Required) The category of the basic resource. | |
patient | string | (Required) The patient identifier associated with the basic resource. | |
departmentId | string | The department identifier |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) The source id provided for connecting to the data source | |
Authorization | string |
RESPONSES
status: OK
[{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e"},"data":{"resourceType":"Bundle","type":"transaction","total":"\u003cinteger\u003e","entry":[{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cinteger\u003e","subject":{"reference":"\u003cstring\u003e"},"code":{"text":"\u003cstring\u003e"},"extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}},{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cinteger\u003e","subject":{"reference":"\u003cstring\u003e"},"code":{"text":"\u003cstring\u003e"},"extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}}]}},{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e"},"data":{"resourceType":"Bundle","type":"message","total":"\u003cinteger\u003e","entry":[{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cinteger\u003e","subject":{"reference":"\u003cstring\u003e"},"code":{"text":"\u003cstring\u003e"},"extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}},{"resource":{"resourceType":"\u003cstring\u003e","id":"\u003cinteger\u003e","subject":{"reference":"\u003cstring\u003e"},"code":{"text":"\u003cstring\u003e"},"extension":[{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"},{"url":"\u003cstring\u003e","valueString":"\u003cstring\u003e"}]}}]}}]