You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Manual check in latest version of SNOMED does find the code '1351964001'. The error might be due to a older version of SNOMED available in tx.fhir.org/r4
99
99
ERROR: Goal/F1-ACP-Medical-Policy-Goal: Goal.description.coding[0].code: Unknown code '1351964001' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20240930'
100
-
ERROR: Goal/F1-ACP-Medical-Policy-Goal: Goal.description: None of the codings provided are in the value set 'Most Important Agreed-upon Goal of Medical Policy' (https://fhir.iknl.nl/fhir/ValueSet/ACP-MedicalPolicyGoal|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#1351964001)
100
+
ERROR: Goal/F1-ACP-Medical-Policy-Goal: Goal.description: None of the codings provided are in the value set 'Most Important Agreed-upon Goal of Medical Policy' (https://api.iknl.nl/docs/pzp/stu3/ValueSet/ACP-MedicalPolicyGoal|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#1351964001)
101
101
ERROR: ValueSet/ACP-MedicalPolicyGoal: ValueSet.compose.include[0].concept[1]: The code '1351964001' is not valid in the system http://snomed.info/sct (Unknown code '1351964001' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20240930')
102
102
ERROR: Questionnaire/ACP-zib2020: Questionnaire.item[6].item[1].answerOption[1].value.ofType(Coding).code: Unknown code '1351964001' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20240930'
103
103
ERROR: QuestionnaireResponse/HendrikHartman-20201001: QuestionnaireResponse.item[6].item[1].answer[0].value.ofType(Coding).code: Unknown code '1351964001' in the CodeSystem 'http://snomed.info/sct' version 'http://snomed.info/sct/11000146104/version/20240930'
104
104
105
105
# Manually checked: 72506001 is in the ValueSet, even in the expansion. The ValueSet in the profile bound is allowed as it restricts the zib's required binding. 72506001 zit in "Include codes from SNOMED_CT where concept DescendentOf 260787004"
106
-
ERROR: Device/P1-ACP-MedicalDevice.Product-ICD: Device.type: None of the codings provided are in the value set 'MedicalDevice ProductType ICD' (https://fhir.iknl.nl/fhir/ValueSet/ACP-MedicalDeviceProductType-ICD|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#72506001)
107
-
ERROR: Device/P2-ACP-MedicalDevice.Product-ICD: Device.type: None of the codings provided are in the value set 'MedicalDevice ProductType ICD' (https://fhir.iknl.nl/fhir/ValueSet/ACP-MedicalDeviceProductType-ICD|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#72506001)
106
+
ERROR: Device/P1-ACP-MedicalDevice.Product-ICD: Device.type: None of the codings provided are in the value set 'MedicalDevice ProductType ICD' (https://api.iknl.nl/docs/pzp/stu3/ValueSet/ACP-MedicalDeviceProductType-ICD|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#72506001)
107
+
ERROR: Device/P2-ACP-MedicalDevice.Product-ICD: Device.type: None of the codings provided are in the value set 'MedicalDevice ProductType ICD' (https://api.iknl.nl/docs/pzp/stu3/ValueSet/ACP-MedicalDeviceProductType-ICD|0.1.0), and a coding from this value set is required) (codes = http://snomed.info/sct#72506001)
108
108
109
109
# Definition can be found in the Nictiz package. Not sure why the IG publisher cannot access it. Also not a big deal for this IG.
110
110
WARNING: Practitioner/F1-ACP-HealthProfessional-Practitioner-DrVanHuissen: Practitioner.identifier[0].system: No definition could be found for URL value 'http://fhir.nl/fhir/NamingSystem/agb-z'
Copy file name to clipboardExpand all lines: input/pagecontent/data-exchange.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,11 +18,11 @@ All interactions adhere to the following principles.
18
18
19
19
This approach provides granular access to the individual clinical statements that constitute the ACP. It allows applications to query for specific data points without processing an entire form.
20
20
21
-
This approach is useful for applications that need to query specific parts of a patient's ACP, like treatment wishes or stated goals. While it requires multiple API calls, it provides more granular control and returns the ACP in usable resources. The below client requests are in scope of a Patient's context for which an initial request may be needed to match the Patient resource id with a identifier (e.g. BSN).
21
+
This approach is useful for applications that need to query specific parts of a patient's ACP, like treatment wishes or stated goals. While it requires multiple API calls, it provides more granular control and returns the ACP in usable resources. The below listed client requests are in scope of a Patient's context for which an initial request may be needed to match the Patient resource id with an identifier (e.g. BSN).
22
22
23
23
#### Client Requests
24
24
25
-
The below listed search request show how all the ACP agreements, procedural information and relevant clinical context can be retrieved. Information on individuals involved in the ACP process are referenced from these resources and can be retrieved using the `_include` statement as defined below, or by resolving the references. Standard FHIR rules apply on the search syntax.
25
+
The below listed search requests show how all the ACP agreements, procedural information and relevant clinical context can be retrieved. Information on individuals involved in the ACP process are referenced from these resources and can be retrieved using the `_include` statement as defined below, or by resolving the references. Standard FHIR rules apply on the search syntax.
26
26
27
27
```
28
28
1a GET [base]/Procedure?patient=[id]&code=http://snomed.info/sct|713603004&_include:Procedure:encounter
@@ -33,11 +33,11 @@ The below listed search request show how all the ACP agreements, procedural info
33
33
34
34
3 GET [base]/Consent?patient=[id]&category=http://snomed.info/sct|11341000146107&_include=Consent:actor
35
35
36
-
4 GET [base]/Goal?patient=[id]&description:in=https://fhir.iknl.nl/fhir/ValueSet/ACP-MedicalPolicyGoal
36
+
4 GET [base]/Goal?patient=[id]&description:in=https://api.iknl.nl/docs/pzp/stu3/ValueSet/ACP-MedicalPolicyGoal
37
37
38
38
5 GET [base]/Observation?patient=[id]&code=http://snomed.info/sct|153851000146100,395091006,340171000146104,247751003
39
39
40
-
6 GET [base]/DeviceUseStatement?patient=[id]&device.type:in=https://fhir.iknl.nl/fhir/ValueSet/ACP-MedicalDeviceProductType-ICD&_include:DeviceUseSatement:device
40
+
6 GET [base]/DeviceUseStatement?patient=[id]&device.type:in=https://api.iknl.nl/docs/pzp/stu3/ValueSet/ACP-MedicalDeviceProductType-ICD&_include:DeviceUseSatement:device
41
41
42
42
7 GET [base]/Communication?patient=[id]&reason-code=http://snomed.info/sct|713603004
43
43
```
@@ -80,7 +80,7 @@ This approach is used to retrieve the complete form for uniform registration of
80
80
81
81
A client retrieves the `QuestionnaireResponse` by performing a `GET` search operation. The search is scoped to a specific patient and is filtered by the canonical URL of the <ahref="Questionnaire-ACP-zib2017.html">ACP Questionnaire</a> to ensure that only the correct form is returned.
82
82
83
-
> GET [base]/QuestionnaireResponse?subject=Patient/[id]&questionnaire=https://fhir.iknl.nl/fhir/Questionnaire/ACP-zib2017
83
+
> GET [base]/QuestionnaireResponse?subject=Patient/[id]&questionnaire=https://api.iknl.nl/docs/pzp/stu3/Questionnaire/ACP-zib2017
Copy file name to clipboardExpand all lines: input/pagecontent/index.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
### Project Description and Scope
2
2
3
-
This Implementation Guide (IG) supports the Advance Care Planning (ACP) information standard (Dutch: Palliatieve Zorg Planning) and is intended for use within the palliative care domain in the Netherlands. This domain involves care for patients with an incurable illness or condition from which they are expected to die.
3
+
This Implementation Guide (IG) supports the Advance Care Planning (ACP) information standard (Dutch: Proactieve Zorgplanning) and is intended for use within the palliative care domain in the Netherlands. This domain involves care for patients with an incurable illness or condition from which they are expected to die.
4
4
5
-
Developed by the <ahref="https://iknl.nl/en">Netherlands Comprehensive Cancer Organisation</a> (Dutch: Integraal kankercentrum Nederland (IKNL)), this guide provides technical direction for using FHIR to exchange ACP data. It is based on <ahref="http://hl7.org/fhir/R4/index.html">HL7 FHIR R4</a> and builds on top of the <ahref="https://simplifier.net/packages/nictiz.fhir.nl.r4.nl-core">Dutch Core R4 profiles</a>.
5
+
Developed by the <ahref="https://iknl.nl/en">Netherlands Comprehensive Cancer Organisation</a> (Dutch: Integraal Kankercentrum Nederland (IKNL)), this guide provides technical direction for using FHIR to exchange ACP data. It is based on <ahref="http://hl7.org/fhir/STU3/index.html">HL7 FHIR STU3</a> and builds on top of the <ahref="https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017">Dutch STU3 zib2017 profiles</a>.
6
6
7
7
This guide assumes that readers are familiar with the functional specifications of ACP and the **STU3** version of FHIR.
8
8
@@ -12,7 +12,7 @@ This implementation guide is a work in progress, and its quality and usefulness
12
12
13
13
1. The <ahref="StructureDefinition-ext-EncounterReference.html">EncounterReference extension</a> is an optional extension that enables linking the Consent, Goal, and DeviceUseStatement resources to a relevant Encounter. We invite feedback on whether this extension is truly necessary.
14
14
15
-
2. The <ahref="StructureDefinition-ACP-Communication.html">Communication profile</a> has been developed to capture all communication events related to advance care planning. It specifically documents whether the patient has been informed about their responsibility discuss treatment agreements with relatives. As this profile is newly created rather than derived from zib/nl-core profiles, we welcome input on its structure and modeling approach.
15
+
2. The <ahref="StructureDefinition-ACP-Communication.html">Communication profile</a> has been developed to capture all communication events related to advance care planning. It specifically documents whether the patient has been informed about their responsibility to discuss treatment agreements with relatives. As this profile is newly created rather than derived from zib/nl-core profiles, we welcome input on its structure and modeling approach.
16
16
17
17
3. The <ahref="Questionnaire-ACP-zib2017.html">ACP Questionnaire</a> has been developed based on the ACP form dataset and aims to preserve the zib structure as much as possible. We welcome any feedback on its design and implementation.
Copy file name to clipboardExpand all lines: input/pagecontent/information-standard.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
### Information Standard: Documentation and Artifacts
2
2
3
-
The advance care planning (ACP) information standard defines both the functional and technical design. This implementation guide (IG) specifies how the technical design of the ACP information standard should be applied in practice. To clarify the coherence of the different documents involved, we outline their roles here.
3
+
The advance care planning (ACP) information standard defines both the functional and technical design. This implementation guide (IG) is the technical design and specifies how the ACP information standard should be implemented in HL7 FHIR in practice. To clarify the coherence of the different documents involved, we outline their roles here.
4
4
5
5
#### Functional design (FD)
6
6
The functional design forms the basis for this IG. It entails:
@@ -16,9 +16,9 @@ The functional design forms the basis for this IG. It entails:
0 commit comments