Skip to content

Commit

Permalink
update sql
Browse files Browse the repository at this point in the history
  • Loading branch information
nriss committed Oct 30, 2024
1 parent 84b29e1 commit ea976ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions input/pagecontent/profils-cholesterol.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ Quatre profils cholestérol ont été définis pour leur échanges
</div>

{% sql {
"query" : " select name as Name, Description, Web from Resources WHERE Type = 'StructureDefinition'",
"query" : " select name as Name, Description, Web from Resources WHERE Type = 'StructureDefinition' and Description like '%cholestérol%'",
"class" : "lines",
"columns" : [
{ "name" : "Titre du profil", "type" : "link", "source" : "Name", "target" : "Web"},
{ "name" : "Description", "type" : "markdown", "source" : "Description"}
]
} %}

and Description like "%cholestérol%


Ces profils peuvent être associés au sein du profil Bundle [MesBundleFluxAlimentationLipid](./StructureDefinition-mesures-bundle-flux-alimentation-lipid.html) pour permettre leur échange de manière groupée.

0 comments on commit ea976ac

Please sign in to comment.