diff --git a/src/components/Patient/PatientPMSI/PatientPMSI.tsx b/src/components/Patient/PatientPMSI/PatientPMSI.tsx index 94a5ff5f1..f431d61bf 100644 --- a/src/components/Patient/PatientPMSI/PatientPMSI.tsx +++ b/src/components/Patient/PatientPMSI/PatientPMSI.tsx @@ -41,6 +41,7 @@ import { mapToAttribute, mapToCriteriaName, mapToLabel } from 'mappers/pmsi' import List from 'components/ui/List' import { fetchClaimCodes, fetchConditionCodes, fetchProcedureCodes } from 'services/aphp/servicePmsi' import EncounterStatusFilter from 'components/Filters/EncounterStatusFilter' +import { AlertWrapper } from 'components/ui/Alert' export type PatientPMSIProps = { groupId?: string @@ -218,6 +219,15 @@ const PatientPMSI = ({ groupId }: PatientPMSIProps) => { return ( + {(selectedTab.id === ResourceType.PROCEDURE || selectedTab.id === ResourceType.CONDITION) && ( + + + Attention : Les données AREM sont disponibles uniquement pour la période du 07/12/2009 au 31/12/2022. Seuls + les diagnostics rattachés à une visite Orbis (avec un Dossier Administratif - NDA) sont actuellement + disponibles. + + + )} {(filtersAsArray.length > 0 || searchInput) && (