Skip to content

Commit 67bdf2f

Browse files
Merge branch 'main' into feature/finalize-fhir-rdf
2 parents aed9dc0 + 4f1ee95 commit 67bdf2f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

input/pagecontent/dynamic-data.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ All information in Welldata will be placed under the following root container of
1414

1515
Information about the patient that fits in the FHIR resource [patient](https://www.hl7.org/fhir/patient.html) must be stored at the following location:
1616

17-
`<user pod>/weare/https%3A%2F%2Fwww.hl7.org%2Ffhir%2FPatient/<uuid>.ttl`
17+
`<user pod>/weare/http%3A%2F%2Fwww.hl7.org%2Ffhir%2FPatient/<uuid>.ttl`
1818

1919
Information that will be stored in the resource:
2020
- Gender
@@ -27,7 +27,7 @@ Information that will be stored in the resource:
2727
### Observation
2828
Observations are stored in the pod at the following location as a [FHIR resource](https://www.hl7.org/fhir/observation.html)
2929

30-
`<user pod>/weare/https%3A%2F%2Fwww.hl7.org%2Ffhir%2FObservation/<uuid>.ttl`
30+
`<user pod>/weare/http%3A%2F%2Fwww.hl7.org%2Ffhir%2FObservation/<uuid>.ttl`
3131

3232
Each observation should be stored in its individual resource with a unique uuid as shown above.
3333

@@ -44,8 +44,8 @@ Observations can contain all measured values about a patient. In our project we
4444
| cholesterol_hdl | HDL cholesterol | 02737005 (Snomed) | | x | | x |
4545
| cholesterol_ratio | Totaal / HDL cholesterol | 313811003 (Snomed) | | x | | x |
4646
| stress | Stress ervaring | 68011-6 (Loinc) | x | | x | |
47-
| daily_life | Dagelijks leven | 91621-3 (Loinc) | x | | | x |
48-
| social_contact | Voldoening uit sociale contacten | 61581-5 (Loinc) | x | | x | x |
47+
| daily_life | Dagelijks leven | 91621-3 (Loinc) | x | | | |
48+
| social_contact | Voldoening uit sociale contacten | 61581-5 (Loinc) | x | | x | |
4949
| physical_exercise | beweegminuten | 228450008 (Snomed) | x | x | | x |
5050
| smoking | roken (ja/nee) | 63638-1 (Loinc) & 77176002 (Snomed) | x | x | | |
5151
| smoking_cigarettes | Hoeveel sigaretten per dag roken | 63640-7 (Loinc) | x | x | | |
@@ -56,6 +56,7 @@ Observations can contain all measured values about a patient. In our project we
5656
| birthdate | geboortedatum (dd/mm/yyyy) | 184099003 (Snomed) | x | x | x | |
5757
| postcode | postcode | 184099003 (Snomed) | x | x | x | |
5858
| work | werksituatie | / | x | | x | |
59+
| sex | geslacht | 184100006 (Snomed) | | x | | x |
5960

6061
More information can be found in the sharepoint excel: [Appendix 3. Alignering basis-set met parameters in project applicaties](https://vitoresearch.sharepoint.com/:x:/r/sites/21309-mydata4ourhealth2/Shared%20Documents/General/01%20Werkpakketten/WP3/A.3.1/Deliverables%2031-05-2025/Appendix%203.%20Alignering%20basis-set%20met%20parameters%20in%20project%20applicaties.xlsx?d=w12efbd9a8b924a709fa4dca1e92a1b84&csf=1&web=1&e=gslaTs)
6162

@@ -151,4 +152,4 @@ Please find other kinds of observations here: [Artifacts Summary - WellData Impl
151152

152153
A resource of the type QuestionnaireResponse is stored as a [FHIR resource](https://www.hl7.org/fhir/questionnaireresponse.html) at the following location in the users's pod:
153154

154-
`<user pod>/weare/https%3A%2F%2Fwww.hl7.org%2Ffhir%2FQuestionnaireResponse/<uuid>.ttl`
155+
`<user pod>/weare/http%3A%2F%2Fwww.hl7.org%2Ffhir%2FQuestionnaireResponse/<uuid>.ttl`

0 commit comments

Comments
 (0)