-
Notifications
You must be signed in to change notification settings - Fork 1
/
Consent.json
54 lines (54 loc) · 1.13 KB
/
Consent.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"resourceType": "Consent",
"id": "toestemming-01",
"meta": {
"versionId": "1",
"lastUpdated": "2023-09-03T10:54:50.755+01:00"
},
"identifier": [
{
"system": "https://hinq.nl/cases/vipp-babyconnect/",
"value": "toestemming-01"
}
],
"status": "active",
"patient": {
"reference": "Patient/hanna-xxxkooij"
},
"period": {
"start": "2023-09-01T09:00:50.746Z"
},
"actor": [
{
"role": {
"coding": [
{
"system": "http://www.hl7.org/fhir/stu3/codesystem-contract-signer-type.html",
"code": "EVTWIT"
}
]
},
"reference": {
"reference": "Practitioner/practitioner-verloskunde-01"
}
}
],
"organization": [
{
"reference": "Organization/organization-verloskunde-01"
}
],
"purpose": [
{
"system": "http://hl7.org/fhir/ValueSet/v3-PurposeOfUse",
"code": "HSYSADMIN",
"display": "Data Exchange"
}
],
"policy": [
{
"authority": "Dossierhouderstoestemming",
"uri": "https://www.mitz-toestemming.nl/over-mitz/mitz-afsprakenstelsel"
}
]
}