Upgrading from Scheduled Appointment API to Patient Data
patientPanelDirectives.requestMedicationHistory
field can be set to true
to indicate that pharmacy medication
history data should be queried before processing the patient. Setting this to true
will incur several hours delays
in receiving PDFs and should only be used after consultation with your customer success representative.2.16.840.1.113883.6.90
) is preferredpatientProcessingRequests
array is now required and is where most request data is populatedpatient.address
is now an array patient.addresses
medicalSummaryPeriod
is now a property of directives
activeIcd10Diagnoses
should now be added to the more generic diagnoses
array and populated with a codeSystem
value of 2.16.840.1.113883.6.90
. The active
indicator must also be set appropriatelyactiveIcd9Diagnoses
should now be added to the more generic diagnoses
array and populated with a codeSystem
value of 2.16.840.1.113883.6.103
. The active
indicator must also be set appropriatelyactiveSnomedDiagnoses
should now be added to the more generic diagnoses
array and populated with a codeSystem
value of 2.16.840.1.113883.6.96
. The active
indicator must also be set appropriatelybatchId
is now specified at the top level request outside of the request records, it is still optionalupcomingAppointmentDate
is no longer required