Optionalconfiguration: ConfigurationRetreive a specific patient record
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a page of audit events related to a particular master record.
Optionalresource: ResourceOptionaloperation: AuditOperationOptionalsince: stringOptionaluntil: stringOptionalsortBy: AccessEventAuditEventEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's cause of death
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's diagnoses
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's lab orders
OptionalsortBy: DialysisSessionEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's document information
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's documents
OptionalsortBy: DocumentEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a particular lab order
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's lab orders
Optionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's medications
OptionalsortBy: MedicationEnumOptionalorderBy: OrderByOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a list of messages related to a particular patient record. By default returns message created within the last 365 days.
Optionalsince: stringOptionaluntil: stringOptionalstatus: string[]Optionalchannel: string[]OptionalsortBy: MessageEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's lab orders
Optionalcode: string[]OptionalsortBy: ObservationEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a minimal representation of the latest file received for the patient, if received within the last year.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's renal diagnoses
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a particular lab result
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's lab orders
OptionalserviceId: string[]OptionalorderId: string[]Optionalsince: stringOptionaluntil: stringOptionalsortBy: ResultItemEnumOptionalorderBy: OrderByOptionalpage: numberOptionalsize: numberOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a list of resultitem services available for a specific patient
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's surveys
OptionalsortBy: SurveyEnumOptionalorderBy: OrderByOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's transplant procedures
OptionalsortBy: TransplantEnumOptionalorderBy: OrderByOptionaloptions: RawAxiosRequestConfigOverride http request option.
Retreive a specific patient's treatments
OptionalsortBy: TreatmentEnumOptionalorderBy: OrderByOptionaloptions: RawAxiosRequestConfigOverride http request option.
Delete a specific patient record and all its associated data
OptionaldeletePidRequest: DeletePidRequestOptionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's data to PKB.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's data to PKB.
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's data to PV
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's documents data to PV
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's test data to PV
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Export a specific patient's data to RaDaR
Optionaloptions: RawAxiosRequestConfigOverride http request option.
Update the demographic data of a given patient record Args: demographics (DemographicUpdateSchema): [description] patient_record (PatientRecord, optional): [description]. Defaults to Depends(_get_patientrecord). mirth (MirthAPI, optional): [description]. Defaults to Depends(get_mirth). redis (Redis, optional): [description]. Defaults to Depends(get_redis). audit (Auditer, optional): [description]. Defaults to Depends(get_auditer). Returns: [type]: [description]
Optionaloptions: RawAxiosRequestConfigOverride http request option.
PatientRecordsApi - functional programming interface