Start job to get all patient information
POST {{thunderbolt_url}}/patient-history/jobs
Request Body
{"data"=>{"type"=>"patient-history/jobs", "attributes"=>{"requestConsent"=>true, "practitioner"=>{"npi"=>"<practitioner-npi>", "name"=>"<practitioner-name>", "role"=>"<practitioner-role>"}, "priority"=>true, "zapTypeOverride"=>"", "targetDate"=>""}, "relationships"=>{"patient"=>{"data"=>{"type"=>"fhir/Patient", "id"=>"<fhir-patient-id>"}}, "practitioner"=>{"data"=>{"type"=>"fhir/Practitioner", "id"=>"<practitioner-id>"}}}}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
`` | null | ||
organization-name | null | only required for MSO setup | |
organization-id | null | only required for MSO setup |