Difference between revisions of "Exploration/health"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
We need to explore health data with {{Q|5465}} and in particular | We need to explore health data with {{Q|5465}} and in particular | ||
+ | === Swiss data controllers === | ||
+ | {{SPARQL|label=Swiss data controllers|query= | ||
+ | SELECT ?item ?itemLabel WHERE { | ||
+ | ?item pdiot:P3 pdio:Q991. | ||
+ | SERVICE wikibase:label { | ||
+ | bd:serviceParam wikibase:language "en" . | ||
+ | } | ||
+ | } | ||
+ | }} | ||
+ | |||
=== Laboratory data === | === Laboratory data === | ||
+ | {{Q|5467}} | ||
+ | {{SPARQL|label=Swiss medical analysis laboratory|query= | ||
+ | SELECT ?item ?itemLabel WHERE { | ||
+ | ?item pdiot:P3 pdio:Q5467. | ||
+ | ?item pdiot:P55 pdio:Q416. | ||
+ | SERVICE wikibase:label { | ||
+ | bd:serviceParam wikibase:language "en" . | ||
+ | } | ||
+ | } | ||
+ | }} | ||
=== Vaccination data === | === Vaccination data === |
Revision as of 23:13, 10 April 2023
We need to explore health data with Gesundheitsdatenraum Schweiz (Q5465) and in particular
Swiss data controllers
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
?item pdiot:P3 pdio:Q991.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
Swiss data controllers (embedded)
Laboratory data
medical analysis laboratory (Q5467)
PREFIX pdio: <https://wiki.personaldata.io/entity/>
PREFIX pdiot: <https://wiki.personaldata.io/prop/direct/>
PREFIX pdiop: <https://wiki.personaldata.io/prop/>
PREFIX pdiops: <https://wiki.personaldata.io/prop/statement/>
PREFIX pdiopq: <https://wiki.personaldata.io/prop/qualifier/>
SELECT ?item ?itemLabel WHERE {
?item pdiot:P3 pdio:Q5467.
?item pdiot:P55 pdio:Q416.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
Swiss medical analysis laboratory (embedded)
Vaccination data
Wearables
Insurance
insurance data in Switzerland (embedded)
(Helsana (Q1013) should appear because
and
are true but the database does not get automatically refreshed at the moment)