Difference between revisions of "Exploration/health"

From Wikibase Personal data
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
* laboratory data
+
=== Laboratory data ===
* vaccination data
+
 
* wearables data
+
=== Vaccination data ===
 +
 
 +
=== Wearables ===
 +
 
 +
=== Insurance ===
 
{{SPARQL|label=insurance data in Switzerland|state=collapsed
 
{{SPARQL|label=insurance data in Switzerland|state=collapsed
 
|query=SELECT ?item ?itemLabel WHERE {
 
|query=SELECT ?item ?itemLabel WHERE {

Revision as of 23:03, 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 but doesn't has the database does not get updated)

(each time we should have a query that enables us to get all the relevant companies listed in the right way, and documentation like

< P55 > Q416 oggetto o valore (it) / objet ou valeur (fr) / объект или значение (ru) / Objekt oder Wert (de) / objeto ou valor (pt) / object or value (en-gb) / オブジェクトまたは値 (ja) / objeto ou valor (pt-br) / objekt eller värde (sv) / objketo aŭ valoro (eo) / object of waarde (nl) / 對象或值 (zh-hant) / objekt nebo hodnota (cs) / tárgy vagy érték (hu) / objeto o valor (es) / object or value (en) / object or value (en-ca) / 对象或值 (zh-hans) / предмет или вредност (mk) >

)