MedMij:Vpoc 1.0/FHIR iWlz: verschil tussen versies

Uit informatiestandaarden
Naar navigatie springen Naar zoeken springen
(v1.0-poc5a)
Regel 1: Regel 1:
 
__NUMBEREDHEADINGS__
 
__NUMBEREDHEADINGS__
 
__NOINDEX__
 
__NOINDEX__
{{DISPLAYTITLE:MedMij FHIR Implementation Guide: iWlz 1.0 Proof of concept (1.0-poc5a) {{Sjabloon:VersieInfo|iWlz}}}}
+
{{DISPLAYTITLE:MedMij FHIR Implementation Guide: iWlz 1.0 Proof of concept (1.0-poc7) {{Sjabloon:VersieInfo|iWlz}}}}
 +
{{NoteBox|Work in progress - [[MedMij:Vpoc_1.0/FHIR_iWlz|See official publication here]]. }}
 
{{NoteBox|This version will be tested in a proof of concept and should not be used outside this POC}}
 
{{NoteBox|This version will be tested in a proof of concept and should not be used outside this POC}}
  
Regel 67: Regel 68:
 
The 'indicatiegegevens' are built up of individual FHIR resources, selected by the user of the XIS to form a coherent set of information relevant to the client. The Composition resource assembles the references to all individual related FHIR resources. For this purpose, the Composition profile described in [[#FHIR profiles|FHIR profiles]] SHALL be used.
 
The 'indicatiegegevens' are built up of individual FHIR resources, selected by the user of the XIS to form a coherent set of information relevant to the client. The Composition resource assembles the references to all individual related FHIR resources. For this purpose, the Composition profile described in [[#FHIR profiles|FHIR profiles]] SHALL be used.
  
Retrieving all 'indicatiegegevens' is a two-step process. Firstly, the available Composition resources are retrieved. For each Composition, the {{fhir|Composition.id}} is used for the second step in which all related information is retrieved.
+
The PHR can retrieve all available Composition resources ''and'' all referenced resources as a single searchset Bundle by using the following {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/iwlz-Indicaties|nictiz.fhir.nl.stu3.iwlz|title=custom operation}}<ref>Originally, this was a two step process using the FHIR core {{fhir|$document}} operation. However, this use case does not match the intended use of this operation. Discussions are ongoing on the introduction of a new operation in a future version of FHIR to be able to search and retrieve document Compositions simultaneously, see {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/iwlz-Indicaties|nictiz.fhir.nl.stu3.iwlz|title=the OperationDefinition}} for more information.</ref>:
 +
<pre>GET [base]/Composition/$indicaties</pre>
  
The first step can be omitted, if a different mechanism to transfer the {{fhir|Composition.id}} to the PHR is implemented.
+
The result is a searchset Bundle with all Compositions available ''and'' all referenced resources. ''Note:'' the Composition lists just the resources that act as entry points for the various concepts in the transaction, but each of these referenced resources may further refer to other resources not listed there. The server SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well.
  
==Retrieve all Composition resources==
+
The Compositions returned can be sorted and/or presented to the user by the PHR based on {{fhir|Composition.event.period}} to determine active and/or the most recent 'indicatie'.
Using a [http://hl7.org/fhir/STU3/search.html search operation], the PHR retrieves Composition resources that represent the 'indicatiebesluit' from the XIS using the following predefined search operation.
 
  
<pre>GET [base]/Composition?type=http://snomed.info/sct|304784009</pre>
+
Because each Composition resource and the resources it references are a set of coherent resources that are a representation of the 'indicatie' and that cannot be interpreted individually, XIS Servers are not expected to support resolving the individual resources of the Composition document Bundle by their {{fhir|fullUrl}}. PHR systems should only use the document operation to retrieve the 'indicatie' in full.
 
 
The result is a searchset Bundle with all Compositions available. In contrary to [https://informatiestandaarden.nictiz.nl/wiki/MedMij:V2020.01/FHIR_IG#Including_referenced_resources paragraph 5.7.2.1 of the MedMij IG], referenced resources are not expected to be included at this point. In most cases, only one Composition resource is available, but otherwise the Compositions can be sorted based on {{fhir|Composition.event.period}}).
 
 
 
==Retrieve selected Composition document Bundle==
 
For each Composition retrieved during the preceding step, the PHR uses the {{fhir|Composition.id}} and the [http://hl7.org/fhir/stu3/composition-operations.html#document {{fhir|$document}} operation] to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.<br/> <pre>GET [base]/Composition/[id]/$document</pre> ''Note:'' the Composition lists just the resources that act as entry points for the various concepts in the transaction, but each of these referenced resources may further refer to other resources not listed there. The server SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well.
 
 
 
Because the Composition document Bundle of the 'indicatie' is one set of coherent resources that cannot be interpreted individually, XIS Servers are not expected to support resolving the individual resources of the Composition document Bundle by their {{fhir|fullUrl}}. PHR systems should only use the document operation to retrieve the 'indicatie' in full.
 
  
 
The data returned to the PHR should conform the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the response message SHALL be a valid instance of these profiles.
 
The data returned to the PHR should conform the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the response message SHALL be a valid instance of these profiles.
  
{{MedMij:V2020.01/NoteBoxPackage|p1=nictiz.fhir.nl.stu3.zib2017|v1Min=2.0.0|p2=nictiz.fhir.nl.stu3.iwlz|v2=1.0.0-poc5}}
+
{{MedMij:V2020.01/NoteBoxPackage|p1=nictiz.fhir.nl.stu3.zib2017|v1Min=2.0.0|p2=nictiz.fhir.nl.stu3.iwlz|v2=1.0.0-poc7}}
  
 
{| class="wikitable"
 
{| class="wikitable"
Regel 146: Regel 140:
 
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017}}
 
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017}}
 
|}
 
|}
 +
 +
== Custom Operation ==
 +
The following custom operation is used: {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/iwlz-Indicaties|nictiz.fhir.nl.stu3.zib2017}}.
  
 
=Use case: send client preferences=
 
=Use case: send client preferences=
Regel 165: Regel 162:
 
The PHR shall guarantee consistency of all FHIR resource elements with the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the request message SHALL be a valid instance of these profiles.
 
The PHR shall guarantee consistency of all FHIR resource elements with the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the request message SHALL be a valid instance of these profiles.
  
{{MedMij:V2020.01/NoteBoxPackage|p1=nictiz.fhir.nl.stu3.zib2017|v1Min=2.0.0|p2=nictiz.fhir.nl.stu3.iwlz|v2=1.0.0-poc5}}
+
{{MedMij:V2020.01/NoteBoxPackage|p1=nictiz.fhir.nl.stu3.zib2017|v1Min=2.0.0|p2=nictiz.fhir.nl.stu3.iwlz|v2=1.0.0-poc7}}
  
 
{| class="wikitable"
 
{| class="wikitable"

Versie van 2 nov 2022 08:36


Naar medmij.nl
AfsprakenstelselFunctioneelTechnischAfspraken-Functioneel-Technisch

1 Introduction

Go to functional design

This page describes the exchange of iStandaard Wet langdurige zorg (iWlz) related resources using the HL7 FHIR standard. This page and all the materials provided on it are in beta version, with a goal of testing the exchange trough a Proof of Concept (PoC) within MedMij.

This IG is a technical representation of the functional design and follows the principles of the general MedMij FHIR IG.

2 Actors involved

The table shows the relevant actors, systems and FHIR CapabilityStatements. The CapabilityStatements demonstrate the minimum conformance requirements for the described use cases.

Actors Systems FHIR CapabilityStatements
Name Description Name Description Name Description
Client The user of a personal healthcare environment PHR Personal health record CapabilityStatement: Client FHIR Client requirements
Healthcare professional The user of a XIS XIS Healthcare information system CapabilityStatement: Server FHIR Server requirements

3 Boundaries and relationships

Go to Afsprakenstelsel

This FHIR implementation guide assumes that the PHR system is able to make a connection to search resources at the XIS. It does not provide information on finding the right XIS nor does it provide information about security. These infrastructure and interface specifications are described in the 'MedMij Afsprakenstelsel'.

The MedMij 2020.01 FHIR IG is applicable to the PoC mentioned in the introduction, unless specifically noted. Some parts of this IG, where noted, are only relevant to the PoC.

Because of the specific use cases to be tested within the PoC, 'closed modeling' as specified in the FHIR STU3 Profiling Guidelines has been chosen over 'open modeling'. This allows implementers to focus on the elements that are needed for a successful exchange within the PoC. It is expected that in future versions, 'open modeling' will again be preferred in line with other information standards.

There are two pairs of Questionnaire/QuestionnairResponse resources used within this standard, one of which is being used to capture Client input. For the PoC this Questionnaire is assumed to be static. In future iterations, the use case could be extended to first retrieve the latest version of the Questionnaire from the XIS that will be used by the client to provide a QuestionnaireResponse, which is the use case of the Questionnaires information standard. Discussions on how this standard would incorporate the Questionnaires standard are ongoing.

Within the PoC, 'abonneren' (subscribe) and 'notificeren' (notify) mechanisms are to be tested. These mechanisms are not part of the FHIR IG, their specifications can be found at MedMij Afsprakenstelsel (abonneren, notificeren).

4 Use case: retrieve 'indicatiegegevens'

The 'indicatiegegevens' are built up of individual FHIR resources, selected by the user of the XIS to form a coherent set of information relevant to the client. The Composition resource assembles the references to all individual related FHIR resources. For this purpose, the Composition profile described in FHIR profiles SHALL be used.

The PHR can retrieve all available Composition resources and all referenced resources as a single searchset Bundle by using the following custom operation[1]:

GET [base]/Composition/$indicaties

The result is a searchset Bundle with all Compositions available and all referenced resources. Note: the Composition lists just the resources that act as entry points for the various concepts in the transaction, but each of these referenced resources may further refer to other resources not listed there. The server SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well.

The Compositions returned can be sorted and/or presented to the user by the PHR based on Composition.event.period to determine active and/or the most recent 'indicatie'.

Because each Composition resource and the resources it references are a set of coherent resources that are a representation of the 'indicatie' and that cannot be interpreted individually, XIS Servers are not expected to support resolving the individual resources of the Composition document Bundle by their fullUrl. PHR systems should only use the document operation to retrieve the 'indicatie' in full.

The data returned to the PHR should conform the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the response message SHALL be a valid instance of these profiles.

Profile name FHIR Resource Based on HCIM Canonical
iwlz-Indicatie Composition http://nictiz.nl/fhir/StructureDefinition/iwlz-Indicatie
iwlz-Beperking Observation http://nictiz.nl/fhir/StructureDefinition/iwlz-Beperking
iwlz-BeperkingScore Observation http://nictiz.nl/fhir/StructureDefinition/iwlz-BeperkingScore
iwlz-Persoon Patient Patient
ContactPerson
NameInformation
ContactInformation
http://nictiz.nl/fhir/StructureDefinition/iwlz-Persoon
iwlz-GeindiceerdZorgzwaartepakket-Questionnaire Questionnaire http://nictiz.nl/fhir/StructureDefinition/iwlz-GeindiceerdZorgzwaartepakket-Questionnaire
iwlz-GeindiceerdZorgzwaartepakket-QuestionnaireResponse QuestionnaireResponse http://nictiz.nl/fhir/StructureDefinition/iwlz-GeindiceerdZorgzwaartepakket-QuestionnaireResponse
iwlz-Stoornis Condition http://nictiz.nl/fhir/StructureDefinition/iwlz-Stoornis
iwlz-StoornisScore Observation http://nictiz.nl/fhir/StructureDefinition/iwlz-StoornisScore
The following nl-core profiles are used to reference an Organization in the iwlz-Indicatie Composition.author
nl-core-practitionerrole PractitionerRole http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole
nl-core-organization Organization HealthcareProvider http://fhir.nl/fhir/StructureDefinition/nl-core-organization

4.1 Custom Operation

The following custom operation is used: http://nictiz.nl/fhir/OperationDefinition/iwlz-Indicaties.

5 Use case: send client preferences

This use case applies when a client qualifies for receiving long term care based on the WLZ and the client wants to share his preferences, contact information and contact persons.

The client preferences are based on a iwlz-Clientvoorkeuren-Questionnaire resource to be filled by the client, leading to an iwlz-Clientvoorkeuren-QuestionnaireResponse resource. The contact information and contact persons filled in or edited by the client lead to an edited iwl-Persoon Patient resource. The Patient resource that can be edited should be retrieved from the Composition document Bundle that was received during the previous use case.

5.1 Send transaction Bundle

The PHR initiates a FHIR transaction by sending an HTTP POST request composed of a FHIR Bundle resource containing one QuestionnaireResponse resource and one Patient resource to the XIS's base endpoint as shown below.

POST [base]

In this transaction Bundle, the Patient resource has an entry.request.method of 'PUT' (update interaction), the QuestionnaireResponse has a method of 'POST' (create interaction).

Note: because the PHR's client can only edit several parts of the resource, the update interaction does not force the server to accept the entire resource as is. For example, the updated content may be reviewed before merging it with the exisitng information. Performing a read interaction on the Patient resource shortly after 'PUT'ting an edited version may therefore lead to unexpected results. See the FHIR specification on transactional integrity for more discussion. However, it is the responsibility of the server to maintain only one version of the Patient resource.

The PHR shall guarantee consistency of all FHIR resource elements with the profiles listed in the table below and (if applicable) their associated HCIMs. The resources in the request message SHALL be a valid instance of these profiles.

Profile name FHIR Resource Based on HCIM Canonical
iwlz-Persoon Patient Patient
ContactPerson
NameInformation
ContactInformation
http://nictiz.nl/fhir/StructureDefinition/iwlz-Persoon
iwlz-Voorkeurscriteria-Questionnaire Questionnaire http://nictiz.nl/fhir/StructureDefinition/iwlz-Voorkeurscriteria-Questionnaire
iwlz-Voorkeurscriteria-QuestionnaireResponse QuestionnaireResponse http://nictiz.nl/fhir/StructureDefinition/iwlz-Voorkeurscriteria-QuestionnaireResponse

6 Additional remarks

6.1 Terminology

Discussions with Zorginstituut Nederland are ongoing on how to release and maintain their terminology resources. At the moment, a ValueSet and CodeSystem per 'codelijst' and bound to the applicable elements in the profiles. The CodeSystem resources do not contain the actual codes. These can be found at [1] (Excel-file). Notable exception is COD1001, which is available on GitHub.

6.2 Use of Questionnaire and QuestionnaireResponse profiles

According to the FHIR specification, a QuestionnaireResponse resource can be validated against its Questionnaire counterpart. However, it is unclear if this is supported by validators. Furthermore, it is not clear if the Questionnaire profiles and instances will actually be used in the process of composing the QuestionnaireResponse resource. Therefore, both a Questionnaire and a QuestionnaireResponse profile have been created for 'Geindiceerd Zorgzwaartepakket' and 'Clientvoorkeuren'. The QuestionnaireResponse profile describes the exact information exchange between systems and can be used for validation purposes.

7 Release notes

Release notes can be found on the functional design page.

  1. Originally, this was a two step process using the FHIR core $document operation. However, this use case does not match the intended use of this operation. Discussions are ongoing on the introduction of a new operation in a future version of FHIR to be able to search and retrieve document Compositions simultaneously, see the OperationDefinition for more information.