This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |
ivci:historical [2023/10/03 10:59] – [Possible measure] fkaag | ivci:historical [2023/10/03 11:42] (current) – [Possible measure] fkaag |
---|
| |
> NB: Would it be possible to create a list of historical vaccinations that we know should be representable? This would be a stable but growing list. We could make a demonstration record with all these vaccinations on them and then verify how many of them can be recorded with the code system. The measure would be a simple percentage. The goal would be that we include all vaccinations that are important for establishing immunity to a core set of diseases. We don't have to get all vaccinations that ever existed, but we can cover at least 80% of the important ones. Then we have a stable metric. | > NB: Would it be possible to create a list of historical vaccinations that we know should be representable? This would be a stable but growing list. We could make a demonstration record with all these vaccinations on them and then verify how many of them can be recorded with the code system. The measure would be a simple percentage. The goal would be that we include all vaccinations that are important for establishing immunity to a core set of diseases. We don't have to get all vaccinations that ever existed, but we can cover at least 80% of the important ones. Then we have a stable metric. |
>> FK - Could be established with a request at https://smt.esante.gouv.fr/sparql/ such as : | >> FK - Could be established with a request at https://smt.esante.gouv.fr/sparql/ such as this one: |
>><code> | >><code> |
PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> | PREFIX rdfs: <http://www.w3.org/2000/01/rdf-schema#> |
FILTER NOT EXISTS { | FILTER NOT EXISTS { |
?vac skos:exactMatch ?code . | ?vac skos:exactMatch ?code . |
?code rdfs:subClassof nuva:CIS | ?code rdfs:subClassof ?cs |
| FILTER (?cs not in (nuva:ATC, nuva:SNOMED-CT)) |
} | } |
FILTER (lang(?lvac)='en'||lang(?lvac)='') | FILTER (lang(?lvac)='en'||lang(?lvac)='') |
} | } |
</code> | </code> |