Difference between revisions of "Exploration/health"

From Wikibase Personal data
Jump to navigation Jump to search
Line 16: Line 16:
 
}
 
}
 
}}
 
}}
({{Q|1013}} should appear but doesn't has the database does not get updated)
+
({{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)
 
 
(each time we should have a query that enables us to get all the relevant companies listed in the right way, and documentation like {{Claim|1013|55|416}})
 

Revision as of 23:05, 10 April 2023

We need to explore health data with Gesundheitsdatenraum Schweiz (Q5465) and in particular

Laboratory data

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

< Helsana (Q1013) > country (P55) < Switzerland (Q416) >

and

< Helsana (Q1013) > instance of (P3) < insurance provider (Q245) >

are true but the database does not get automatically refreshed at the moment)