Difference between revisions of "Exploration/health"
Jump to navigation
Jump to search
Line 37: | Line 37: | ||
}} | }} | ||
({{Q|1013}} should appear because {{Claim|1013|55|416}} and {{Claim|1013|3|245}} are true but the database does not get automatically refreshed at the moment) | ({{Q|1013}} should appear because {{Claim|1013|55|416}} and {{Claim|1013|3|245}} are true but the database does not get automatically refreshed at the moment) | ||
+ | |||
+ | === Others === |
Revision as of 23:25, 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
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:Q245.
?item pdiot:P55 pdio:Q416.
SERVICE wikibase:label {
bd:serviceParam wikibase:language "en" .
}
}
insurance data in Switzerland (embedded)
(Helsana (Q1013) should appear because
and
are true but the database does not get automatically refreshed at the moment)