Patient History - Start job to get all patient information
POST {{api_hostname}}/patient-history/jobs
Request Params
Key | Datatype | Required | Description |
---|
start | string | | Earliest possible date from which records will be returned |
end | string | | Latest possible date from which records will be returned |
Request Body
{"data"=>{"type"=>"patient-history/jobs", "attributes"=>{"requestConsent"=>true, "practitioner"=>{"npi"=>"1013085661", "name"=>"Testfirstname Testlastname", "role"=>"309343006"}}, "relationships"=>{"patient"=>{"data"=>{"type"=>"fhir/Patient", "id"=>"{{ZusPID}}"}}}}}
Key | Datatype | Required | Description |
---|
organization-name | null | | only required for MSO setup |
organization-id | null | | only required for MSO setup |