vpk:V4.0 FHIR eOverdracht: verschil tussen versies
k (Gekopieerd van vpk:V4.0 FHIR eOverdracht, versie 91761) |
k (Beveiligde "vpk:V4.0 FHIR eOverdracht": Protect production page from accidental edits ([Bewerken=Alleen beheerders toestaan] (vervalt niet) [Hernoemen=Alleen beheerders toestaan] (vervalt niet))) |
||
(12 tussenliggende versies door 2 gebruikers niet weergegeven) | |||
Regel 1: | Regel 1: | ||
− | {{DISPLAYTITLE:eOverdracht | + | {{DISPLAYTITLE:eOverdracht {{VersieInfo|eOverdracht|release=V4.0}} FHIR Implementation Guide}} |
__NUMBEREDHEADINGS__ | __NUMBEREDHEADINGS__ | ||
=Introduction= | =Introduction= | ||
Regel 51: | Regel 51: | ||
===Task invocations=== | ===Task invocations=== | ||
− | + | The receiving XIS can query the Task at the sending XIS by using the Task.id which is communicated in the [[#Notifications|notification]]: | |
− | GET base/Task | + | GET base/Task/[Task.id] |
− | '''Note | + | '''Note''': It is up to the receiving XIS to determine if this is a new Task or an update to an existing Task, and if it is an update, what the change entails. |
− | |||
− | |||
The receiving XIS can update a Task hosted by the sending XIS using a PUT operation: | The receiving XIS can update a Task hosted by the sending XIS using a PUT operation: | ||
− | PUT base/Task/[id] | + | PUT base/Task/[Task.id] |
The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with a HTTP 422 status code and an OperationOutcome detailing the problem. | The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with a HTTP 422 status code and an OperationOutcome detailing the problem. | ||
===Notifications=== | ===Notifications=== | ||
− | It is expected that the sending XIS will notify the receiving XIS when a new Task is created or when an existing Task is updated. Although the notification mechanism is out of scope for the eOverdracht information standard, | + | It is expected that the sending XIS will notify the receiving XIS when a new Task is created or when an existing Task is updated. Although the notification mechanism is out of scope for the eOverdracht information standard, the notification SHALL communicate the {{fhir|Task.id}} to the receiving XIS. |
− | A straightforward implementation for this notification mechanism is for the notifying party to make an empty POST request on a pre-determined endpoint at the party that should be notified. | + | A straightforward implementation for this notification mechanism is for the notifying party to make an empty POST request combined with an authorization header on a pre-determined endpoint at the party that should be notified, with the {{fhir|Task.id}} appended as path component: |
+ | POST [base]/[Task.id] | ||
+ | |||
+ | The notified party is expected to respond with HTTP status code ''202 Accepted'' to inform the notifying party that the notification was successfully received. | ||
==Use of the Composition resource== | ==Use of the Composition resource== | ||
Regel 75: | Regel 76: | ||
===Composition invocations=== | ===Composition invocations=== | ||
The receiving XIS MAY use either of the following mechanism for retrieving the individual FHIR resources referenced in the Compostion resource. | The receiving XIS MAY use either of the following mechanism for retrieving the individual FHIR resources referenced in the Compostion resource. | ||
− | ; As a Document: The receiving XIS uses the {{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 Compositions list just the resources that act as the entry point for the various concepts in the eOverdracht transactions, but each of these referenced resources may further refer other resources not listed there. The sending system SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well. | + | ; As a Document: The receiving XIS uses the {{fhir|$document}} operation to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.<br/><pre>GET [base]/Composition/[Composition.id]/$document</pre>''Note:'' the Compositions list just the resources that act as the entry point for the various concepts in the eOverdracht transactions, but each of these referenced resources may further refer other resources not listed there. The sending system SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well. |
− | ; Individual requests: The receiving XIS first retrieves the Composition resource<br/><pre>GET [base]/Compositon/[id]</pre>Then the necessary other resources referenced can be fetched using a <code>GET</code> interaction. | + | ; Individual requests: The receiving XIS first retrieves the Composition resource<br/><pre>GET [base]/Compositon/[Composition.id]</pre>Then the necessary other resources referenced can be fetched using a <code>GET</code> interaction. |
The sending XIS SHALL support both mechanisms. | The sending XIS SHALL support both mechanisms. | ||
+ | |||
+ | ===Exchanging data as unstructured text=== | ||
+ | |||
+ | The information standard requires that all information described is exchanged in a structured way, according to the FHIR profiles described on this page. However, some systems are not able to support the full extent of the standard yet and may need to send part of the data as formatted text. The following implementation advice provides guidance on how systems with such a need may accomplish this exchange. | ||
+ | |||
+ | * All unstructured (textual data) is collected in one single PDF/A document. | ||
+ | * This document is added to the Composition resource representing the advance notice or the nursing handoff, in the following way: | ||
+ | ** An additional {{fhir|Composition.section}} is created, with {{fhir|.section.code}} set to SNOMED CT/{{term|703852005}} (Narrative comment section). | ||
+ | ** In this section, there is a single {{fhir|.section.entry}}, and it refers to a [http://hl7.org/fhir/stu3/documentreference.html DocumentReference] resource. | ||
+ | ** This DocumentReference resource references the PDF/A document containing the unstructured text. | ||
+ | |||
+ | The use of the DocumentReference resource allows the sender to specify additional metadata about the document, if needed. It also prevents that the PDF/A is directly included when the Composition is requested using the {{fhir|$document}} operation, which could lead to unexpected large data volumes. | ||
==Using Task to manage the workflow== | ==Using Task to manage the workflow== | ||
Regel 160: | Regel 173: | ||
!Negotiate alternative date | !Negotiate alternative date | ||
|- style="vertical-align: top;" | |- style="vertical-align: top;" | ||
− | | [[Bestand: | + | | [[Bestand:2022-03-18-eOverdracht-HappyFlow.svg|none|top]] |
− | | [[Bestand: | + | | [[Bestand:2022-03-18-eOverdracht-AlternativeDate.svg|none|top]] |
|} | |} | ||
===Partial workflow=== | ===Partial workflow=== | ||
− | When the transfer has to be carried out without the negotiation phase, the sending XIS will create the Task instance with {{fhir|Task.status}} already set to {{term| | + | When the transfer has to be carried out without the negotiation phase, the sending XIS will create the Task instance with {{fhir|Task.status}} already set to {{term|in-progress}} and {{fhir|Task.input:nursingHandoff}} populated. |
===Brokers=== | ===Brokers=== | ||
Regel 173: | Regel 186: | ||
=FHIR profiles= | =FHIR profiles= | ||
{{NoteBox|eOverdracht uses the [[FHIR:V1.0_FHIR_IG_STU3#FHIR_Packages|FHIR Packaging mechanism]]. This conveniently bundles all profiles, terminology, example material and other conformance resources you need into a single archive, which can be downloaded or installed using the appropriate FHIR tooling. This version of the information standard uses the following packages: | {{NoteBox|eOverdracht uses the [[FHIR:V1.0_FHIR_IG_STU3#FHIR_Packages|FHIR Packaging mechanism]]. This conveniently bundles all profiles, terminology, example material and other conformance resources you need into a single archive, which can be downloaded or installed using the appropriate FHIR tooling. This version of the information standard uses the following packages: | ||
− | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.eoverdracht nictiz.fhir.nl.stu3.eoverdracht, version | + | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.eoverdracht nictiz.fhir.nl.stu3.eoverdracht, version {{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}] |
* [https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017 nictiz.fhir.nl.stu3.zib2017, version 2.1.0 or compatible] | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017 nictiz.fhir.nl.stu3.zib2017, version 2.1.0 or compatible] | ||
− | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2020-preadopt nictiz.fhir.nl.stu3.zib2020-preadopt, version | + | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2020-preadopt nictiz.fhir.nl.stu3.zib2020-preadopt, version {{VersieInfo|nictiz.fhir.nl.stu3.zib2020-preadopt|release=V4.0}}] |
'''Note''': packages use [https://semver.org/ Semantic Versioning]. Other versions can be used at will as long as they have the same ''major.minor'' number or a ''minor'' number higher than the stated version.}} | '''Note''': packages use [https://semver.org/ Semantic Versioning]. Other versions can be used at will as long as they have the same ''major.minor'' number or a ''minor'' number higher than the stated version.}} | ||
Regel 185: | Regel 198: | ||
|- | |- | ||
| eOverdracht Task | | eOverdracht Task | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion= | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
|- | |- | ||
| Composition for advance notice (Aanmeldbericht) | | Composition for advance notice (Aanmeldbericht) | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-AdvanceNotice|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion= | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-AdvanceNotice|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
|- | |- | ||
| Composition for nursing handoff adults (Overdrachtsbericht volwassenen) | | Composition for nursing handoff adults (Overdrachtsbericht volwassenen) | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Adults|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion= | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Adults|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
|- | |- | ||
| Composition for nursing handoff childcare 0-1 yo (Overdrachtsbericht kinderen 0-1 jaar) | | Composition for nursing handoff childcare 0-1 yo (Overdrachtsbericht kinderen 0-1 jaar) | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-0-1yo|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion= | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-0-1yo|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
|- | |- | ||
| Composition for nursing handoff childcare 1-18 yo (Overdrachtsbericht kinderen 1-18 jaar) | | Composition for nursing handoff childcare 1-18 yo (Overdrachtsbericht kinderen 1-18 jaar) | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-1-18yo|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion= | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-1-18yo|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
|} | |} | ||
Regel 208: | Regel 221: | ||
|- | |- | ||
| rowspan=3 | Ademhaling | | rowspan=3 | Ademhaling | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration-AdministeredOxygen-AdministrationDevice|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration-AdministeredOxygen-AdministrationDevice|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration-AdministeredOxygen-AdministrationDeviceProduct|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration-AdministeredOxygen-AdministrationDeviceProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Alert | | Alert | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| AllergyIntolerance | | AllergyIntolerance | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| ApgarScore | | ApgarScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Behandeldoel | | Behandeldoel | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Betaler | | Betaler | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="3" | Blaasfunctie | | rowspan="3" | Blaasfunctie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheter|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheter|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheterProduct|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheterProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Bloeddruk | | Bloeddruk | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| BrandWond | | BrandWond | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| ChecklijstPijnScore | | ChecklijstPijnScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ChecklistPainBehaviour|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ChecklistPainBehaviour|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Contact | | Contact | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Encounter|nictiz.fhir.nl.stu3.eoverdracht}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Encounter|nictiz.fhir.nl.stu3.eoverdracht|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.eoverdracht|release=V4.0}}}} |
| Contains an extra text field to describe the reason for the contact | | Contains an extra text field to describe the reason for the contact | ||
|- | |- | ||
| Contactpersoon | | Contactpersoon | ||
− | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Darmfunctie | | Darmfunctie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Datum overplaatsing | | Datum overplaatsing | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="2" | DecubitusWond | | rowspan="2" | DecubitusWond | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| FLACCPijnScore | | FLACCPijnScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FLACCPainScale|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FLACCPainScale|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="3" | FunctieHoren | | rowspan="3" | FunctieHoren | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="3" | | | rowspan="3" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| rowspan="3" | FunctieZien | | rowspan="3" | FunctieZien | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="3" | | | rowspan="3" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAidProduct|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAidProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| Gezinssituatie | | Gezinssituatie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Huidaandoening | | Huidaandoening | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| HulpVanAnderen | | HulpVanAnderen | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="2" | Infuus | | rowspan="2" | Infuus | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="2" | | | rowspan="2" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| rowspan="2" | JuridischeSituatie | | rowspan="2" | JuridischeSituatie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.zib2020-preadopt}} (Not finalized) | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.zib2020-preadopt|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2020-preadopt|release=V4.0}}}} (Not finalized) |
| rowspan="2" | Pre-adopt of zib2020 | | rowspan="2" | Pre-adopt of zib2020 | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-Representation|nictiz.fhir.nl.stu3.zib2020-preadopt}} (Not finalized) | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LegalSituation-Representation|nictiz.fhir.nl.stu3.zib2020-preadopt|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2020-preadopt|release=V4.0}}}} (Not finalized) |
|- | |- | ||
| Levensovertuiging | | Levensovertuiging | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
− | | Extension used in {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017}} | + | | Extension used in {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| Lichaamsgewicht | | Lichaamsgewicht | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Lichaamslengte | | Lichaamslengte | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Lichaamstemperatuur | | Lichaamstemperatuur | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| MedischHulpmiddel | | MedischHulpmiddel | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDevice|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Mobiliteit | | Mobiliteit | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Mobility|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Mobility|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| MUSTScore | | MUSTScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MUSTScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MUSTScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Ontwikkeling kind | | Ontwikkeling kind | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DevelopmentChild|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DevelopmentChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| ParticipatieInMaatschappij | | ParticipatieInMaatschappij | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Patient | | Patient | ||
− | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Pijnscore | | Pijnscore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| PolsFrequentie | | PolsFrequentie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Probleem | | Probleem | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Schedelomvang | | Schedelomvang | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| SNAQ65+Score | | SNAQ65+Score | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| SNAQrcScore | | SNAQrcScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| SNAQScore | | SNAQScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="2" | SondeSysteem | | rowspan="2" | SondeSysteem | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan=2" | | | rowspan=2" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| Stoma | | Stoma | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| StrongKidsScore | | StrongKidsScore | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-StrongKidsScore|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-StrongKidsScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Taalvaardigheid | | Taalvaardigheid | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
− | | Extension used in {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017}} | + | | Extension used in {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| UitkomstVanZorg | | UitkomstVanZorg | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotDrinken | | VermogenTotDrinken | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotEten | | VermogenTotEten | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToEat|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToEat|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="3" | VermogenTotMondverzorging | | rowspan="3" | VermogenTotMondverzorging | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="3" | | | rowspan="3" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDevice|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDevice|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| VermogenTotToiletgang | | VermogenTotToiletgang | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToUseToilet|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToUseToilet|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotUiterlijkeVerzorging | | VermogenTotUiterlijkeVerzorging | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToGroome|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToGroome|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotVerpleegtechnischeHandelingen | | VermogenTotVerpleegtechnischeHandelingen | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotZelfstandigMedicatiegebruik | | VermogenTotZelfstandigMedicatiegebruik | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToManageMedication|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToManageMedication|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotZichKleden | | VermogenTotZichKleden | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDressOneself|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDressOneself|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VermogenTotZichWassen | | VermogenTotZichWassen | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToWashOneSelf|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToWashOneSelf|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VerpleegkundigeInterventie | | VerpleegkundigeInterventie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Vochtbalans | | Vochtbalans | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Voedingsadvies | | Voedingsadvies | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VoedingspatroonZuigeling | | VoedingspatroonZuigeling | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| VrijheidsBeperkendeInterventie | | VrijheidsBeperkendeInterventie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingIntervention|nictiz.fhir.nl.stu3.zib2020-preadopt}} (Not finalized) | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingIntervention|nictiz.fhir.nl.stu3.zib2020-preadopt|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2020-preadopt|release=V4.0}}}} (Not finalized) |
| Pre-adopt of zib2020 | | Pre-adopt of zib2020 | ||
|- | |- | ||
| Wilsverklaring | | Wilsverklaring | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="2" | Wond | | rowspan="2" | Wond | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/WoundCharacteristics|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Woonsituatie | | Woonsituatie | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Ziektebeleving | | Ziektebeleving | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| Zorgaanbieder | | Zorgaanbieder | ||
− | | {{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|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| | | | ||
|- | |- | ||
| rowspan="2" | Zorgverlener | | rowspan="2" | Zorgverlener | ||
− | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="2" | | | rowspan="2" | | ||
|- | |- | ||
− | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
| rowspan="7" | Zwangerschap | | rowspan="7" | Zwangerschap | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
| rowspan="7" | | | rowspan="7" | | ||
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyStatus|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyStatus|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|- | |- | ||
− | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-DateLastMenstruation|nictiz.fhir.nl.stu3.zib2017}} | + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-DateLastMenstruation|nictiz.fhir.nl.stu3.zib2017|pkgVersion={{VersieInfo|nictiz.fhir.nl.stu3.zib2017|release=V4.0}}}} |
|} | |} |
Huidige versie van 23 nov 2022 om 10:01
1 Introduction
This is the implementation guide for the information standard eOverdracht, version 4.0. This standard is described in this functional specification and implemented here using FHIR(STU3) HL7 FHIR, STU3. This implementation guide assumes that the reader is familiar with this FHIR version.
Apart from this document, the guidelines as specified in general FHIR Implementation Guide apply. In particular, the reader should take note of the Use case overarching principles and the use of FHIR packages.
2 Actors involved
Actors | Systems | FHIR Capability Statements | |||
---|---|---|---|---|---|
Name | Description | Name | Description | Name | Description |
Sending organization | The organization or health care professional(?) at the organization that wants to transfer the care of a patient | Sending XIS | Healthcare information system of the sending organization | CapabilityStatement: Sending XIS | FHIR requirements for sending XIS |
Receiving organization | The organization or health care professional(?) at the organization that the sending organization wants to transfer the care of a patient to | Receiving XIS | Healthcare information system of the receiving organization | CapabilityStatement: Receiving XIS | FHIR requirements for receiving XIS |
3 Workflow and message structure
3.1 Overview
The use cases within eOverdracht are not isolated, but form a workflow that may include the negotiation of the transfer of the patient, and ends with the transfer of the medical record. In FHIR, this is handled by using a Task resource. This resource tracks the worflow (see #Workflow) and acts as the entry point for all data exchanges (see #Use of the Composition resource) for the transfer of care for a patient.
3.2 Task
3.2.1 Task requirements
The requirements for the Task resource in the eOverdracht context are specified using the http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task profile. This profile SHALL be used for the eOverdracht workflow.
The Task instance SHALL be hosted on the server of the sending XIS. Both the sending and the receiving XIS need to be able to update the Task. The sending XIS MAY use business rules to reject an update, for example if invalid status change is used.
Both the sending and the receiving XIS SHALL monitor the Task resource for changes. It is expected that the sending XIS will use a notification mechanism to inform the receiving XIS of creation or updates of the Task (see #Notifications), but the receiving XIS could use a polling mechanism as well.
For each combination of sending and receiving XIS, a dedicated instance of the Task resource SHALL be used for each transfer situation. This is true even when the sending XIS wants to send the same request to multiple parties. The reason for this is that the Task status is used to negotiate the transfer of care, so it cannot be used simultaneously for multiple recipients.
3.2.2 Task invocations
The receiving XIS can query the Task at the sending XIS by using the Task.id which is communicated in the notification:
GET base/Task/[Task.id]
Note: It is up to the receiving XIS to determine if this is a new Task or an update to an existing Task, and if it is an update, what the change entails.
The receiving XIS can update a Task hosted by the sending XIS using a PUT operation:
PUT base/Task/[Task.id]
The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with a HTTP 422 status code and an OperationOutcome detailing the problem.
3.2.3 Notifications
It is expected that the sending XIS will notify the receiving XIS when a new Task is created or when an existing Task is updated. Although the notification mechanism is out of scope for the eOverdracht information standard, the notification SHALL communicate the Task.id
to the receiving XIS.
A straightforward implementation for this notification mechanism is for the notifying party to make an empty POST request combined with an authorization header on a pre-determined endpoint at the party that should be notified, with the Task.id
appended as path component:
POST [base]/[Task.id]
The notified party is expected to respond with HTTP status code 202 Accepted to inform the notifying party that the notification was successfully received.
3.3 Use of the Composition resource
The advance notice (Aanmeldbericht) and the (three variants of) the nursing handoff (Overdrachtsbericht) are mainly built up of individual FHIR resources, selected by the sending organization to form a coherent set of information relevant to the receiving organization. The bulk of these resources are not referenced directly from the Task. Instead, the Task references a Composition resource which in turn assembles the references to all individual FHIR resources. For this purpose, the Composition profiles described in #FHIR profiles SHALL be used.
3.3.1 Composition invocations
The receiving XIS MAY use either of the following mechanism for retrieving the individual FHIR resources referenced in the Compostion resource.
- As a Document
- The receiving XIS uses the
$document
operation to retrieve both the Composition and all referenced resources as a single document Bundle.GET [base]/Composition/[Composition.id]/$document
Note: the Compositions list just the resources that act as the entry point for the various concepts in the eOverdracht transactions, but each of these referenced resources may further refer other resources not listed there. The sending system SHALL produce a complete Bundle containing not only the resources listed directly in the Composition, but all the indirectly referenced resources as well. - Individual requests
- The receiving XIS first retrieves the Composition resource
GET [base]/Compositon/[Composition.id]
Then the necessary other resources referenced can be fetched using aGET
interaction.
The sending XIS SHALL support both mechanisms.
3.3.2 Exchanging data as unstructured text
The information standard requires that all information described is exchanged in a structured way, according to the FHIR profiles described on this page. However, some systems are not able to support the full extent of the standard yet and may need to send part of the data as formatted text. The following implementation advice provides guidance on how systems with such a need may accomplish this exchange.
- All unstructured (textual data) is collected in one single PDF/A document.
- This document is added to the Composition resource representing the advance notice or the nursing handoff, in the following way:
- An additional
Composition.section
is created, with.section.code
set to SNOMED CT/703852005 (Narrative comment section). - In this section, there is a single
.section.entry
, and it refers to a DocumentReference resource. - This DocumentReference resource references the PDF/A document containing the unstructured text.
- An additional
The use of the DocumentReference resource allows the sender to specify additional metadata about the document, if needed. It also prevents that the PDF/A is directly included when the Composition is requested using the $document
operation, which could lead to unexpected large data volumes.
3.4 Using Task to manage the workflow
The Task is the main entry point for the eOverdracht transactions. The eOverdracht workflow starts with the retrieval of a new Task instance by the receiving XIS, and all subsequent steps in the worflow are mediated by updates to this Task instance.
The eOverdracht transactions are mapped to FHIR in the following way:
eOverdracht transaction | Task | |
---|---|---|
Send advance notice |
| |
Send response to advance notice | ||
Accept transfer |
| |
Reject transfer |
| |
Propose alternate date |
| |
Respond to alternate proposed date | ||
Accept alternate proposed date:
(process starts over again) |
| |
Reject alternate proposed date: |
| |
Confirm transfer |
| |
Send nursing handoff |
| |
Send confirmation of nursing handoff |
|
The following sequence diagrams illustrate the relevant exchanges and state transitions:
Normal flow | Negotiate alternative date |
---|---|
3.4.1 Partial workflow
When the transfer has to be carried out without the negotiation phase, the sending XIS will create the Task instance with Task.status
already set to in-progress and Task.input:nursingHandoff
populated.
3.4.2 Brokers
The use of a broker to find an available healthcare provider for the patient transfer fall outside the scope of the eOverdracht information standard. However, it is possible to start the workflow without knowing the receiving organization, which allows for the use of a broker. In this situation, for the sending XIS the broker acts as a receiving XIS, and for the receiving XIS the broker acts as a sending XIS.
When Task.input:nursingHandoff
is populated with the nursing handoff Composition, Task.owner
MUST be populated with the receiving organization.
4 FHIR profiles
eOverdracht uses the FHIR Packaging mechanism. This conveniently bundles all profiles, terminology, example material and other conformance resources you need into a single archive, which can be downloaded or installed using the appropriate FHIR tooling. This version of the information standard uses the following packages:
Note: packages use Semantic Versioning. Other versions can be used at will as long as they have the same major.minor number or a minor number higher than the stated version. |
4.1 Infrastructure
The following table lists the FHIR profiles that should be used for the infrastructural parts of the eOverdracht information standard. The mapping to the functional data elements is given using the mapping within these profiles.
HCIM Name | FHIR profile |
---|---|
eOverdracht Task | http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task |
Composition for advance notice (Aanmeldbericht) | http://nictiz.nl/fhir/StructureDefinition/eOverdracht-AdvanceNotice |
Composition for nursing handoff adults (Overdrachtsbericht volwassenen) | http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Adults |
Composition for nursing handoff childcare 0-1 yo (Overdrachtsbericht kinderen 0-1 jaar) | http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-0-1yo |
Composition for nursing handoff childcare 1-18 yo (Overdrachtsbericht kinderen 1-18 jaar) | http://nictiz.nl/fhir/StructureDefinition/eOverdracht-NursingHandoff-Childcare-1-18yo |
4.2 HCIMs
The following table lists the FHIR profiles that implement the HCIMs used within eOverdracht.