Get Person by ID
GET {{baseUrl}}/api/v2/Person/:person-id
Overview:
Fetches the Person resource identified by the provided internal id value.
This is only supported in ATHENA.
Use Cases:
Retrieve Specific Person: Obtain details of a particular person
Access Person Information: Retrieve general person details
Query Contact Details: Obtain details of specific contact information
Review Health Records: Access details of specific health records
Examine Lifestyle Information: Retrieve information on specific lifestyle details
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-source-id | string | (Required) Source ID | |
Authorization | string |
RESPONSES
status: OK
[{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"Patient","id":"\u003cstring\u003e","name":[{"use":"usual","given":["\u003cstring\u003e","\u003cstring\u003e"],"family":"\u003cstring\u003e"},{"use":"usual","given":["\u003cstring\u003e","\u003cstring\u003e"],"family":"\u003cstring\u003e"}],"gender":"other","birthDate":"\u003cdate\u003e","address":[{"city":"\u003cstring\u003e","state":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"]},{"city":"\u003cstring\u003e","state":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"]}],"telecom":[{"system":"sms","value":"\u003cstring\u003e","use":"work"},{"system":"fax","value":"\u003cstring\u003e","use":"home"}],"communication":[{"language":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"}]}},{"language":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"}]}}],"extension":[{"url":"\u003cstring\u003e","valueCode":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueBoolean":"\u003cboolean\u003e"},{"url":"\u003cstring\u003e","valueCode":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueBoolean":"\u003cboolean\u003e"}]}},{"context":{"requestId":"\u003cstring\u003e","source":"\u003cstring\u003e","quorum":"\u003cboolean\u003e","notify":"\u003cboolean\u003e"},"data":{"resourceType":"Patient","id":"\u003cstring\u003e","name":[{"use":"maiden","given":["\u003cstring\u003e","\u003cstring\u003e"],"family":"\u003cstring\u003e"},{"use":"temp","given":["\u003cstring\u003e","\u003cstring\u003e"],"family":"\u003cstring\u003e"}],"gender":"male","birthDate":"\u003cdate\u003e","address":[{"city":"\u003cstring\u003e","state":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"]},{"city":"\u003cstring\u003e","state":"\u003cstring\u003e","postalCode":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"]}],"telecom":[{"system":"fax","value":"\u003cstring\u003e","use":"home"},{"system":"other","value":"\u003cstring\u003e","use":"work"}],"communication":[{"language":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"}]}},{"language":{"coding":[{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"},{"system":"\u003cstring\u003e","code":"\u003cstring\u003e"}]}}],"extension":[{"url":"\u003cstring\u003e","valueCode":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueBoolean":"\u003cboolean\u003e"},{"url":"\u003cstring\u003e","valueCode":"\u003cstring\u003e","valueString":"\u003cstring\u003e","valueBoolean":"\u003cboolean\u003e"}]}}]