Open TristanKEREVAL opened 1 month ago
exact ! https://www.hl7.org/fhir/search.html#_count If _count has the value 0, this shall be treated the same as _summary=count: the server returns a bundle that reports the total number of resources that match in Bundle.total, but with no entries, and no prev/next/last links.
Diagramme à modifier aussi
Description du problème
Actuellement dans le flux 2 https://oncofair.github.io/FHIR-ImplementationGuide-Article/18-ajout-de-librairies-cql/ig/feasibility_study_research_flow.html , on précise qu'on utilise le modificateur _count=0 pour retourner le nombre de résultat à la requête. Il serait plus propre d'utiliser le modificateur _summary=count
Fichier•s concerné•s
input/pagecontent/feasibility_study_research_flow.md
Solution proposée
Modifier _count=0 par _summary=count