Patient Golden Record
POST {{baseUrl}}/get_patient_golden_record/execute
This function will provide the golden state of a patient demographic information given patient id or MRN. Golden state will provide the latest possible value for each of these fields based on the information received till end_date (current time if not provided).
Request Body
{"patient_mrn"=>"<string>", "patient_id"=>"<string>", "start_date"=>"<string>", "end_date"=>"<string>", "identifiers"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Authorization | string |
RESPONSES
status: Created
{"lineage":"\u003cstring\u003e","batch_id":"\u003cstring\u003e","language":"\u003cstring\u003e","patient_account_number":"\u003cstring\u003e","patient_address":[{"city":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"],"postalCode":"\u003cstring\u003e","state":"\u003cstring\u003e","district":"\u003cstring\u003e"},{"city":"\u003cstring\u003e","country":"\u003cstring\u003e","line":["\u003cstring\u003e","\u003cstring\u003e"],"postalCode":"\u003cstring\u003e","state":"\u003cstring\u003e","district":"\u003cstring\u003e"}],"vip_indicator":"\u003cstring\u003e","patient_family_name":"\u003cstring\u003e","death_datetime":"\u003cstring\u003e","xc_visit_id":"\u003cstring\u003e","patient_given_name":"\u003cstring\u003e","death_indicator":"\u003cstring\u003e","ethnic_group":"\u003cstring\u003e","alternate_visit_id":"\u003cstring\u003e","home_phone":"\u003cstring\u003e","race":"\u003cstring\u003e","sex":"\u003cstring\u003e","birth_place":"\u003cstring\u003e","patient_second_name":"\u003cstring\u003e","visit_number":"\u003cstring\u003e","office_phone":"\u003cstring\u003e","marital_status":"\u003cstring\u003e","patient_id":"\u003cstring\u003e","bundle_id":"\u003cstring\u003e","last_modified_datetime":"\u003cstring\u003e","birth_datetime":"\u003cstring\u003e","identifiers":[{"id_type_code":"\u003cstring\u003e","id_value":"\u003cstring\u003e"},{"id_type_code":"\u003cstring\u003e","id_value":"\u003cstring\u003e"}]}