Date d'entrée à l'hôpital: {{ suivi.hospitalAdmissionDate|date('d/m/Y') }}
Date de sortie de l'hôpital: {{ suivi.dischargeDate|date('d/m/Y') }}
Numéro de sécurité sociale: {{ suivi.patient.socialSecurityNumber }}
Type cardiovasculaire: {{ suivi.cardiovascularType }}
Note : {{ suivi.note }}
{% endif %}Aucun risque génétique à signaler
{% endif %}Spécialité : {{ item.type }}/ {{ item.name }}
Mesure référentielle : {{ item.value }} {{ item.unit !='' ? item.unit : '' }}
{% if item.type == "LDL-c non calculable" %} {% set correspondingObjective = suivi.personalizedTreatment | filter((i) => i.type == item.type) | first %} {% else %} {% set correspondingObjective = suivi.personalizedTreatment | filter((i) => i.name == item.name) | first %} {% endif %}Objectif : {% if correspondingObjective %} {{ correspondingObjective.value }} {{ correspondingObjective.unit }} {% endif %}
Nom et Prénom : {{ suivi.doctor.family }} {{ suivi.doctor.given }}
Adresse: {{ suivi.doctor.streetAddressLine }}, {{ suivi.doctor.postalCode }} , {{ suivi.doctor.country }}
Spécialité: {{ suivi.doctor.displayName }}
Téléphone: {{ suivi.doctor.telecom }}
Organisation: {{ suivi.doctor.organizationName }}
Nom et Prénom: {{ med.family }} {{ med.given }}
Adresse : {{ med.streetAddressLine }}, {{ med.postalCode }}
Spécialité : {{ med.speciality }}
Type : {{ med.type }}
Téléphone : {{ med.telecom }}