Get Condition by ID
GET {{baseUrl}}/api/v2/Condition/:condition-id?patient=<integer>&category=problem-list-item&practiceId=<integer>&departmentId=<integer>&third-party-user-name=<string>&patient-facing-call=<boolean>&include=<string>
Overview:
Fetches specific health condition details by ID, allowing targeted access to individual patient condition data for personalized analysis and retrieval within healthcare systems.
Use Cases:
Assess Condition Status: Retrieve condition details
Share Condition History: Get details for specialist referral
Check Intervention Effects: Obtain condition to evaluate response
Coordinate Across Providers: Access integrated condition details
Support Risk Assessments: Get details for risk analysis
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
patient | string | (Required) The patient identifier associated with the condition. | |
category | string | (Required) The category of the condition | |
practiceId | string | (Required) The practice identifier | |
departmentId | string | (Required) The department identifier | |
third-party-user-name | string | The third party user name | |
patient-facing-call | string | The patient facing call | |
include | string | Fields to include in the response |
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","notify":"\u003cboolean\u003e"},"data":{"id":"\u003cstring\u003e","resourceType":"Condition","subject":{"reference":"\u003cstring\u003e"},"category":[{"coding":[{"code":"\u003cstring\u003e"},{"code":"\u003cstring\u003e"}]},{"coding":[{"code":"\u003cstring\u003e"},{"code":"\u003cstring\u003e"}]}],"encounter":{"reference":"\u003cstring\u003e"},"code":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e","display":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e","display":"\u003cstring\u003e"}]},"note":[{"text":"\u003cstring\u003e"},{"text":"\u003cstring\u003e"}]}},{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"id":"\u003cstring\u003e","resourceType":"Condition","subject":{"reference":"\u003cstring\u003e"},"category":[{"coding":[{"code":"\u003cstring\u003e"},{"code":"\u003cstring\u003e"}]},{"coding":[{"code":"\u003cstring\u003e"},{"code":"\u003cstring\u003e"}]}],"encounter":{"reference":"\u003cstring\u003e"},"code":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e","display":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e","display":"\u003cstring\u003e"}]},"note":[{"text":"\u003cstring\u003e"},{"text":"\u003cstring\u003e"}]}}]