We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8c8a90 commit a8c8c90Copy full SHA for a8c8c90
src/services/diagnosisService.ts
@@ -36,7 +36,6 @@ export async function getPatientDiagnosisBundle(
36
patientUUID: string,
37
): Promise<FhirDiagnosisBundle> {
38
const url = PATIENT_DIAGNOSIS_RESOURCE_URL(patientUUID);
39
- console.log('Diagnosis API URL:', url);
40
return await get<FhirDiagnosisBundle>(url);
41
}
42
0 commit comments