<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="nl">
	<id>https://informatiestandaarden.nictiz.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Luud+Slagter</id>
	<title>informatiestandaarden - Gebruikersbijdragen [nl]</title>
	<link rel="self" type="application/atom+xml" href="https://informatiestandaarden.nictiz.nl/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Luud+Slagter"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/wiki/Speciaal:Bijdragen/Luud_Slagter"/>
	<updated>2026-07-18T23:28:28Z</updated>
	<subtitle>Gebruikersbijdragen</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223714</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223714"/>
		<updated>2024-08-05T08:33:03Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Scores and calculation rules */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instances ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and subgroups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependencies to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROM can be registered in the {{fhir|Questionnaire.version}} element. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROM is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organization.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, it is the intention to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223710</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223710"/>
		<updated>2024-08-05T08:17:30Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Questionnaire versioning */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instances ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and subgroups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependencies to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROM can be registered in the {{fhir|Questionnaire.version}} element. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROM is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organization.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223707</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223707"/>
		<updated>2024-08-05T08:08:46Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Rendering */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instances ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and subgroups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependencies to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223685</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223685"/>
		<updated>2024-08-05T06:10:11Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Main building blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note that each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instances ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and sub-groups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependency's to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223684</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223684"/>
		<updated>2024-08-05T06:09:29Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Questionnaire instance */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instances ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and sub-groups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependency's to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223683</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223683"/>
		<updated>2024-08-05T06:08:12Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* FHIR resources and building blocks */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building blocks within OBC version {{VersieInfo|OBC|release=V1.0.0}} are not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent these building blocks. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, which means it defines the questions to be asked, how these should be structured and rendered, and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting every QuestionnaireResponse to their corresponding Questionnaire.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire as a separate {{fhir|.item}} and has a unique identifier in the corresponding {{fhir|.item.linkId}} element. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for implementers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of a PROM is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, no access to the Questionnaire is necessary in order to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ResponseData&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each PROM questionnaire building block in the functional data set is represented by a separate Questionnaire instance. However, these are not listed here, but are instead added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instance ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and sub-groups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependency's to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223682</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223682"/>
		<updated>2024-08-05T05:42:35Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Boundaries */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. It is the intention to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building block within the OBC pilot version {{VersieInfo|OBC|release=V1.0.0}} is not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent the building blocks included in the pilot. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Within the scope of the OBC pilot, each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, meaning it defines the questions to be asked, how these should be structured and rendered and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMSs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting QuestionnaireResponses to their corresponding Questionnaires.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire and uniquely identified in the {{fhir|.item.linkId}} elements. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for programmers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of PROMs is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, you don't need access to the Questionnaire to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Responsedata&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each Questionnaire profile is represented by a unique questionnaire and is not included as a building block or subsequent resource. Instead, the FHIR Questionnaire instances included in the pilot are added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instance ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and sub-groups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependency's to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223681</id>
		<title>uz:V1.0.0-alpha.1 FHIR OBC</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:V1.0.0-alpha.1_FHIR_OBC&amp;diff=223681"/>
		<updated>2024-08-05T05:40:33Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V1.0.0|namespace=uz}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide OBC version {{VersieInfo|OBC|release=V1.0.0|namespace=uz}}}}&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This implementation guide (IG) functions as the initial draft for the pilot phase of a new information standard, Outcome-Based Care (OBC, Dutch: Uitkomstgerichte zorg), version {{VersieInfo|OBC|release=V1.0.0}}. This IG is developed using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. It assumes that the reader is familiar with both this version of FHIR and the functional specification [TO-ADD link]. This information standard is inspired by the international [http://hl7.org/fhir/us/sdc/index.html Structured Data Capture (SDC)] implementation guide and tries to follow it where possible.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. &lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation of PROMs in FHIR is described.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
As mentioned in the introduction, this IG serves as a precursor for the pilot phase of the new information standard OBC. This version of the IG focuses solely on the manifestation of PROM questionnaires and their corresponding answers in FHIR. It does not include clinical data or use cases for data exchange, as the primary goal of the pilot is to evaluate the feasibility of implementing FHIR in this context. The plan is to expand the scope in future versions of the IG to include clinical data and data exchange use cases, ultimately aiming to develop OBC into a comprehensive information standard.&lt;br /&gt;
&lt;br /&gt;
== FHIR resources and building blocks ==&lt;br /&gt;
The PROM questionnaires and response data building block within the OBC pilot version {{VersieInfo|OBC|release=V1.0.0}} is not based on any publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), as there are no zibs that represent the building blocks included in the pilot. Therefore, there is no dependency on corresponding nl-core profiles, and mappings to zib concepts are not defined. Currently, there are no plans to create more general nl-core profiles, as no corresponding zibs exist. &lt;br /&gt;
&lt;br /&gt;
=== Questionnaire ===&lt;br /&gt;
&lt;br /&gt;
Within the scope of the OBC pilot, each PROM questionnaire is represented through a dedicated FHIR Questionnaire instance. A FHIR Questionnaire is a definitional artifact, meaning it defines the questions to be asked, how these should be structured and rendered and what answers are allowed. More information on structure and rendering of the FHIR Questionnaire instances can be found in [[#Rendering|section 2.4]]. The answer options to each question are represented through terminology resources using ValueSets and CodeSystems.&lt;br /&gt;
&lt;br /&gt;
The primary purpose of representing PROMSs as Questionnaire instances is to establish a canonical identifier for each PROM in the form of a URI. This URI serves as a linkage point connecting QuestionnaireResponses to their corresponding Questionnaires.&lt;br /&gt;
&lt;br /&gt;
The Questionnaire resource isn't strictly necessary to create a QuestionnaireResponse. However, using FHIR Questionnaire instances for PROMs provides significant benefits through standardized and structured formatting. Each question is included in the Questionnaire and uniquely identified in the {{fhir|.item.linkId}} elements. Additionally, the terminology used in PROMs is represented in FHIR ValueSet and CodeSystem resources and is correctly linked to the questions in the Questionnaire, ensuring all definitions are easily accessible for programmers.&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse ===&lt;br /&gt;
&lt;br /&gt;
The collection of outcomes and scores of PROMs is represented in a FHIR QuestionnaireResponse profile. For every completed PROM, an instance conforming to the [https://simplifier.net/nictiz-r4-outcomebasedcare/obcquestionnaireresponse obc-QuestionnaireResponse] profile is created. This profile features a structured set of answers with linked ids to the answered questions. The QuestionnaireResponse also includes the completion date and the language of the completed form.&lt;br /&gt;
&lt;br /&gt;
The QuestionnaireResponse contains enough information about the questions asked that it can be interpreted somewhat independently from the Questionnaire it is based on. In other words, you don't need access to the Questionnaire to extract basic information from a QuestionnaireResponse.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Responsedata&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse|nictiz.fhir.nl.r4.obc|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.obc|release=V1.0.0-beta.1|namespace=obc}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each Questionnaire profile is represented by a unique questionnaire and is not included as a building block or subsequent resource. Instead, the FHIR Questionnaire instances included in the pilot are added as [https://simplifier.net/nictiz-r4-outcomebasedcare//~resources?category=Example&amp;amp;exampletype=Questionnaire MISSING instances] to the FHIR package.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
=== Questionnaire instance ===&lt;br /&gt;
&lt;br /&gt;
Each instance of a FHIR Questionnaire contains the following elements:&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| uri&lt;br /&gt;
| Questionnaire Coding system&lt;br /&gt;
| Questionnaire.Coding.system&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Questionnaire code&lt;br /&gt;
| Questionnaire.Coding.code&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Questionnaire code display&lt;br /&gt;
| Questionnaire.Coding.display&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Title of Questionnaire&lt;br /&gt;
| Questionnaire.title&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Publisher information&lt;br /&gt;
| Questionnaire.publisher&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Version of Questionnaire&lt;br /&gt;
| Questionnaire.version&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Language of Questionnaire&lt;br /&gt;
| Questionnaire.meta.language&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Domain code of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.code&lt;br /&gt;
|-&lt;br /&gt;
| any&lt;br /&gt;
| Domain of Questionnaire&lt;br /&gt;
| Questionnaire.usageContext.value&lt;br /&gt;
|-&lt;br /&gt;
| markdown (string)&lt;br /&gt;
| License/Author information&lt;br /&gt;
| Questionnaire.copyright&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only instructions for a question or group of questions&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Instruction format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Question&lt;br /&gt;
| Questionnaire.item.text&lt;br /&gt;
|-&lt;br /&gt;
| code&lt;br /&gt;
| Value type of question&lt;br /&gt;
| Questionnaire.item.type&lt;br /&gt;
|-&lt;br /&gt;
| coding&lt;br /&gt;
| Flag for sensitive questions&lt;br /&gt;
| Questionnaire.item.linkId.extension:sensitivityFlag&lt;br /&gt;
|-&lt;br /&gt;
| ??coding&lt;br /&gt;
| Question format&lt;br /&gt;
| Questionnaire.item.extension:renderingStyle??&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| ??Score rating for questionnaire??&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score rating &lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score rating &lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Total score for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden total score&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|-&lt;br /&gt;
| string&lt;br /&gt;
| Interpretation score calculation rules for questionnaire&lt;br /&gt;
| Questionnaire.item&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Read-only interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.readOnly&lt;br /&gt;
|-&lt;br /&gt;
| boolean&lt;br /&gt;
| Hidden interpretation score calculation rules&lt;br /&gt;
| Questionnaire.item.extension:hidden&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== QuestionnaireResponse profile ===&lt;br /&gt;
The QuestionnaireResponse profile is connected to the functional definitions in ART-DECOR. It includes mappings to all data elements within the functional data set (prefixed with ‘obc-dataelement-10-').&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Type&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Id&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Concept&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Cardinality&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Profile&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Mapping&lt;br /&gt;
|-&lt;br /&gt;
| &lt;br /&gt;
| 1405&lt;br /&gt;
| Antwoordgegevens&lt;br /&gt;
| 0 .. *&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse&lt;br /&gt;
|-&lt;br /&gt;
| Any??&lt;br /&gt;
| 14??&lt;br /&gt;
| Vraag&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.item??&lt;br /&gt;
|-&lt;br /&gt;
| Any&lt;br /&gt;
| 1404&lt;br /&gt;
| Antwoord&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.answer.value[x]&lt;br /&gt;
|-&lt;br /&gt;
| dateTime&lt;br /&gt;
| 1406&lt;br /&gt;
| InvulDatumTijd&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.authored&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1407&lt;br /&gt;
| Onderwerp&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.subject&lt;br /&gt;
|-&lt;br /&gt;
| reference&lt;br /&gt;
| 1440&lt;br /&gt;
| IngevuldeVragenlijst&lt;br /&gt;
| 0 .. 1&lt;br /&gt;
| [http://nictiz.nl/fhir/StructureDefinition/obc-QuestionnaireResponse obc-QuestionnaireResponse]&lt;br /&gt;
| QuestionnaireResponse.questionnaire&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Rendering ==&lt;br /&gt;
A PROM questionnaire may take the form of a straightforward flat list of questions, but may also be hierarchically organized in groups and sub-groups including patient instructions. Likewise, it can contain a wide range of question types, varying from simple fill-out fields to multiple-choice questions, scales and questions with dependency's to previous answers. As a result, different styles can be rendered for particular items.&lt;br /&gt;
&lt;br /&gt;
The FHIR base Questionnaire resource offers limited rendering capabilities, with item labels and text elements displayed sequentially, and choice options provided through renderer-determined controls. For more control, the core specification defines additional elements and extensions, including the [https://build.fhir.org/ig/HL7/sdc/rendering.html rendering-style] extension. This extension allows the full capabilities of the HTML style attribute to be applied to items in a questionnaire, such as changing font or color, and adjusting font styles like bold, italics, or small caps. Conformant systems may ignore this extension unless the rendering-styleSensitive flag is set to true.&lt;br /&gt;
&lt;br /&gt;
The JSON snippet below is an example of a Questionnaire instance that contains the rendering-style extension to make the item partially bold.&lt;br /&gt;
&lt;br /&gt;
[INSERT SNIPPET]&lt;br /&gt;
&lt;br /&gt;
== Questionnaire versioning ==&lt;br /&gt;
PROMs are subject to change over time, with alterations or additions made to their questions and answer options, as well as to the underlying algorithm used to calculate the scores. Any changes made to these PROMs are recorded and disseminated through ?Amigo?. To accurately analyse PSOM (PROMs Standard Operating Model) data, it is crucial to determine which version of the PROM was filled out by the subject. This can be done by matching the PROM version with the Amigo reference number.&lt;br /&gt;
&lt;br /&gt;
In FHIR, the version of a PROMs can be registered in the {{fhir|Questionnaire.version element}}. A Questionnaire is referenced from other resources by its [https://www.hl7.org/fhir/r4/references.html#canonical canonical URL]. To reference a particular version of a Questionnaire, users must combine the canonical URL and version using a pipe character in the format: [canonicalURL]|[version]. When users refer to a Questionnaire with just the {{fhir|.url}}, they automatically refer to the latest version.&lt;br /&gt;
&lt;br /&gt;
However, the definition of 'latest version' may vary for Amigo compared to what the PROMs provider may consider latest. Therefore, to ensure clarity about which version of the PROMs is requested and collected, any references in the {{fhir|QuestionnaireResponse.questionnaire}} SHALL always include a specific version.&lt;br /&gt;
&lt;br /&gt;
To note:&lt;br /&gt;
*The assumption is that all PROMs will be registered with a version number.&lt;br /&gt;
*Amigo will be responsible for assigning version numbers to ensure these reflect a consistent standard approach for the organisation.&lt;br /&gt;
&lt;br /&gt;
== Sensitive questions ==&lt;br /&gt;
&lt;br /&gt;
Every PROM may include sensitive questions, indicating that the answers might contain sensitive information. As a result, a specific level of authorization is required to read these answers.&lt;br /&gt;
&lt;br /&gt;
The Data Segmentation for Privacy project defined the Inline Security Label extension. This extension enables flagging elements with a security label, for example indicating their sensitivity, and SHALL be added to all relevant {{fhir|.item}} elements as {{fhir|.item.linkId.extension:sensitivityFlag}} in both the Questionnaire and QuestionnaireResponse instances. The {{fhir|.valueCoding}} SHALL be populated with the code PDS from the InformationSensitivityPolicy ValueSet to indicate this data item contains sensitive information reported by the patient.&lt;br /&gt;
&lt;br /&gt;
== Scores and calculation rules ==&lt;br /&gt;
The Questionnaire definition includes information on how to calculate the total score, the weight for each question, and how to interpret the total score. Currently, this information is provided in {{fhir|.item}} elements, where the calculation rules are read-only instructions and hidden from users completing the forms through an extension.&lt;br /&gt;
&lt;br /&gt;
In the next version of the Questionnaire definition, the plan is to incorporate dynamic calculation rules using structured data capture, making the Questionnaire more structured and flexible.&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=uz:Landingspagina_Uitkomstgerichte_Zorg&amp;diff=223680</id>
		<title>uz:Landingspagina Uitkomstgerichte Zorg</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=uz:Landingspagina_Uitkomstgerichte_Zorg&amp;diff=223680"/>
		<updated>2024-08-05T05:36:35Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE: Landingspagina Contra-indicaties en Overgevoeligheden}}&lt;br /&gt;
&lt;br /&gt;
Het Programma &amp;quot;Uitkomstgerichte Zorg&amp;quot; is een landelijk initiatief om de kwaliteit en efficiëntie van de gezondheidszorg in Nederland te verbeteren. Het programma heeft twee doelen:&lt;br /&gt;
&lt;br /&gt;
* Het bevorderen van gezamenlijke besluitvorming op basis van uitkomstinformatie. Dit kan bijdragen aan het verbeteren van de kwaliteit van leven voor de patiënt.&lt;br /&gt;
* Het leveren van kwaliteitszorg en het verhogen van de werktevredenheid voor de zorgprofessional.&lt;br /&gt;
&lt;br /&gt;
Het programma betrekt verschillende belanghebbenden, zoals patiënten, zorgverleners, verzekeraars en onderzoekers, die samenwerken om uitkomstmaten, dataverzamelingsmethoden en best practices te ontwikkelen en te implementeren. Daarnaast bestrijkt het programma verschillende domeinen van de gezondheidszorg, zoals chronische ziekten, oncologie, verloskunde en geestelijke gezondheid. Door zich te richten op de uitkomsten die het belangrijkst zijn voor patiënten en professionals, streeft het programma naar een meer patiëntgerichte, waardegedreven en duurzame gezondheidszorg in Nederland. Voor elke zorgdomein zijn de belangrijkste uitkomstmaten gedefinieerd. Daarnaast zijn er methodes en instrumenten ontwikkeld voor het meten en rapporteren van de uitkomstmaten. [Rol van Nictiz]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Ondersteunende informatie en handleidingen==&lt;br /&gt;
&lt;br /&gt;
===Actueel===&lt;br /&gt;
&lt;br /&gt;
==Ontwerpen==&lt;br /&gt;
&lt;br /&gt;
===Actueel===&lt;br /&gt;
*[[uz:V1.0.0_FHIR_OBC|FHIR Implementation Guide Outcome-Based Care 1.0.0 (ENG)]]&lt;br /&gt;
&lt;br /&gt;
===Vorige versies===&lt;br /&gt;
&lt;br /&gt;
==Release notes==&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.3_FHIR_CiO&amp;diff=223280</id>
		<title>cio:V2.0.0-beta.3 FHIR CiO</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.3_FHIR_CiO&amp;diff=223280"/>
		<updated>2024-07-24T09:07:55Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Initial version of technical design for beta.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V2.0.0-beta.3|namespace=cio}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide CiO version {{VersieInfo|CiO|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Icoon Nictiz Cirkel Informatiestandaard Contra-indicaties en Overgevoeligheden (2).svg|link=|100px|CiO|rechts]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This is the implementation guide (IG) for the information standard CiO (Dutch: Contra-indicaties en overgevoeligheden, English: Contraindications and hypersensitivities), version {{VersieInfo|CiO|release=V2.0.0-beta.3}}. The functional specification can be found [[cio:V2.0.0-beta.2_Ontwerp_CiO|here]] and is implemented using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. Where the general IG uses the term ‘use case’, this IG uses the term ‘transaction’ for the various processes that are described.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
&lt;br /&gt;
Note that this version of the CiO information standard is only focused on medication contraindications and hypersensitivities due to medication (see [[cio:V2.0.0-beta.2_Ontwerp_CiO#Algemeen|section 1.1 of the functional specification]]). Technically this scope is reflected in for instance the terminology used within the FHIR profiles or the naming of the cio-MedicationContraIndication profile. In this IG however, we will not further elaborate on this narrower scope and instead describe the technical implementation of this standard as general as possible, in order to make it easier to incorporate a broadening of the scope in subsequent versions of this IG.&lt;br /&gt;
&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the CiO standard version {{VersieInfo|CiO|release=V2.0.0-beta.3}} is partly based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), and subsequent changes made that will be present in the 2024 prepublication. In particular, the prepublication of 2021 saw the introduction of the Hypersensitivity and Reaction zibs which are based on and still have quite some overlap with the zib AllergyIntolerance that already existed. In the prepublication of 2024 the zibs Hypersensitivity and Reaction have been overhauled in such a way that they only contain ‘diagnostic’ elements. The concepts within these zibs that were related to surveillance with respect to substances have been removed, resulting in a new zib SurveillanceDecision. Moreover, the zib Alert has changed in this prepublication such that the zib MedicationContraIndication has become superfluous, by adding a new AlertType reserved for medication contraindications. The functional data set of CiO has further built upon these four zibs, and the resulting objects (which are actually exchanged) are referred to as ‘building blocks’ in the data set, and can thus be seen as ‘extended zibs’ suitable for implementation.&lt;br /&gt;
&lt;br /&gt;
Due to new insights, the building blocks Hypersensitivity and Reaction in the functional data set have deviated quite a lot from the zib AllergyIntolerance present in the 2020 publication, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from the nl-core profiles, meaning that they are not derived from nl-core-AllergyIntolerance. Similarly, for the building block MedicationContraIndication it was not possible to derive its profile from the nl-core-Alert profile corresponding to zib publication 2020, due to incompatible changes introduced in the zib Alert in the prepublication of 2024. Lastly, the zib SurveillanceDecision is newly introduced, so obviously no derivation from nl-core profiles is possible.&lt;br /&gt;
&lt;br /&gt;
In a subsequent version of the information standard, it is the intention to base the profiles for all building blocks on their respective nl-core profiles based on zib publication 2024. There are however some considerations to be taken into account, since it is only possible to use these nl-core profiles provided:&lt;br /&gt;
* the underlying zibs are still part of the 2024 publication;&lt;br /&gt;
* no incompatible changes will be added on the relevant zibs between the prepublication and publication of 2024;&lt;br /&gt;
* they are defined in FHIR R4 (otherwise the cio profiles would also need to be converted to another FHIR version).&lt;br /&gt;
&lt;br /&gt;
It is important to note that there is still extensive discussion about the exact scope and content of the CiO building blocks, meaning that the current profiles definitely cannot be considered to be stable and ready for use.  A list of discussion topics with regards to the technical implementation can be found in [[#Discussion|section 2.5]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.cio|v1={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as CiO version 2.0.0 was the first release of the CiO information standard based on FHIR R4. This means that CiO version 2.0.0-beta.x makes use of version 1.0.0-beta.x of the nictiz.fhir.nl.r4.cio FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main building blocks have no dependency on any zib counterparts of the 2020 publication, resulting in so-called ‘cio’ profiles.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The last two building blocks in the above table have a special status:&lt;br /&gt;
* Condition is not a separate building block within the CiO data set, and the cio-Condition profile actually contains mappings to concepts within the Hypersensitivity and Reaction building blocks that relate to the underlying condition and diagnosis. Thus, in order to convey the complete Hypersensitivity or Reaction building block, it is necessary to use an instance conforming to the cio-Hypersensitivity or cio-Reaction profile, together with an instance conforming to the cio-Condition profile.&lt;br /&gt;
* The RegistrationData building block is part of every other main building block in the data set, containing data that relates to the registering process instead of the medical concept itself. Such data is often not (completely) mappable within the profiles corresponding to the medical concept. Hence, whenever another main building block is exchanged, it is represented by its own profile in conjunction with an instance of the cio-RegistrationData profile. In the future, if more information standards will make use of the Provenance resource to represent the administrative concepts present in RegistrationData, it is intended to create an nl-core-RegistrationData profile that replaces the cio-RegistrationData profile.&lt;br /&gt;
&lt;br /&gt;
=== Secondary building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several secondary building blocks referenced from the main building blocks. All secondary building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’]] package.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. In general the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient takes place rather than the organizational information. However, within the CiO information standard, the HealthcareProvider is only referenced indirectly via the PractitionerRole resource, hence a reference to the Organization profile is sufficient in those cases. The Location profile is mentioned in the table above for completeness purposes.&lt;br /&gt;
&lt;br /&gt;
=== Relations between building blocks ===&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Resources diagram CiO (beta.2).drawio.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. The FHIR profiles contain mappings to all data elements that are present in the functional data set (prefixed with ‘cio-dataelement-20-’).&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} or {{fhir|.patient}} of each FHIR instance of each main building block (with the exception of RegistrationData).&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept ‘Identification’ of data type Identifier, for example RelationHypersensitivity (cio-dataelement-20-734) in building block Hypersensitivity. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* Flag: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all Flag resources of a patient with a fake BSN of 111222333:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most request examples in this IG do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
As stated before, the current profiles cannot be considered to be stable and ready for use. This is partly due to the ongoing discussion about the exact scope and content of the functional building blocks in CiO. However, there are also some topics regarding the technical implementation that need to be addressed before considering the resulting FHIR profiles to be ready for use:&lt;br /&gt;
&lt;br /&gt;
* The functional data set defines several relations between different building blocks (concepts with a name starting with ‘Relation…’), which have been implemented in FHIR as custom extensions of data type ‘Reference’. Some of these refer to instances of the same building block and are meant to track updates done between different instances of the same building block. In that sense the approach of the Medication Process information standard is followed here, where such relations are used for building blocks that are changed or stopped. In FHIR however it is possible to just update existing resources resulting in a new version of the same instance, and therefore it is up for debate whether this approach is deemed necessary and desirable for the CiO use cases. In particular one might wonder whether this approach is justified for Flag resources, since this resource has a different nature than for instance medication-related resources. The conclusion on this topic also depends on the way object identification and mutations will be handled on a functional level within the CiO information standard. This has not been fully thought out yet and will be taken into consideration for the 2.0.0-beta.3 release.&lt;br /&gt;
* This is the first release of an information standard making use of the Provenance resource to represent the concepts present within the zib RegistrationData (instead of defining additional extensions for concepts like RegistrationDateTime and InformationSource). The exact use of this resource on a broader level needs to be further analyzed (and generalized).&lt;br /&gt;
* Several concepts within the Hypersensitivity and Reaction building blocks that are related to the underlying condition and diagnosis have been mapped to elements within a separate Condition profile, instead of adding them as extensions within the AllergyIntolerance profiles. It needs to be discussed whether this approach is feasible (also taking into account international standards) and whether this Condition resource has a ‘right’ to exist. Moreover, the Hypersensitivity and Reaction building blocks are modeled by different AllergyIntolerance profiles, as they are both representing diagnostic insight of a health professional regarding (the predisposition to develop) a reaction, while in core FHIR the relation between a hypersensitivity and reactions due to that hypersensitivity are modeled within one AllergyIntolerance. This discrepancy might result in difficulties when exchanging information on hypersensitivities and reactions on a broader/international scale. Both modeling approaches mentioned here need to be taken into account while deciding on the definitive modeling of the aforementioned building blocks.&lt;br /&gt;
* The exact requirements regarding the search parameters used within CiO aren't fully fledged yet, especially the {{fhir|_revinclude}} defined on {{fhir|Provenance.target}}, and the possible requirement of an {{fhir|_include}} on the contents of the {{fhir|flag-detail}} extension (the latter being out of scope for this release). Note that in general, references are required to be either resolvable or readily available in the search request results; since the reference between the Provenance resource and other resources is reversed with respect to the focal resource of the search requests, supporting the {{fhir|_revinclude}} on {{fhir|Provenance.target}} is required. Further discussion with software suppliers is necessary to finalize these requirements.&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[cio:V2.0.0-beta.2_Ontwerp_CiO#Usecases|section 2 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication contraindications transaction is used by the client to retrieve medication contraindications from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.16_20200622101830 MedicationContraIndication (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.17-2020-06-22T101830.html Retrieving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraindications.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.18-2020-06-22T101830.html Serving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication contraindications or specific ones matching various parameters, they issue a retrieve medication contraindications request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on MedicationContraIndication building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the MedicationContraIndication.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the MedicationContraIndication building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication contraindications transaction is used by the client to send medication contraindications to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.10_20200622101711 MedicationContraIndication (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.11-2020-06-22T101711.html Sending medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraIndications.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}|title=CapabilityStatement Send/receive medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication contraindications&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication hypersensitivities transaction is used by the client to retrieve medication hypersensitivities from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.34_20201021150632 MedicationHypersensitivity (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.35-2020-10-21T150632.html Retrieving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication hypersensitivities}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.36-2020-10-21T150632.html Serving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication hypersensitivities or specific ones matching various parameters, they issue a retrieve medication hypersensitivities request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
References within the {{fhir|flag-detail}} extension (in the Flag resources present in the search result) to instances conforming to the cio-Hypersensitivity or cio-Reaction profiles can be resolved afterwards by individual read operations. The same holds true for instances conforming to the cio-Condition profile referenced from {{fhir|Provenance.target}}.&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on SurveillanceDecision building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the SurveillanceDecision.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the SurveillanceDecision building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
References to AllergyIntolerance and Condition resources are resolved by individual read operations, as mentioned above. Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication hypersensitivities transaction is used by the client to send medication hypersensitivities to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.31_20201021150608 MedicationHypersensitivity (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.32-2020-10-21T150608.html Sending medication hypersensitivities ]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}|title=CapabilityStatement Send/receive medication hypersensitivities }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication hypersensitivities &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.3|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Release notes =&lt;br /&gt;
&lt;br /&gt;
Release notes can be found on the [[cio:V2.0.0-beta.2_Ontwerp_CiO#Release_Notes| functional design page]].&lt;br /&gt;
&lt;br /&gt;
= Footnotes =&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=223278</id>
		<title>Sjabloon:VersieInfo</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=223278"/>
		<updated>2024-07-24T09:00:42Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated 2.0.0-beta.3 for CiO&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{{namespace|{{NAMESPACE}}}}}:{{{release|{{ROOTPAGENAME}}}}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2019.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 2.2.2&lt;br /&gt;
 | Laboratoriumresultaten = 1.2.2&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 1.2.2&lt;br /&gt;
 | AllergieIntolerantie = 2.1.2&lt;br /&gt;
 | AllergieIntolerantieVertaling = 1.A.15&lt;br /&gt;
 | eAfspraak = 1.2.2&lt;br /&gt;
 | Zelfmetingen = 1.3.2&lt;br /&gt;
 | PDFA = 2.1.2&lt;br /&gt;
 | PDFA1 = 1.3.2&lt;br /&gt;
 | Huisartsgegevens = 1.2.2&lt;br /&gt;
 | BgGGZ = 1.2.2&lt;br /&gt;
 | BgLZ = 1.1.2&lt;br /&gt;
 | Beelden = 1.1.2&lt;br /&gt;
 | Vragenlijsten = 1.1.2&lt;br /&gt;
 | package = 1.3.19&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 1.3.19&lt;br /&gt;
 | Editie = 2019.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 3.1.20&lt;br /&gt;
 | Laboratoriumresultaten = 2.0.37&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 2.0.37&lt;br /&gt;
 | AllergieIntolerantie = 3.0.37&lt;br /&gt;
 | AllergieIntolerantieVertaling = 2.A.14&lt;br /&gt;
 | eAfspraak = 2.0.37&lt;br /&gt;
 | Zelfmetingen = 2.0.37&lt;br /&gt;
 | PDFA = 3.0.39&lt;br /&gt;
 | PDFA1 = 3.0.39&lt;br /&gt;
 | Huisartsgegevens = 2.0.38&lt;br /&gt;
 | BgGGZ = 2.0.38&lt;br /&gt;
 | BgLZ = 2.0.24&lt;br /&gt;
 | Beelden = 2.0.37&lt;br /&gt;
 | Vragenlijsten = 2.0.39&lt;br /&gt;
 | Vragenlijsten1 = 1.0.39&lt;br /&gt;
 | Geboortezorg = 1.0.4&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eafspraak = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.stu3.images = 1.0.3&lt;br /&gt;
 | nictiz.fhir.nl.stu3.questionnaires = 2.0.8&lt;br /&gt;
 | nictiz.fhir.nl.stu3.bgz = 1.1.1&lt;br /&gt;
 | Editie = 2020.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.02 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgLZ = 3.1.18&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | Editie = 2020.02&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V6 = {{#switch: {{{1}}}&lt;br /&gt;
 | Dossierwijzigingsverzoek = 1.0.15&lt;br /&gt;
 | Vaccinatie-Immunisatie = 1.0.13&lt;br /&gt;
 | MedMij_FHIR_IG_R4 = 1.0.5&lt;br /&gt;
 | MedMij_FunctioneelOntwerp = 1.0.2&lt;br /&gt;
 | Kwalificatie = 1.0.4&lt;br /&gt;
 | package = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.patientcorrections = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.r4.immunization = 1.0.3&lt;br /&gt;
 | Editie = 6.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:IG:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FHIR_IG_R4 = 1.0.5&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:FO:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FunctioneelOntwerp = 1.0.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:Kwalificatie:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_Kwalificatie = 1.0.4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| FHIR:V1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | FHIR_IG_R4 = 1.0.4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V9.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp = 9.1&lt;br /&gt;
 | Medicatieproces = 9.1.0&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.5&lt;br /&gt;
 | package = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.medicationprocess= 9.1.0-beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V2.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 1.0.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.5&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Lab:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.labexchange = 3.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| vpk:V4.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | eOverdracht = 4.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eoverdracht = 4.0.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| vpk:V4.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | eOverdracht = 4.1.0-alpha.1&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eoverdracht = 4.1.0-alpha.1&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2020-preadopt = 0.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| hg:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | ELZ = 0.2.0-beta.1&lt;br /&gt;
 | BITS = {{Sjabloon:VerwijzingServicemanagement}}&lt;br /&gt;
 | nictiz.fhir.nl.r4.elz = 0.2.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Gebz:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | MedMij_Integrale_Zwangerschapskaart = 0.1.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.stu3.geboortezorg = 1.2.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.9.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.3 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.3&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0b = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alpha.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| BgZ:V1.1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 1.1.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/MSZ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| jgz:V7 = {{#switch: {{{1}}}&lt;br /&gt;
 | JGZ = 7.1.3&lt;br /&gt;
 | BITS = {{Sjabloon:VerwijzingServicemanagement}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| imm:V2 = {{#switch: {{{1}}}&lt;br /&gt;
 | Vaccinatie-Immunisatie = 2.0.0-alpha.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.immunization = 2.0.0-alpha.3&lt;br /&gt;
 | BITS = {{Sjabloon:VerwijzingServicemanagement}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Doel ==&lt;br /&gt;
&lt;br /&gt;
Er zijn allerlei situaties waarin de specifieke versie van een component een bepaalde versie van een ander component gebruikt, bijvoorbeeld een versie van een informatiestandaard die een bepaalde versie van een FHIR-package nodig heeft. Dit sjabloon is bedoeld om dit soort versie-afhankelijkheden te leggen.&lt;br /&gt;
&lt;br /&gt;
== Gebruik ==&lt;br /&gt;
&lt;br /&gt;
Dit sjabloon koppelt simpelweg de versie (om legacy-redenen 'release' genoemd) van de gebruikende component plus de naam van de gebruikte component aan de versienummer van deze gebruikte component.&lt;br /&gt;
&lt;br /&gt;
Het sjabloon kan op pagina's ingezet worden met:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|[component](|release=[release])(|namespace=[namespace])}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;component&amp;lt;/code&amp;gt;: de naam van de ''gebruikte'' component, dus bv. de naam van het FHIR-package dat een standaard gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;release&amp;lt;/code&amp;gt;: de versie(string) van de ''gebruikende'' component, dus bv. de versie van een informatiestandaard die het FHIR-package gebruikt. Als deze parameter wordt weggelaten, wordt als default de [https://www.mediawiki.org/wiki/Help:Magic_words#Page_names ROOTPAGENAME] van de (aanroepende) pagina gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;namespace&amp;lt;/code&amp;gt;: als de gebruikende ''pagina'' zich in een andere namespace bevindt dan de namespace geregistreerd in dit sjabloon kan hier de namespace expliciet vermeld worden. Dit is vooral relevant voor verwijzingen waarin het versienummer wordt opgenomen.&lt;br /&gt;
&lt;br /&gt;
Dit wordt dan vervangen door het bijbehorende versienummer. De naam van 'component' dient uiteraard exact overeen te komen met de naam die in dit sjabloon staat.&lt;br /&gt;
&lt;br /&gt;
Bijvoorbeeld: binnen MedMij worden versienummers van individuele informatiestandaarden gekoppeld aan een bepaalde MedMij-release. Bv. de BgZ heeft binnen de MedMij-release &amp;quot;V2019.01&amp;quot; het versienummer 2.1.13. Dit kan opgezocht worden via:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|BgZ|release=V2019.01}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Onderhoud versienummers ===&lt;br /&gt;
&lt;br /&gt;
Het sjabloon bestaat uit een geneste switch; de eerste tak kijkt naar de Release (de eerste parameter), de tweede naar de naam van de gezochte component. Deze informatie staat bovenaan de pagina wanneer deze bewerkt wordt.&lt;br /&gt;
&lt;br /&gt;
Wanneer het nodig is om een nieuwe release toe te voegen, volstaat het om het volgende stuk toe te voegen:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| NAMESPACE:&amp;lt;release&amp;gt; = {{#switch: {{{2}}}&lt;br /&gt;
 | &amp;lt;component1&amp;gt; = x.x.x&lt;br /&gt;
 | &amp;lt;component2&amp;gt; = x.x.x&lt;br /&gt;
 ...&lt;br /&gt;
 | &amp;lt;componentN&amp;gt; = x.x.x&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Afwijkende versienummers in systeemrolcodes ===&lt;br /&gt;
&lt;br /&gt;
In sommige informatiestandaarden zijn er systeemrolcodes met een versie die afwijkt van die van de standaard als geheel. Typisch gebeurt dit wanneer er een use case is bijgekomen in een standaard; de major-versie wordt opgehoogd, maar de systeemrollen in de oorspronkelijke use case blijven de oorspronkelijke versie gebruiken (zolang er nog geen reden is om over te gaan naar een nieuwe versie).&lt;br /&gt;
&lt;br /&gt;
Er is gekozen voor een pragmatische aanpak in dit soort gevallen door simpelweg een tweede entry toe te voegen voor de afwijkende major-versie; de standaard &amp;quot;PDF/A&amp;quot; staat bijvoorbeeld twee keer in het lijstje, een keer als &amp;quot;PDFA&amp;quot; en een keer als &amp;quot;PDFA1&amp;quot; voor de oudere systeemrolcodes.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.3_FHIR_CiO&amp;diff=223277</id>
		<title>cio:V2.0.0-beta.3 FHIR CiO</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.3_FHIR_CiO&amp;diff=223277"/>
		<updated>2024-07-24T08:51:29Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Initial technical design beta.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V2.0.0-beta.2|namespace=cio}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide CiO version {{VersieInfo|CiO|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Icoon Nictiz Cirkel Informatiestandaard Contra-indicaties en Overgevoeligheden (2).svg|link=|100px|CiO|rechts]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This is the implementation guide (IG) for the information standard CiO (Dutch: Contra-indicaties en overgevoeligheden, English: Contraindications and hypersensitivities), version {{VersieInfo|CiO|release=V2.0.0-beta.2}}. The functional specification can be found [[cio:V2.0.0-beta.2_Ontwerp_CiO|here]] and is implemented using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. Where the general IG uses the term ‘use case’, this IG uses the term ‘transaction’ for the various processes that are described.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
&lt;br /&gt;
Note that this version of the CiO information standard is only focused on medication contraindications and hypersensitivities due to medication (see [[cio:V2.0.0-beta.2_Ontwerp_CiO#Algemeen|section 1.1 of the functional specification]]). Technically this scope is reflected in for instance the terminology used within the FHIR profiles or the naming of the cio-MedicationContraIndication profile. In this IG however, we will not further elaborate on this narrower scope and instead describe the technical implementation of this standard as general as possible, in order to make it easier to incorporate a broadening of the scope in subsequent versions of this IG.&lt;br /&gt;
&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the CiO standard version {{VersieInfo|CiO|release=V2.0.0-beta.2}} is partly based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), and subsequent changes made that will be present in the 2024 prepublication. In particular, the prepublication of 2021 saw the introduction of the Hypersensitivity and Reaction zibs which are based on and still have quite some overlap with the zib AllergyIntolerance that already existed. In the prepublication of 2024 the zibs Hypersensitivity and Reaction have been overhauled in such a way that they only contain ‘diagnostic’ elements. The concepts within these zibs that were related to surveillance with respect to substances have been removed, resulting in a new zib SurveillanceDecision. Moreover, the zib Alert has changed in this prepublication such that the zib MedicationContraIndication has become superfluous, by adding a new AlertType reserved for medication contraindications. The functional data set of CiO has further built upon these four zibs, and the resulting objects (which are actually exchanged) are referred to as ‘building blocks’ in the data set, and can thus be seen as ‘extended zibs’ suitable for implementation.&lt;br /&gt;
&lt;br /&gt;
Due to new insights, the building blocks Hypersensitivity and Reaction in the functional data set have deviated quite a lot from the zib AllergyIntolerance present in the 2020 publication, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from the nl-core profiles, meaning that they are not derived from nl-core-AllergyIntolerance. Similarly, for the building block MedicationContraIndication it was not possible to derive its profile from the nl-core-Alert profile corresponding to zib publication 2020, due to incompatible changes introduced in the zib Alert in the prepublication of 2024. Lastly, the zib SurveillanceDecision is newly introduced, so obviously no derivation from nl-core profiles is possible.&lt;br /&gt;
&lt;br /&gt;
In a subsequent version of the information standard, it is the intention to base the profiles for all building blocks on their respective nl-core profiles based on zib publication 2024. There are however some considerations to be taken into account, since it is only possible to use these nl-core profiles provided:&lt;br /&gt;
* the underlying zibs are still part of the 2024 publication;&lt;br /&gt;
* no incompatible changes will be added on the relevant zibs between the prepublication and publication of 2024;&lt;br /&gt;
* they are defined in FHIR R4 (otherwise the cio profiles would also need to be converted to another FHIR version).&lt;br /&gt;
&lt;br /&gt;
It is important to note that there is still extensive discussion about the exact scope and content of the CiO building blocks, meaning that the current profiles definitely cannot be considered to be stable and ready for use.  A list of discussion topics with regards to the technical implementation can be found in [[#Discussion|section 2.5]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.cio|v1={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as CiO version 2.0.0 was the first release of the CiO information standard based on FHIR R4. This means that CiO version 2.0.0-beta.x makes use of version 1.0.0-beta.x of the nictiz.fhir.nl.r4.cio FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main building blocks have no dependency on any zib counterparts of the 2020 publication, resulting in so-called ‘cio’ profiles.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The last two building blocks in the above table have a special status:&lt;br /&gt;
* Condition is not a separate building block within the CiO data set, and the cio-Condition profile actually contains mappings to concepts within the Hypersensitivity and Reaction building blocks that relate to the underlying condition and diagnosis. Thus, in order to convey the complete Hypersensitivity or Reaction building block, it is necessary to use an instance conforming to the cio-Hypersensitivity or cio-Reaction profile, together with an instance conforming to the cio-Condition profile.&lt;br /&gt;
* The RegistrationData building block is part of every other main building block in the data set, containing data that relates to the registering process instead of the medical concept itself. Such data is often not (completely) mappable within the profiles corresponding to the medical concept. Hence, whenever another main building block is exchanged, it is represented by its own profile in conjunction with an instance of the cio-RegistrationData profile. In the future, if more information standards will make use of the Provenance resource to represent the administrative concepts present in RegistrationData, it is intended to create an nl-core-RegistrationData profile that replaces the cio-RegistrationData profile.&lt;br /&gt;
&lt;br /&gt;
=== Secondary building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several secondary building blocks referenced from the main building blocks. All secondary building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’]] package.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. In general the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient takes place rather than the organizational information. However, within the CiO information standard, the HealthcareProvider is only referenced indirectly via the PractitionerRole resource, hence a reference to the Organization profile is sufficient in those cases. The Location profile is mentioned in the table above for completeness purposes.&lt;br /&gt;
&lt;br /&gt;
=== Relations between building blocks ===&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Resources diagram CiO (beta.2).drawio.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. The FHIR profiles contain mappings to all data elements that are present in the functional data set (prefixed with ‘cio-dataelement-20-’).&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} or {{fhir|.patient}} of each FHIR instance of each main building block (with the exception of RegistrationData).&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept ‘Identification’ of data type Identifier, for example RelationHypersensitivity (cio-dataelement-20-734) in building block Hypersensitivity. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* Flag: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all Flag resources of a patient with a fake BSN of 111222333:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most request examples in this IG do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
As stated before, the current profiles cannot be considered to be stable and ready for use. This is partly due to the ongoing discussion about the exact scope and content of the functional building blocks in CiO. However, there are also some topics regarding the technical implementation that need to be addressed before considering the resulting FHIR profiles to be ready for use:&lt;br /&gt;
&lt;br /&gt;
* The functional data set defines several relations between different building blocks (concepts with a name starting with ‘Relation…’), which have been implemented in FHIR as custom extensions of data type ‘Reference’. Some of these refer to instances of the same building block and are meant to track updates done between different instances of the same building block. In that sense the approach of the Medication Process information standard is followed here, where such relations are used for building blocks that are changed or stopped. In FHIR however it is possible to just update existing resources resulting in a new version of the same instance, and therefore it is up for debate whether this approach is deemed necessary and desirable for the CiO use cases. In particular one might wonder whether this approach is justified for Flag resources, since this resource has a different nature than for instance medication-related resources. The conclusion on this topic also depends on the way object identification and mutations will be handled on a functional level within the CiO information standard. This has not been fully thought out yet and will be taken into consideration for the 2.0.0-beta.3 release.&lt;br /&gt;
* This is the first release of an information standard making use of the Provenance resource to represent the concepts present within the zib RegistrationData (instead of defining additional extensions for concepts like RegistrationDateTime and InformationSource). The exact use of this resource on a broader level needs to be further analyzed (and generalized).&lt;br /&gt;
* Several concepts within the Hypersensitivity and Reaction building blocks that are related to the underlying condition and diagnosis have been mapped to elements within a separate Condition profile, instead of adding them as extensions within the AllergyIntolerance profiles. It needs to be discussed whether this approach is feasible (also taking into account international standards) and whether this Condition resource has a ‘right’ to exist. Moreover, the Hypersensitivity and Reaction building blocks are modeled by different AllergyIntolerance profiles, as they are both representing diagnostic insight of a health professional regarding (the predisposition to develop) a reaction, while in core FHIR the relation between a hypersensitivity and reactions due to that hypersensitivity are modeled within one AllergyIntolerance. This discrepancy might result in difficulties when exchanging information on hypersensitivities and reactions on a broader/international scale. Both modeling approaches mentioned here need to be taken into account while deciding on the definitive modeling of the aforementioned building blocks.&lt;br /&gt;
* The exact requirements regarding the search parameters used within CiO aren't fully fledged yet, especially the {{fhir|_revinclude}} defined on {{fhir|Provenance.target}}, and the possible requirement of an {{fhir|_include}} on the contents of the {{fhir|flag-detail}} extension (the latter being out of scope for this release). Note that in general, references are required to be either resolvable or readily available in the search request results; since the reference between the Provenance resource and other resources is reversed with respect to the focal resource of the search requests, supporting the {{fhir|_revinclude}} on {{fhir|Provenance.target}} is required. Further discussion with software suppliers is necessary to finalize these requirements.&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[cio:V2.0.0-beta.2_Ontwerp_CiO#Usecases|section 2 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication contraindications transaction is used by the client to retrieve medication contraindications from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.16_20200622101830 MedicationContraIndication (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.17-2020-06-22T101830.html Retrieving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraindications.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.18-2020-06-22T101830.html Serving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication contraindications or specific ones matching various parameters, they issue a retrieve medication contraindications request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on MedicationContraIndication building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the MedicationContraIndication.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the MedicationContraIndication building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication contraindications transaction is used by the client to send medication contraindications to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.10_20200622101711 MedicationContraIndication (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.11-2020-06-22T101711.html Sending medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraIndications.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Send/receive medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication contraindications&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication hypersensitivities transaction is used by the client to retrieve medication hypersensitivities from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.34_20201021150632 MedicationHypersensitivity (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.35-2020-10-21T150632.html Retrieving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication hypersensitivities}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.36-2020-10-21T150632.html Serving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication hypersensitivities or specific ones matching various parameters, they issue a retrieve medication hypersensitivities request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
References within the {{fhir|flag-detail}} extension (in the Flag resources present in the search result) to instances conforming to the cio-Hypersensitivity or cio-Reaction profiles can be resolved afterwards by individual read operations. The same holds true for instances conforming to the cio-Condition profile referenced from {{fhir|Provenance.target}}.&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on SurveillanceDecision building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the SurveillanceDecision.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the SurveillanceDecision building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
References to AllergyIntolerance and Condition resources are resolved by individual read operations, as mentioned above. Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication hypersensitivities transaction is used by the client to send medication hypersensitivities to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.31_20201021150608 MedicationHypersensitivity (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.32-2020-10-21T150608.html Sending medication hypersensitivities ]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Send/receive medication hypersensitivities }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication hypersensitivities &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Release notes =&lt;br /&gt;
&lt;br /&gt;
Release notes can be found on the [[cio:V2.0.0-beta.2_Ontwerp_CiO#Release_Notes| functional design page]].&lt;br /&gt;
&lt;br /&gt;
= Footnotes =&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_overgevoeligheid_beschikbaarstellen&amp;diff=212254</id>
		<title>cio:V2.0.0-beta.2 testgegevens overgevoeligheid beschikbaarstellen</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_overgevoeligheid_beschikbaarstellen&amp;diff=212254"/>
		<updated>2024-03-27T17:08:14Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-13820: Updated test scenario references to addendum&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Contra-indicaties en Overgevoeligheden versie 2.0.0-beta.2 - testgegevens - geneesmiddelovergevoeligheden beschikbaarstellend systeem}}&lt;br /&gt;
&lt;br /&gt;
[[cio:V2.0.0_Kwalificatie_CiO|Terug naar alle testscenario's]]&lt;br /&gt;
&lt;br /&gt;
== Inleiding == &lt;br /&gt;
Dit document biedt de mogelijkheid voor het testen van de volgende systeemrollen:&lt;br /&gt;
* '''''G'''eneesmiddelovergevoeligheid '''B'''eschikbaarstellend systeem'' (CIO-GOB).&lt;br /&gt;
&lt;br /&gt;
De doelgroep van dit document is de leverancier die '''zelfstandig testen uitvoert ter voorbereiding op de kwalificatie'''. &amp;lt;br&amp;gt; &lt;br /&gt;
Het testen geeft de mogelijkheid om de technische berichten te controleren. Visuele controle van screenshots is geen onderdeel van het testen.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
De testmaterialen kunnen worden aangevuld en gewijzigd (n.a.v. bevindingen). &amp;lt;br&amp;gt;&lt;br /&gt;
Deze aanpassingen worden vermeld in de documenthistorie.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Uit te voeren stappen ==&lt;br /&gt;
&lt;br /&gt;
Voer – voor ieder scenario in de 'Scenarioset' hoofdstukken – de volgende stappen uit:&lt;br /&gt;
# Voer de gegevens van alle te testen geneesmiddelovergevoeligheden in voor de persoon genoemd in Persoonsgegevens.&lt;br /&gt;
# De simulator verstuurt een 'Geneesmiddelovergevoeligheid raadplegen' bericht. &lt;br /&gt;
# Ontvang het 'Geneesmiddelovergevoeligheid raadplegen' bericht en beantwoord deze met een 'Geneesmiddelovergevoeligheden beschikbaarstellen' bericht.&lt;br /&gt;
&lt;br /&gt;
== Leeswijzer ==&lt;br /&gt;
Ieder navolgend hoofdstuk beschrijft een set scenario’s met steeds dezelfde paragraafindeling:&lt;br /&gt;
# Scenario’s&lt;br /&gt;
# Inhoudelijke gegevens&lt;br /&gt;
&lt;br /&gt;
===Scenario's===&lt;br /&gt;
In deze paragraaf zijn alle scenario's van het betreffende hoofdstuk beschreven. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
De kolom 'beschrijving' geeft aan wat de testcase is en kan tevens aanvullende informatie en instructies bevatten.&amp;lt;br&amp;gt;&lt;br /&gt;
Bij elk scenario staan de bouwstenen vermeld zoals die ook terug te vinden zijn in de paragraaf &amp;quot;Inhoudelijke gegevens&amp;quot; van het betreffende hoofdstuk.&lt;br /&gt;
&lt;br /&gt;
=== Inhoudelijke gegevens ===&lt;br /&gt;
Dit onderdeel bevat de ‘Persoonsgegevens’ zoals naam, adres en woonplaats, maar ook een (fictief) Burgerservicenummer (BSN). Daarnaast bevat deze paragraaf de specifieke gegevens die de leverancier beschikbaar moet stellen als Geneesmiddelovergevoeligheid beschikbaarstellend systeem.&lt;br /&gt;
&lt;br /&gt;
=== Gebruikersschermen===&lt;br /&gt;
Hoe de gebruikersschermen van een systeem er precies uitzien, is vrij in te vullen (immers: juist gebruikersvriendelijkheid is iets waarop leveranciers moeten kunnen concurreren), mits alle informatie in de juiste samenhang met de juiste semantiek (betekenis) is terug te vinden. &lt;br /&gt;
Samenhang en correcte verwerking is onder andere belangrijk voor wijzigingen en stops.&lt;br /&gt;
&lt;br /&gt;
=== Beschikbaarstellend systeem ===&lt;br /&gt;
Het beschikbaarstellend systeem voert de gegevens uit de paragrafen &amp;quot;Inhoudelijke gegevens&amp;quot; in het XIS in. Voor een beschikbaarstellend systeem geldt dat sommige gegevens door dit systeem bepaald mogen of moeten worden:&lt;br /&gt;
&lt;br /&gt;
* Zorgverlener, zorgaanbieder (denk aan auteur). Dit mag een eigen (test)zorgverlener en organisatie zijn.&lt;br /&gt;
* Identificatie van bouwstenen. LET OP: verwacht wordt dat hier 'eigen' identificaties aan worden toegekend in een eigen identificatiesysteem (eigen OID). De onderlinge referenties moeten natuurlijk wel kloppen. De identificatie van een geneesmiddelovergevoeligheid mag niet door het beschikbaarstellend systeem bepaald worden indien het aanpassingen betreft op andermans geneesmiddelovergevoeligheid.&lt;br /&gt;
&lt;br /&gt;
===Datum T===&lt;br /&gt;
T is de datum die voor het testen wordt gebruikt. Als ergens staat T – 100D betekent dit: 100 dagen eerder dan die afgesproken datum..&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Scenarioset 0 Filtercriteria==&lt;br /&gt;
&lt;br /&gt;
=== Scenario’s ===&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section begin=overview-bov-tst-0 /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
| Scenario|| Beschrijving&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;|style=&amp;quot;background-color: white;&amp;quot;&lt;br /&gt;
|0.2|| Alle bewakingsbesluiten, overgevoeligheden en reacties, zonder aanvullend filtercriterium&amp;lt;br/&amp;gt;(Antwoord: bericht met 1 gestart (actief) bewakingsbesluit)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;|style=&amp;quot;background-color: white;&amp;quot;&lt;br /&gt;
|0.2|| Alle bewakingsbesluiten, overgevoeligheden en reacties, met filter op peildatum (alles vanaf T-7D)&amp;lt;br/&amp;gt;(Antwoord: bericht zonder bewakingsbesluit)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;|style=&amp;quot;background-color: white;&amp;quot;&lt;br /&gt;
|0.3|| Alle bewakingsbesluiten, overgevoeligheden en reacties, zonder aanvullend filtercriterium&amp;lt;br/&amp;gt;(Antwoord: bericht met 2 gestarte (actieve) bewakingsbesluiten, 1 gestopt bewakingsbesluit, 1 overgevoeligheid, 1 reactie)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;|style=&amp;quot;background-color: white;&amp;quot;&lt;br /&gt;
|0.3|| Alle bewakingsbesluiten, overgevoeligheden en reacties, met filter op peildatum (alles vanaf T-1Y)&amp;lt;br/&amp;gt;(Antwoord: bericht met 1 gestart (actief) bewakingsbesluit, 1 gestopt bewakingsbesluit, 1 overgevoeligheid)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;|style=&amp;quot;background-color: white;&amp;quot;&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=overview-bov-tst-0 /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Inhoudelijke gegevens===&lt;br /&gt;
{{#lst:cio:V2.0.0-beta.2_testgegevens_bgmo_addendum|cio-bgo-tst-0.2-minimaalBB}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:cio:V2.0.0-beta.2_testgegevens_bgmo_addendum|cio-bgo-tst-0.3-maximaalBB}}&lt;br /&gt;
&lt;br /&gt;
{{#lst:cio:V2.0.0-beta.2_testgegevens_bgmo_addendum|cio-bgo-tst-0.4-relatiesBB}}&lt;br /&gt;
&lt;br /&gt;
== Documenthistorie ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
| Datum||Omschrijving&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;| 2024-01-29&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;| testmateriaal bij publicatie CiO 2.0.0-beta.2&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;font style=&amp;quot;color: #B5B5B5;&amp;quot;&amp;gt;&lt;br /&gt;
Deze pagina maakt gebruik van diverse sections uit addendum 'database': [[cio:V2.0.0-beta.2_testgegevens_bgmo_addendum|&amp;lt;font style=&amp;quot;color: #B5B5B5;&amp;quot;&amp;gt;''testgegevens Beschikbaarstellen geneesmiddelovergevoeligheden addendum''&amp;lt;/font&amp;gt;]]. &amp;lt;/font&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=212221</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=212221"/>
		<updated>2024-03-26T16:10:51Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-13820: Updated wiki file (included proper references)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Petra&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Drijkoningen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999900523 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|25 okt 1963&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1&amp;quot;&amp;gt;HL7 AdministrativeGender&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGeg-pat02-BB-01|Registratie gegevens: RegGeg-pat02-BB-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#za-Huisartsenpraktijk-Pulver-en-Partners|Zorgaanbieder: za-Huisartsenpraktijk-Pulver-en-Partners]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1119&amp;quot;&amp;gt;HL7 AddressUse&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&amp;lt;section end=cio-bgo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Erwin&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|E&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Dubbeld&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999900535 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|26 okt 1963&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1&amp;quot;&amp;gt;HL7 AdministrativeGender&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-BB-01|Registratie gegevens: RegGegevens-pat03-BB-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Patiënt heeft aangegeven in het verleden allergische reacties te hebben gehad na gebruik penicilline.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;15&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-BB-02|Registratie gegevens: RegGegevens-pat03-BB-02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bewaking op volledige groep penicillines stopgezet, omdat patiënt wel goed reageert op flucloxacilline.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;15&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#pat03-overgevoeligheid-01|Overgevoeligheid: pat03-overgevoeligheid-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen (Bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-BB-03|Registratie gegevens: RegGegevens-pat03-BB-03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;22&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Overgevoeligheid voor penicillines&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-overg-01|Registratie gegevens: RegGegevens-pat03-overg-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;15&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#pat03-reactie-01|Reactie: pat03-reactie-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-BB-04|Registratie gegevens: RegGegevens-pat03-BB-04]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;26&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC TABLET 5MG (code = '642916' in codeSystem 'G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Latentietijd reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|12 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Tijdsduur reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Visusklachten&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheidsreactie (aandoening) (code = '421961002' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Overgevoeligheidsreactie op amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat03-reactie-01|Registratie gegevens: RegGegevens-pat03-reactie-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Toelichtingsveld bij reactie&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#Pat03|Patient: Pat03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#Pat03|Patient: Pat03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#za-Huisartsenpraktijk-Pulver-en-Partners|Zorgaanbieder: za-Huisartsenpraktijk-Pulver-en-Partners]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1119&amp;quot;&amp;gt;HL7 AddressUse&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&amp;lt;section end=cio-bgo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgo-tst-0.4-relatiesBB /&amp;gt;&lt;br /&gt;
==Scenario 0.4 - relaties BB, O, R==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat04&amp;quot; title=&amp;quot;Intern ID = Pat04&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_Pat04&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat04&amp;quot; title=&amp;quot;Intern ID = Pat04&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat04&amp;quot; title=&amp;quot;Intern ID = Pat04&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Willem&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1&amp;quot;&amp;gt;HL7 AdministrativeGender&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;15&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#pat04-overgevoeligheid-01|Overgevoeligheid: pat04-overgevoeligheid-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-BB-01|Registratie gegevens: RegGegevens-pat04-BB-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Uit voorzorg breed bewaken&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat04-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat04-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;22&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mild (qualifier value) (code = '255604002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor Flucloxacilline&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-overg-01|Registratie gegevens: RegGegevens-pat04-overg-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|mogelijk sprake van overgevoeligheid op meerdere geneesmiddelen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat04-reactie-01&amp;quot;&amp;gt;Reactie pat04-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;27&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 10:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Latentietijd reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|8 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Tijdsduur reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|huiduitslag, gegeneraliseerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ongewenste reactie (aandoening) (code = '281647001' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ongewenste reactie op flucloxacilline&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie overgevoeligheid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-reactie-01|Registratie gegevens: RegGegevens-pat04-reactie-01]]&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;18&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#pat04-overgevoeligheid-02|Overgevoeligheid: pat04-overgevoeligheid-02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-BB-02|Registratie gegevens: RegGegevens-pat04-BB-02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|de te bewaken stof moet aangepast worden&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-overgevoeligheid-02&amp;quot; title=&amp;quot;Intern ID = pat04-overgevoeligheid-02&amp;quot;&amp;gt;Overgevoeligheid pat04-overgevoeligheid-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;25&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known absent (qualifier value) (code = '410516002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.2.4.4.1.750&amp;quot;&amp;gt;G-Standaard SNK&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mild (qualifier value) (code = '255604002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor Flucloxacilline&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie overgevoeligheid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-overg-02|Registratie gegevens: RegGegevens-pat04-overg-02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|mogelijk sprake van overgevoeligheid op meerdere geneesmiddelen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-reactie-02&amp;quot; title=&amp;quot;Intern ID = pat04-reactie-02&amp;quot;&amp;gt;Reactie pat04-reactie-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;29&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known absent (qualifier value) (code = '410516002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 10:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Latentietijd reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|8 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Tijdsduur reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|huiduitslag, gegeneraliseerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ongewenste reactie (aandoening) (code = '281647001' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie overgevoeligheid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-reactie-02|Registratie gegevens: RegGegevens-pat04-reactie-02]]&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;19&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#pat04-overgevoeligheid-03|Overgevoeligheid: pat04-overgevoeligheid-03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FENOXYMETHYLPENICILLINE (code = '1051555' in codeSystem 'G Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|BENZYLPENICILLINE VOOR INFUSIE (code = '2477696' in codeSystem 'G Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-BB-02&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-BB-03|Registratie gegevens: RegGegevens-pat04-BB-03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-overgevoeligheid-03&amp;quot; title=&amp;quot;Intern ID = pat04-overgevoeligheid-03&amp;quot;&amp;gt;Overgevoeligheid pat04-overgevoeligheid-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;25&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mild (qualifier value) (code = '255604002' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Overgevoeligheid voor penicillines&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie overgevoeligheid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-overg-03|Registratie gegevens: RegGegevens-pat04-overg-03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat04-reactie-03&amp;quot; title=&amp;quot;Intern ID = pat04-reactie-03&amp;quot;&amp;gt;Reactie pat04-reactie-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;30&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 18:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 65 dagen om 10:00 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Latentietijd reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|8 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Tijdsduur reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|huiduitslag, gegeneraliseerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ongewenste reactie (aandoening) (code = '281647001' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nadere specificatie diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ongewenste reactie op flucloxacilline&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie overgevoeligheid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-reactie-02&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGegevens-pat04-reactie-03|Registratie gegevens: RegGegevens-pat04-reactie-03]]&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-overg-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-overg-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-overg-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-reactie-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-reactie-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-reactie-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-reactie-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 60 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-overg-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-overg-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-overg-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-overgevoeligheid-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat04-reactie-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat04-reactie-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat04-reactie-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat04-reactie-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 10 dagen om 15:55:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#za-Huisartsenpraktijk-Pulver-en-Partners|Zorgaanbieder: za-Huisartsenpraktijk-Pulver-en-Partners]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1119&amp;quot;&amp;gt;HL7 AddressUse&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&amp;lt;section end=cio-bgo-tst-0.4-relatiesBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=212220</id>
		<title>cio:V2.0.0-beta.2 testgegevens bmci addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=212220"/>
		<updated>2024-03-26T16:08:14Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-13820: Updated wiki file (included proper references)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen medicatiecontra-indicaties: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - meerdere MCi==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Petra&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Drijkoningen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999900523 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|25 okt 1963&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1&amp;quot;&amp;gt;HL7 AdministrativeGender&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Epilepsie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Epilepsie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Epilepsie (code = '42' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-N-van-Erven|Zorgverlener: zv-N-van-Erven]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGeg-pat02-mci-epi-01|Registratie gegevens: RegGeg-pat02-mci-epi-01]]&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 370 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGeg-pat02-mci-zwa-01|Registratie gegevens: RegGeg-pat02-mci-zwa-01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Additionele informatie over alert zwangerschap&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;13&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.6.96&amp;quot;&amp;gt;SNOMED CT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 370 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Eind datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reden beeindiging alert&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|patiënt niet meer zwanger&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#RegGeg-pat02-mci-zwa-02|Registratie gegevens: RegGeg-pat02-mci-zwa-02]]&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-epi-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-epi-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-epi-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-epi-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-N-van-Erven|Zorgverlener: zv-N-van-Erven]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Contactpersoon&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#cp-A-Mann|Contactpersoon: cp-A-Mann]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-02&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-02&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#zv-Peter-van-Pulver|Zorgverlener: zv-Peter-van-Pulver]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 370 maanden om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#Pat02|Patient: Pat02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;cp-A-Mann&amp;quot; title=&amp;quot;Intern ID = cp-A-Mann&amp;quot;&amp;gt;Contactpersoon cp-A-Mann&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Adam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mann&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eerste relatie/contactpersoon (code = '01' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.2.4.3.11.22.472&amp;quot;&amp;gt;Vektis Rolcode COD472-VEKT&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Partner (code = 'DOMPART' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.111&amp;quot;&amp;gt;HL7 RoleCode&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-N-van-Erven&amp;quot; title=&amp;quot;Intern ID = zv-N-van-Erven&amp;quot;&amp;gt;Zorgverlener zv-N-van-Erven&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000003332 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|N&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#za-Algemeen-Stadsziekenhuis|Zorgaanbieder: za-Algemeen-Stadsziekenhuis]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#za-Huisartsenpraktijk-Pulver-en-Partners|Zorgaanbieder: za-Huisartsenpraktijk-Pulver-en-Partners]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Algemeen-Stadsziekenhuis&amp;quot; title=&amp;quot;Intern ID = za-Algemeen-Stadsziekenhuis&amp;quot;&amp;gt;Zorgaanbieder za-Algemeen-Stadsziekenhuis&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00002222 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Algemeen Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Afdeling specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2143AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zorgstad&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1119&amp;quot;&amp;gt;HL7 AddressUse&amp;lt;/span&amp;gt;')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem '&amp;lt;span title=&amp;quot;2.16.840.1.113883.5.1119&amp;quot;&amp;gt;HL7 AddressUse&amp;lt;/span&amp;gt;')&lt;br /&gt;
|}&amp;lt;section end=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206726</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206726"/>
		<updated>2024-03-07T12:33:26Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Building blocks and profiles */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.3 makes use of version 2.0.0-beta.5 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other contexts), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only transactions in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in this transaction, these search requests are always executed in the context of a single patient and thus should include a patient identification mechanism (see [[#Patient_identification|‘Patient identification’]]).&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206725</id>
		<title>mp:Medicatieoverdracht Kickstart</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206725"/>
		<updated>2024-03-07T12:31:38Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Specificaties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Kickstart Medicatieoverdracht - Landingspagina documentatie leveranciers (Handboek)}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
=ALGEMEEN REFERENTIE=&lt;br /&gt;
:*[https://www.zorginzicht.nl/binaries/content/assets/zorginzicht/kwaliteitsinstrumenten/Kwaliteitsstandaard+Overdracht+van+medicatiegegevens+in+de+keten.pdf Kwaliteitsstandaard: richtlijn overdracht van medicatiegegevens in de keten]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BOUWDOCUMENTATIE=&lt;br /&gt;
{{IssueBox|'''FHIR specs voor versie 3.0.0-beta.3 volgen op 7 maart'''}}&lt;br /&gt;
==Voorbereiding==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/pva_kickstart/&amp;lt;abbr title=&amp;quot;Het Plan van aanpak versie 3.1 voor de uitvoering van de Kickstart. Het Plan van aanpak versie 3.1 beschrijft het doel, de opzet, aanpak en kaders voor de uitvoering van de Kickstart.&amp;quot;&amp;gt;Plan van aanpak versie 3.1&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Specificaties==&lt;br /&gt;
:'''Verzamelbestand informatiestandaarden'''&lt;br /&gt;
:*[[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]]&lt;br /&gt;
&lt;br /&gt;
:'''Voorbereiding'''&lt;br /&gt;
:*[[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9 versie 3.0.0-beta.3'''&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.3 FHIR in English&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.3 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.3 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.3 for patient use cases (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Lab2zorg'''&lt;br /&gt;
:*[[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|&amp;lt;abbr title=&amp;quot;De leeswijzer geeft aan welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is.&amp;quot;&amp;gt;Leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Ontwerp_Lab2zorg|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van Lab2zorg. In de kickstart wordt het onderdeel lab2zorg gebruikt voor het meesturen van een nierfunctiewaarde met het voorschrift.  Deze usecase staat beschreven in paragraaf 2.3 van het functioneel ontwerp lab2zorg.&amp;quot;&amp;gt;Functioneel ontwerp Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie|&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard uitwisseling laboratoriumgegevens de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties. Voor de kickstart wordt sturen/ontvangen laboratoriumresultaten uit lab2zorg gebruikt.&amp;quot;&amp;gt;Labuitwisseling versie 3.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:V3.0.0_FHIR_Lab2zorg|&amp;lt;abbr title=&amp;quot;Technische FHIR specificaties van Lab2zorg in aanvulling op het functioneel ontwerp. Paragraaf 4.3 beschrijft het sturen van laboratoriumresultaten tussen zorgverleners dat in de kickstart gebruikt wordt.&amp;quot;&amp;gt;FHIR Lab2zorg version 3.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Infrastructuur'''&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==IT-Infrastructuur==&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2:~:text=Het%20VWI%2Dsynchronisatie%20proces%20biedt,belang%20van%20pati%C3%ABnt%20en%20zorgaanbieder&amp;lt;abbr title=&amp;quot;Dit document beschrijft de procedure die ervoor zorgt dat elke GBZ-beheerder namens de zorgaanbieder kan vaststellen dat elk patiëntgegeven met toestemming van de patiënt op correcte wijze is aangemeld op de VWI.&amp;quot;&amp;gt;Proces VWI synchronisatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de gebeurtenisverdeler component (GVE) en de component gebeurtenisafhandelaar (GAF) in de ZIM.&amp;quot;&amp;gt;Ontwerp gebeurtenisverwerking&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de abonnementenregister component (ABR) in de ZIM.&amp;quot;&amp;gt;Ontwerp abonnementenregister&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Implementatiehandleidingen==&lt;br /&gt;
:*[[mp:Vkickstart_MigratieHybride|&amp;lt;abbr title=&amp;quot;Handleiding Migratie hybride fase Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Migratie/hybride&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Implementatiehandleiding_Consolidatie/afleidingsregels|&amp;lt;abbr title=&amp;quot;Handleiding Consolidatie/afleidingsregels Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Consolidatie/afleidingsregels&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-verwijsindex-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Implementatiehandleiding verwijsindex AORTA v8.2.0.0&amp;quot;&amp;gt;Implementatiehandleiding VWI AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/media/downloads/zorg-ab-implementatiehandleiding-v27pdf/download&amp;lt;abbr title=Dit document bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;gt;Implementatiehandleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-inschrijftoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor de implementatie van het koppelvlak tussen het goed beheerde Zorgsystemen (GBZ) en het landelijk schakelpunt (LSP).&amp;quot;&amp;gt;Implementatie handleiding inschrijftoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-mandaattoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Specificatie van het mandaattoken.&amp;quot;&amp;gt;Implementatie handleiding mandaattoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-berichtauthenticatie-transactietoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor het uitrusten van de berichten met het SAML transactietoken.&amp;quot;&amp;gt;Implementatie handleiding transactiekosten&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Ondersteunende materialen==&lt;br /&gt;
:*[[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|&amp;lt;abbr title=&amp;quot;Toedieningsschema HL7v3-template. Introductie van het FHIR timing datatype in CDA substanceAdministration.effectiveTime voor toedieningsschema's. Voorheen was dit de HL7v3 GTS (General Timing Specification). Bevat ook de inhoudelijke wijziging in de XML schema's (xsd's).&amp;quot;&amp;gt;Dosering in FHIR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://github.com/Nictiz/Medicatieviewer&amp;lt;abbr title=&amp;quot;De Medicatieviewer transformeert een MP-9 XML volgens de standaard medicatieproces 9 voor medicatiegegevens of voor medicatieoverzicht in HTML om zo een voor mensen leesbaar overzicht te geven van de inhoud van de XML.&amp;quot;&amp;gt;Medicatieviewer&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/c/c9/Medicatieoverzicht_MP90.zip&amp;lt;abbr title=&amp;quot;Uitklapbaar Medicatieoverzicht voorbeeld in HTML-formaat.&amp;quot;&amp;gt;Medicatieoverzicht HTML voorbeeld&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[Mappingarchitectuur#Mappings_en_transacties|&amp;lt;abbr title=&amp;quot;Deze sectie toont verschillende mappings voor transacties uit verschillende informatiestandaarden.&amp;quot;&amp;gt;Mappingarchitectuur&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Vdraft_RaadplegenReconcilieren|&amp;lt;abbr title=&amp;quot;Deze pagina bevat nadere toelichting over hoe te reconciliëren na raadplegen. Het bespreekt de volgorde van verwerken van de verschillende soorten binnengekomen informatie.&amp;quot;&amp;gt;Implementatie handleiding Raadplegen Reconciliëren&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|&amp;lt;abbr title=&amp;quot;Deze pagina geeft nadere toelichting bij templates in ART-DECOR.&amp;quot;&amp;gt;Toelichting bericht templates Medicatieproces versie 9&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/best-practices-vwi-synchronisatie-aorta-v8200pdf/download/&amp;lt;abbr title=&amp;quot;Ter verduidelijking van de implementatiehandleiding VWI. Extra informatie wordt gegeven over de afhandeling van berichten aan de XIS leveranciers en de beheerders om duidelijkheid te geven over de verwachte acties.&amp;quot;&amp;gt;Best practices: VWI synchronisatie &amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/factsheet-tkidspdf/download/&amp;lt;abbr title=&amp;quot;Deze factsheet beschrijft de werking van TypeKwalificatie-ID’s (TKID’s) op het LSP.&amp;quot;&amp;gt;Factsheet tkid&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-AG.&amp;quot;&amp;gt;Algemene informatie Zorg-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-id&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-ID.&amp;quot;&amp;gt;Algemene informatie Zorg-ID&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=TEST- EN VALIDATIEMATERIAAL=&lt;br /&gt;
==Testinformatie Kickstart==&lt;br /&gt;
:*[[mp:Testen_Kickstart|Testen Kickstart]]&lt;br /&gt;
&lt;br /&gt;
==Testscripts==&lt;br /&gt;
{{IssueBox|'''De aanpassingen op de testscripts door de release van versie 3.0.0-beta.3 worden op dit moment doorgevoerd'''}}&lt;br /&gt;
:'''Medicatieproces 9'''&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.2_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&lt;br /&gt;
:'''Testscript gebruikerseisen boven sectoraal'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Lab2zorg'''&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie#Lab2zorg|&amp;lt;abbr title=&amp;quot;Testgegevens die als voorbereiding op de kwalificatie gebruikt kunnen worden, waarbij voor de kickstart alleen de scripts Laboratoriumresultaten (Sturen/Ontvangen) relevant zijn.&amp;quot;&amp;gt;Testscripts Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:'''Algemene eisen MP9 &amp;amp; Generieke voorzieningen'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/5/5e/Testscripts_algemene_eisen_MP9_%26_Generieke_voorzieningen.zip Testscripts algemene eisen MP9 &amp;amp; Generieke voorzieningen (zip bestand)]&lt;br /&gt;
&lt;br /&gt;
==Validatiescripts==&lt;br /&gt;
:*Kwalificatiescripts worden definitief opgeleverd als bekend is op welke versie gevalideerd wordt in de Kickstart.&lt;br /&gt;
:*Acceptatiescripts worden gegenereerd op het moment dat de leverancier zich meldt; dit betreft maatwerk.&lt;br /&gt;
&lt;br /&gt;
=TOOLING=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/3/30/Tooling.pdf&amp;lt;abbr title=&amp;quot;Overzicht van de te gebruiken tooling.&amp;quot;&amp;gt;Beschikbare tooling&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==ART-DECOR==&lt;br /&gt;
:*[https://decor.nictiz.nl/art-decor/home&amp;lt;abbr title=&amp;quot;Inlogpagina ART-DECOR&amp;quot;&amp;gt;Inloggen ART-DECOR&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[HL7v3 kwalificatiesimulator|&amp;lt;abbr title=&amp;quot;Uitleg over inloggen en gebruik van de kwalificatiesimulator (ART-DECOR)&amp;quot;&amp;gt;Testen met ART-DECOR / Kwalificatiesimulator&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://art-decor.org/mediawiki/index.php?title=Documentation&amp;lt;abbr title=&amp;quot;Handleidingen en documentatie van ART-DECOR &amp;quot;&amp;gt;ART-DECOR documentatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[7phcy:V2.0_Toelichting_samenhang_Wiki_en_ART-DECOR|&amp;lt;abbr title=&amp;quot;Deze toelichting beschrijft de samenhang tussen: de HL7v3-implementatiehandleiding Medicatieproces 9 wiki en de bijbehorende html-publicatie van ART-DECOR.&amp;quot;&amp;gt;Wiki &amp;amp; ART-DECOR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==BITS==&lt;br /&gt;
:*[https://bits.nictiz.nl/ Link naar BITS algemeen]&lt;br /&gt;
:*[https://bits.nictiz.nl/projects/MP/issues/ Link naar openstaande issues Medicatieproces in BITS]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/8/87/Handleiding_BITS_voor_leveranciers.pdf Handleiding BITS validatieloket]&lt;br /&gt;
&lt;br /&gt;
==Touchstone==&lt;br /&gt;
:*[https://touchstone.aegis.net/touchstone/login&amp;lt;abbr title=&amp;quot;Inlogpagina Touchstone&amp;quot;&amp;gt;Inloggen Touchstone&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Touchstone|Testen met Touchstone]]&lt;br /&gt;
&lt;br /&gt;
==ZORG-AB==&lt;br /&gt;
:*[https://zorg-ab-oas.vzvz.nl/&amp;lt;abbr title=&amp;quot;Testapplicatie Zorg-AB&amp;quot;&amp;gt;ZORG-AB testapplicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;quot;&amp;gt;Implementatie handleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=INFORMATIEVOORZIENING=&lt;br /&gt;
&lt;br /&gt;
==Vragen en antwoorden==&lt;br /&gt;
:*[[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&lt;br /&gt;
&lt;br /&gt;
==Kennissessie==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-introductiesessie-medicatieproces/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt een introductie gegeven van het programma Medicatieoverdracht, de richtlijn Overdracht van medicatiegegevens in de keten, de informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Kennissessie: Introductie Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-wat-kan-ik-verwachten-van-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt inzicht gegeven in de meerwaarde van het programma Medicatieoverdracht voor de zorgverlener en patiënt en de te nemen acties op procesniveau. Per rol (voorschrijver, apotheker, toediener en patiënt) worden de stappen die worden beproefd in de Kickstart toegelicht.&amp;quot;&amp;gt;Kennissessie: Wat kan ik verwachten van Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-verdieping-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;Deze kennissessie is voor iedereen die meer wil weten over het medicatieproces: welke gegevensuitwisselingsmomenten zijn er (transacties), welke rollen horen daarbij, hoe werken de bouwsteen relaties precies etc.&amp;quot;&amp;gt;Kennissessie: Verdieping Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-voorgenomen-besluiten-kernteam-medicatie// &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een beeld van hoe samen met zorgverleners uit de 10 betrokken sectoren afspraken tot stand zijn gekomen t.a.v. beleid, verantwoordelijkheden, zorgprocessen, eenheid van taal in terminologie en codestelsels om de implementatie van de richtlijn en informatiestandaard te ondersteunen. &amp;quot;&amp;gt;Kennissessie: (Voorgenomen) besluiten kernteam Medicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessies/&amp;lt;abbr title=&amp;quot;In deze kennissessie wordt de route van de bèta publicatie van de informatiestandaard Medicatieproces 9 naar de definitieve versie toegelicht. &amp;quot;&amp;gt;Kennissessie: Route Medicatieproces 9 v2.0.0 bèta naar definitief&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-testmaterialen-medicatieproces-9-2-0-0-beta/ &amp;lt;abbr title=&amp;quot;In deze kennissessie worden de testmaterialen voor Medicatieproces 9 toegelicht. Wat kan er getest worden, wat is de samenhang tussen de materialen, inhoud van het materiaal, hoe te gebruiken en waar te vinden. &amp;quot;&amp;gt;Kennissessie: Testmaterialen Medicatieproces 9 v2.0.0 bèta&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/d/d2/202202_Introductie_AORTA_-_nieuwe_style.pdf &amp;lt;abbr title=&amp;quot;Introductiepresentatie AORTA. Een introductie van infrastructurele AORTA architectuur​, verschillende architectuurlagen​, verschillende componenten​.&lt;br /&gt;
Relaties met andere stelsels en producten​.&amp;quot;&amp;gt;Presentatie: Introductie AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==PGO==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/6/61/PGOsessiesMedicatieproces_BijlageBijOnlineSessie.pdf &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een introductie van MedMij in relatie tot Medicatieproces 9.&amp;quot;&amp;gt;Presentatie: Medicatieoverdracht uitleg MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/2/29/PGOsessie_OpnameOnline.mp4 &amp;lt;abbr title=&amp;quot;Opname van de kennissessie: Een introductie van MedMij in relatie tot het Medicatieproces 9.&amp;quot;&amp;gt;Opname: Medicatieoverdracht uitleg presentatie MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=MEMO'S=&lt;br /&gt;
&lt;br /&gt;
==Informatieve memo's==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/7/79/MO_memo_MBH-ID_Transformatiedienst_20230315.pdf&amp;lt;abbr title=&amp;quot;Memo MBH-ID Transformatiedienst_20230315&amp;quot;&amp;gt;Memo MBH-ID Transformatiedienst 15-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/48/MO_memo_vooraankondiging_20230307.pdf&amp;lt;abbr title=&amp;quot;Memo vooraankondiging_20230307&amp;quot;&amp;gt;Memo vooraankondiging 07-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=IN ONTWIKKELING=&lt;br /&gt;
:'''Transitie naar Medicatieproces 9 (migratie en hybride situatie)'''&lt;br /&gt;
:*[[Vdraft_Mappingarchitectuur#Medicatieproces_.28MP.29_Versie_MP9_2.0_en_versie_9.0.7|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Mappingarchitectuur met mappings MP 9.0.7 &amp;lt;-&amp;gt; MP9 2.0.0&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Kickstart testen'''&lt;br /&gt;
:*[[mp:Draft_Testtooling#BITS|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Tooling &amp;amp; omgevingen Kickstart Medicatieoverdracht&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=ARCHIEF=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf&amp;lt;abbr title=&amp;quot;Document dat nulpunt beschrijft voor specificaties Kickstart ten behoeve van contract.&amp;quot;&amp;gt;Nulpunt documentatie Kickstart leveranciers versie 1.1 van 7 september 2022&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:* Verzamelbestand in Excel met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart (niet meer te downloaden om verwarring te voorkomen)&lt;br /&gt;
:*[https://www.aorta-lsp.nl/voor-wie/ict-leveranciers/aorta-documentatie/infrastructuur-aorta-v8200&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.2.0.0&amp;quot;&amp;gt;Documentatie AORTA 8.2.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.2'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.1'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.1 (NL)]] / [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.1 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.1 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.2.0.0'''&lt;br /&gt;
:*[[mp:V2.0.0_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9. Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V2.0.0_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 2.0.0 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20220402T205710/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 2.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V2.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 2.0.0 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 2.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V2.0.0_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 2.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|HL7v3 CDA substanceAdministration.effectiveTime en FHIR timing]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|HL7v3-domeinspecificatie Pharmacy Medicatieproces 9]]&lt;br /&gt;
:*PGO/MedMij: [[MedMij:Vkickstart/OntwerpMedicatie|&amp;lt;abbr title=&amp;quot;Dit is de link naar het Functioneel Ontwerp Medicatieproces 9 patient use cases nodig voor uitwisseling van PGO binnen oa MedMij&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 voor patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=PAGINAHISTORIE=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;&amp;quot; width=&amp;quot;130&amp;quot;|Datum&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Omschrijving&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 maart 2024&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; :'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3''' gepubliceerd&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; '''Informatiestandaard Medicatieproces 9.3.0.0-beta.2''' naar archief&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;] &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 november 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.2/ FHIR R4 conformance resources for Medication Process 9 (MP9)] geüpdatet naar beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; [https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.2_releasenotes|Release notes Medicatieproces 9 versie 3.0.0-beta.2]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscript: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1]] &amp;amp; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional Design Medication Process 9 version 3.0.0-beta.1 English version]] naar archief&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.5 [[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]] aangepast naar 9.3 versie.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 28 juli 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/MED/86179842/Kickstart+van+Medicatieoverdracht Programma van eisen LSP (bèta)] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/A8/85000200/AORTA+8.3.0 Documentatie AORTA versie 8.3.0.0] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 2 juni 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Algemene eisen MP9 &amp;amp; Generieke voorzieningen toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 30 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.1 Voorbereiding: Plan van aanpak versie 3.1. Addendum plan van aanpak Kickstart v3.1 - Aanpassing Kickstartplanning Mei 2023 toegevoegd aan onderliggende pagina&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]] ge-update met linkjes naar 9.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt; 3.1 Testinformatie Kickstart: [[mp:Testen_Kickstart|Testen Kickstart]] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 25 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1 voor patiënt usecases]] toegevoegd .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases]] toegevoegd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 4.1 Testen met ART-DECOR: onderliggende pagina vervangen naar [[HL7v3 kwalificatiesimulator]] .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 3.1 nieuwe versie testscripts toegevoegd: [[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Medicatieproces 9 versie 3.0.0-beta.1]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 21 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 6 MEMO'S toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo MBH-ID Transformatiedienst 15-03-2023 toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo vooraankondiging 07-03-2023 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Implementatiehandleiding Consolidatie en afleidingsregels toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Specificaties Informatiestandaard Medicatieproces 9 versie 3.0.0-beta.1 toegevoegd&lt;br /&gt;
* Functioneel ontwerp&lt;br /&gt;
* Technisch ontwerp CDA&lt;br /&gt;
* Technisch ontwerp FHIR&lt;br /&gt;
* Release notes &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 18 januari 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2 Proces VWI synchronisatie]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2 Ontwerp gebeurtenisverwerking]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2 Ontwerp abonnementenregister]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab Implementatie handleiding ZORG-AB]: link aangepast naar Zorg-AB pagina met meest recente documentatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 29 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link toegevoegd naar de [[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift]]&amp;lt;br&amp;gt;&lt;br /&gt;
De leeswijzer legt uit welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is. De leeswijzer vervangt het aanvullingendocument.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar het [[Lab:V3.0.0_Ontwerp_Laboverdacht|functioneel ontwerp informatiestandaard uitwisseling Laboratoriumgegevens versie 3.0.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
De informatiestandaard beschrijft de algemene werking voor alle uitwisselingen van Laboratoriumgegevens. Het onderdeel lab2zorg hieruit wordt gebruikt in de kickstart.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar aanvullingendocument&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 12 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: link toegevoegd naar [[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&amp;lt;li&amp;gt;Informatievoorziening: link toegevoegd naar [[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&amp;lt;br&amp;gt;&lt;br /&gt;
Na elk vragenuur worden de vragen en antwoorden aan deze pagina toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: link naar oude versie nulpunt document verwijderd en link naar nieuwe toegevoegd [https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf Nulpunt documentatie leveranciers versie 1.1 van 7 september 2022] &amp;lt;br&amp;gt;&lt;br /&gt;
Inhoudelijke wijziging versie 1.1: link naar document Werkzaamheden in stap 0 Voorbereiding toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Formele publicatie van de pagina + update: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Titel aangepast&lt;br /&gt;
&amp;lt;li&amp;gt;Algemeen referentie: onderdeel toegevoegd en kwaliteitsstandaard toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Voorbereiding: checklists verwijderd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: verzamelbestand omgezet van Excel naar wiki&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties MP9: gebruikerseisen toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: labdocumentatie toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Infrastructuur: aorta 8.2 vervangen door aorta 8.3 (8.2 naar archief)&lt;br /&gt;
&amp;lt;li&amp;gt;Test- en validatiemateriaal: testscripts en kwalificatiescripts gesplitst, alleen testscripts MP9 gelinkt en labtestmateriaal toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Tooling BITS: handleiding BITS toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: nulpunt 1 september 2022 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 augustus 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Correctie in ''Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| juli 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Pagina gepubliceerd&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=206724</id>
		<title>Sjabloon:VersieInfo</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=206724"/>
		<updated>2024-03-07T12:30:42Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated package number of MP9 package&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{{namespace|{{NAMESPACE}}}}}:{{{release|{{ROOTPAGENAME}}}}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2019.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 2.2.2&lt;br /&gt;
 | Laboratoriumresultaten = 1.2.2&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 1.2.2&lt;br /&gt;
 | AllergieIntolerantie = 2.1.2&lt;br /&gt;
 | AllergieIntolerantieVertaling = 1.A.15&lt;br /&gt;
 | eAfspraak = 1.2.2&lt;br /&gt;
 | Zelfmetingen = 1.3.2&lt;br /&gt;
 | PDFA = 2.1.2&lt;br /&gt;
 | PDFA1 = 1.3.2&lt;br /&gt;
 | Huisartsgegevens = 1.2.2&lt;br /&gt;
 | BgGGZ = 1.2.2&lt;br /&gt;
 | BgLZ = 1.1.2&lt;br /&gt;
 | Beelden = 1.1.2&lt;br /&gt;
 | Vragenlijsten = 1.1.2&lt;br /&gt;
 | package = 1.3.19&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 1.3.19&lt;br /&gt;
 | Editie = 2019.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 3.1.18&lt;br /&gt;
 | Laboratoriumresultaten = 2.0.36&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 2.0.35&lt;br /&gt;
 | AllergieIntolerantie = 3.0.35&lt;br /&gt;
 | AllergieIntolerantieVertaling = 2.A.14&lt;br /&gt;
 | eAfspraak = 2.0.35&lt;br /&gt;
 | Zelfmetingen = 2.0.36&lt;br /&gt;
 | PDFA = 3.0.37&lt;br /&gt;
 | PDFA1 = 3.0.37&lt;br /&gt;
 | Huisartsgegevens = 2.0.36&lt;br /&gt;
 | BgGGZ = 2.0.37&lt;br /&gt;
 | BgLZ = 2.0.24&lt;br /&gt;
 | Beelden = 2.0.35&lt;br /&gt;
 | Vragenlijsten = 2.0.37&lt;br /&gt;
 | Vragenlijsten1 = 1.0.37&lt;br /&gt;
 | Geboortezorg = 1.0.2&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eafspraak = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.stu3.images = 1.0.3&lt;br /&gt;
 | nictiz.fhir.nl.stu3.questionnaires = 2.0.8&lt;br /&gt;
 | nictiz.fhir.nl.stu3.bgz = 1.1.1&lt;br /&gt;
 | Editie = 2020.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.02 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgLZ = 3.1.17&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | Editie = 2020.02&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V6 = {{#switch: {{{1}}}&lt;br /&gt;
 | Dossierwijzigingsverzoek = 1.0.13&lt;br /&gt;
 | Vaccinatie-Immunisatie = 1.0.11&lt;br /&gt;
 | MedMij_FHIR_IG_R4 = 1.0.4&lt;br /&gt;
 | MedMij_FunctioneelOntwerp = 1.0.1&lt;br /&gt;
 | Kwalificatie = 1.0.3&lt;br /&gt;
 | package = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.patientcorrections = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.r4.vaccinationimmunization = 1.0.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.immunization = 1.0.3&lt;br /&gt;
 | Editie = 6.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:IG:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FHIR_IG_R4 = 1.0.4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:FO:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FunctioneelOntwerp = 1.0.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:Kwalificatie:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_Kwalificatie = 1.0.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| FHIR:V1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | FHIR_IG_R4 = 1.0.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V9.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp = 9.1&lt;br /&gt;
 | Medicatieproces = 9.1.0&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.5&lt;br /&gt;
 | package = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.medicationprocess= 9.1.0-beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V2.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 1.0.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.5&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Lab:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.labexchange = 3.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| vpk:V4.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | eOverdracht = 4.0-rc.23&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eoverdracht = 1.0.0-rc.23&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2020-preadopt = 0.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| hg:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | ELZ = 0.2.0-beta.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/ELZ&lt;br /&gt;
 | nictiz.fhir.nl.r4.elz = 0.2.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Gebz:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | MedMij_Integrale_Zwangerschapskaart = 0.1.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.stu3.geboortezorg = 1.2.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.9.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0b = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alpha.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| BgZ:V1.1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 1.1.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/MSZ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| jgz:V7 = {{#switch: {{{1}}}&lt;br /&gt;
 | JGZ = 7.1.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/JGZ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Doel ==&lt;br /&gt;
&lt;br /&gt;
Er zijn allerlei situaties waarin de specifieke versie van een component een bepaalde versie van een ander component gebruikt, bijvoorbeeld een versie van een informatiestandaard die een bepaalde versie van een FHIR-package nodig heeft. Dit sjabloon is bedoeld om dit soort versie-afhankelijkheden te leggen.&lt;br /&gt;
&lt;br /&gt;
== Gebruik ==&lt;br /&gt;
&lt;br /&gt;
Dit sjabloon koppelt simpelweg de versie (om legacy-redenen 'release' genoemd) van de gebruikende component plus de naam van de gebruikte component aan de versienummer van deze gebruikte component.&lt;br /&gt;
&lt;br /&gt;
Het sjabloon kan op pagina's ingezet worden met:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|[component](|release=[release])(|namespace=[namespace])}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;component&amp;lt;/code&amp;gt;: de naam van de ''gebruikte'' component, dus bv. de naam van het FHIR-package dat een standaard gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;release&amp;lt;/code&amp;gt;: de versie(string) van de ''gebruikende'' component, dus bv. de versie van een informatiestandaard die het FHIR-package gebruikt. Als deze parameter wordt weggelaten, wordt als default de [https://www.mediawiki.org/wiki/Help:Magic_words#Page_names ROOTPAGENAME] van de (aanroepende) pagina gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;namespace&amp;lt;/code&amp;gt;: als de gebruikende ''pagina'' zich in een andere namespace bevindt dan de namespace geregistreerd in dit sjabloon kan hier de namespace expliciet vermeld worden. Dit is vooral relevant voor verwijzingen waarin het versienummer wordt opgenomen.&lt;br /&gt;
&lt;br /&gt;
Dit wordt dan vervangen door het bijbehorende versienummer. De naam van 'component' dient uiteraard exact overeen te komen met de naam die in dit sjabloon staat.&lt;br /&gt;
&lt;br /&gt;
Bijvoorbeeld: binnen MedMij worden versienummers van individuele informatiestandaarden gekoppeld aan een bepaalde MedMij-release. Bv. de BgZ heeft binnen de MedMij-release &amp;quot;V2019.01&amp;quot; het versienummer 2.1.13. Dit kan opgezocht worden via:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|BgZ|release=V2019.01}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Onderhoud versienummers ===&lt;br /&gt;
&lt;br /&gt;
Het sjabloon bestaat uit een geneste switch; de eerste tak kijkt naar de Release (de eerste parameter), de tweede naar de naam van de gezochte component. Deze informatie staat bovenaan de pagina wanneer deze bewerkt wordt.&lt;br /&gt;
&lt;br /&gt;
Wanneer het nodig is om een nieuwe release toe te voegen, volstaat het om het volgende stuk toe te voegen:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| NAMESPACE:&amp;lt;release&amp;gt; = {{#switch: {{{2}}}&lt;br /&gt;
 | &amp;lt;component1&amp;gt; = x.x.x&lt;br /&gt;
 | &amp;lt;component2&amp;gt; = x.x.x&lt;br /&gt;
 ...&lt;br /&gt;
 | &amp;lt;componentN&amp;gt; = x.x.x&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Afwijkende versienummers in systeemrolcodes ===&lt;br /&gt;
&lt;br /&gt;
In sommige informatiestandaarden zijn er systeemrolcodes met een versie die afwijkt van die van de standaard als geheel. Typisch gebeurt dit wanneer er een use case is bijgekomen in een standaard; de major-versie wordt opgehoogd, maar de systeemrollen in de oorspronkelijke use case blijven de oorspronkelijke versie gebruiken (zolang er nog geen reden is om over te gaan naar een nieuwe versie).&lt;br /&gt;
&lt;br /&gt;
Er is gekozen voor een pragmatische aanpak in dit soort gevallen door simpelweg een tweede entry toe te voegen voor de afwijkende major-versie; de standaard &amp;quot;PDF/A&amp;quot; staat bijvoorbeeld twee keer in het lijstje, een keer als &amp;quot;PDFA&amp;quot; en een keer als &amp;quot;PDFA1&amp;quot; voor de oudere systeemrolcodes.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206669</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206669"/>
		<updated>2024-03-06T20:43:18Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Retrieve all medication data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other contexts), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only transactions in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in this transaction, these search requests are always executed in the context of a single patient and thus should include a patient identification mechanism (see [[#Patient_identification|‘Patient identification’]]).&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206668</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206668"/>
		<updated>2024-03-06T20:42:08Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Retrieve all medication data */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other contexts), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only transactions in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in the current transactions, these search requests are always executed in the context of a single patient and thus should include a patient identification mechanism (see [[#Patient_identification|‘Patient identification’]]).&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206667</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206667"/>
		<updated>2024-03-06T20:41:55Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Patient identification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other contexts), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only transactions in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in the current use cases, these search requests are always executed in the context of a single patient and thus should include a patient identification mechanism (see [[#Patient_identification|‘Patient identification’]]).&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR_for_patient_use_cases&amp;diff=206666</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR for patient use cases</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR_for_patient_use_cases&amp;diff=206666"/>
		<updated>2024-03-06T20:40:49Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Patient identification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} for patient use cases}}&lt;br /&gt;
{{NoteBox|Deze versie zal worden getoetst tijdens de kickstart medicatieoverdracht. De versie is niet geschikt voor gebruik buiten deze beproeving.}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} for patient use cases (MedMij) using the HL7® FHIR® standard. The MP9 standard for MedMij is described in [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|this functional specification]] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification of both MP9 and MedMij and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
This document is a specification of [[mp:V3.0.0_MedicationProcess9_FHIR|FHIR Implementation Guide Medication Process 9]], only applicable to the patient use cases. The guidelines as specified in the [[MedMij:IG:V1/FHIR_IG|MedMij FHIR Implementation Guide]] apply. This document extends the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] with the specification of the 'Afsprakenstelsel'.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships where they differ between the MP9 and MedMij IG, after which the implementation is described per relevant transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
Both the [[mp:V3.0.0_MedicationProcess9_FHIR#Boundaries_and_relationships|MP9 Boundaries and relationships]] and the [[MedMij:IG:V1/FHIR_IG#Overarching_principles|MedMij Overarching principles]] apply. The following sections highlight the points where these two documents contradict and provides guidance on which principles to follow.&lt;br /&gt;
&lt;br /&gt;
== 'Use cases' or 'transactions' ==&lt;br /&gt;
Where MP9 uses the term 'transaction', MedMij generally uses the term 'use case'. On this page, the terms are used interchangeable.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
Where MP9 describes the use of {{fhir|patient.identifier}} or {{fhir|subject:Patient.identifier}} search parameters, the MedMij use cases use the authentication method outlined by the [[MedMij:IG:V1/FHIR_IG#Afsprakenstelsel|MedMij 'Afsprakenstelsel']], using Oauth2 tokens.&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of the Retrieve and Serve Medication Data transactions (for MedMij) listed in [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|the functional specification]]. Each transaction hyperlinks to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]).&lt;br /&gt;
{{#lst:mp:V3.0.0_MedicationProcess9_FHIR|medmij1}}&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe.MedMij|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data (MedMij)}}&lt;br /&gt;
{{#lst:mp:V3.0.0_MedicationProcess9_FHIR|medmij2}}&lt;br /&gt;
{{#lst:mp:V3.0.0_MedicationProcess9_FHIR|medmij3}}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.2_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206665</id>
		<title>mp:Medicatieoverdracht Kickstart</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206665"/>
		<updated>2024-03-06T20:39:53Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Specificaties */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Kickstart Medicatieoverdracht - Landingspagina documentatie leveranciers (Handboek)}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
=ALGEMEEN REFERENTIE=&lt;br /&gt;
:*[https://www.zorginzicht.nl/binaries/content/assets/zorginzicht/kwaliteitsinstrumenten/Kwaliteitsstandaard+Overdracht+van+medicatiegegevens+in+de+keten.pdf Kwaliteitsstandaard: richtlijn overdracht van medicatiegegevens in de keten]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BOUWDOCUMENTATIE=&lt;br /&gt;
{{IssueBox|'''FHIR specs voor versie 3.0.0-beta.3 volgen op 7 maart'''}}&lt;br /&gt;
==Voorbereiding==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/pva_kickstart/&amp;lt;abbr title=&amp;quot;Het Plan van aanpak versie 3.1 voor de uitvoering van de Kickstart. Het Plan van aanpak versie 3.1 beschrijft het doel, de opzet, aanpak en kaders voor de uitvoering van de Kickstart.&amp;quot;&amp;gt;Plan van aanpak versie 3.1&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Specificaties==&lt;br /&gt;
:'''Verzamelbestand informatiestandaarden'''&lt;br /&gt;
:*[[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]]&lt;br /&gt;
&lt;br /&gt;
:'''Voorbereiding'''&lt;br /&gt;
:*[[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3'''&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.3 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.3 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.3 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.3 for patient use cases &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Lab2zorg'''&lt;br /&gt;
:*[[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|&amp;lt;abbr title=&amp;quot;De leeswijzer geeft aan welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is.&amp;quot;&amp;gt;Leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Ontwerp_Lab2zorg|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van Lab2zorg. In de kickstart wordt het onderdeel lab2zorg gebruikt voor het meesturen van een nierfunctiewaarde met het voorschrift.  Deze usecase staat beschreven in paragraaf 2.3 van het functioneel ontwerp lab2zorg.&amp;quot;&amp;gt;Functioneel ontwerp Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie|&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard uitwisseling laboratoriumgegevens de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties. Voor de kickstart wordt sturen/ontvangen laboratoriumresultaten uit lab2zorg gebruikt.&amp;quot;&amp;gt;Labuitwisseling versie 3.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:V3.0.0_FHIR_Lab2zorg|&amp;lt;abbr title=&amp;quot;Technische FHIR specificaties van Lab2zorg in aanvulling op het functioneel ontwerp. Paragraaf 4.3 beschrijft het sturen van laboratoriumresultaten tussen zorgverleners dat in de kickstart gebruikt wordt.&amp;quot;&amp;gt;FHIR Lab2zorg version 3.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Infrastructuur'''&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==IT-Infrastructuur==&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2:~:text=Het%20VWI%2Dsynchronisatie%20proces%20biedt,belang%20van%20pati%C3%ABnt%20en%20zorgaanbieder&amp;lt;abbr title=&amp;quot;Dit document beschrijft de procedure die ervoor zorgt dat elke GBZ-beheerder namens de zorgaanbieder kan vaststellen dat elk patiëntgegeven met toestemming van de patiënt op correcte wijze is aangemeld op de VWI.&amp;quot;&amp;gt;Proces VWI synchronisatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de gebeurtenisverdeler component (GVE) en de component gebeurtenisafhandelaar (GAF) in de ZIM.&amp;quot;&amp;gt;Ontwerp gebeurtenisverwerking&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de abonnementenregister component (ABR) in de ZIM.&amp;quot;&amp;gt;Ontwerp abonnementenregister&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Implementatiehandleidingen==&lt;br /&gt;
:*[[mp:Vkickstart_MigratieHybride|&amp;lt;abbr title=&amp;quot;Handleiding Migratie hybride fase Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Migratie/hybride&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Implementatiehandleiding_Consolidatie/afleidingsregels|&amp;lt;abbr title=&amp;quot;Handleiding Consolidatie/afleidingsregels Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Consolidatie/afleidingsregels&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-verwijsindex-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Implementatiehandleiding verwijsindex AORTA v8.2.0.0&amp;quot;&amp;gt;Implementatiehandleiding VWI AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/media/downloads/zorg-ab-implementatiehandleiding-v27pdf/download&amp;lt;abbr title=Dit document bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;gt;Implementatiehandleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-inschrijftoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor de implementatie van het koppelvlak tussen het goed beheerde Zorgsystemen (GBZ) en het landelijk schakelpunt (LSP).&amp;quot;&amp;gt;Implementatie handleiding inschrijftoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-mandaattoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Specificatie van het mandaattoken.&amp;quot;&amp;gt;Implementatie handleiding mandaattoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-berichtauthenticatie-transactietoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor het uitrusten van de berichten met het SAML transactietoken.&amp;quot;&amp;gt;Implementatie handleiding transactiekosten&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Ondersteunende materialen==&lt;br /&gt;
:*[[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|&amp;lt;abbr title=&amp;quot;Toedieningsschema HL7v3-template. Introductie van het FHIR timing datatype in CDA substanceAdministration.effectiveTime voor toedieningsschema's. Voorheen was dit de HL7v3 GTS (General Timing Specification). Bevat ook de inhoudelijke wijziging in de XML schema's (xsd's).&amp;quot;&amp;gt;Dosering in FHIR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://github.com/Nictiz/Medicatieviewer&amp;lt;abbr title=&amp;quot;De Medicatieviewer transformeert een MP-9 XML volgens de standaard medicatieproces 9 voor medicatiegegevens of voor medicatieoverzicht in HTML om zo een voor mensen leesbaar overzicht te geven van de inhoud van de XML.&amp;quot;&amp;gt;Medicatieviewer&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/c/c9/Medicatieoverzicht_MP90.zip&amp;lt;abbr title=&amp;quot;Uitklapbaar Medicatieoverzicht voorbeeld in HTML-formaat.&amp;quot;&amp;gt;Medicatieoverzicht HTML voorbeeld&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[Mappingarchitectuur#Mappings_en_transacties|&amp;lt;abbr title=&amp;quot;Deze sectie toont verschillende mappings voor transacties uit verschillende informatiestandaarden.&amp;quot;&amp;gt;Mappingarchitectuur&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Vdraft_RaadplegenReconcilieren|&amp;lt;abbr title=&amp;quot;Deze pagina bevat nadere toelichting over hoe te reconciliëren na raadplegen. Het bespreekt de volgorde van verwerken van de verschillende soorten binnengekomen informatie.&amp;quot;&amp;gt;Implementatie handleiding Raadplegen Reconciliëren&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|&amp;lt;abbr title=&amp;quot;Deze pagina geeft nadere toelichting bij templates in ART-DECOR.&amp;quot;&amp;gt;Toelichting bericht templates Medicatieproces versie 9&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/best-practices-vwi-synchronisatie-aorta-v8200pdf/download/&amp;lt;abbr title=&amp;quot;Ter verduidelijking van de implementatiehandleiding VWI. Extra informatie wordt gegeven over de afhandeling van berichten aan de XIS leveranciers en de beheerders om duidelijkheid te geven over de verwachte acties.&amp;quot;&amp;gt;Best practices: VWI synchronisatie &amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/factsheet-tkidspdf/download/&amp;lt;abbr title=&amp;quot;Deze factsheet beschrijft de werking van TypeKwalificatie-ID’s (TKID’s) op het LSP.&amp;quot;&amp;gt;Factsheet tkid&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-AG.&amp;quot;&amp;gt;Algemene informatie Zorg-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-id&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-ID.&amp;quot;&amp;gt;Algemene informatie Zorg-ID&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=TEST- EN VALIDATIEMATERIAAL=&lt;br /&gt;
==Testinformatie Kickstart==&lt;br /&gt;
:*[[mp:Testen_Kickstart|Testen Kickstart]]&lt;br /&gt;
&lt;br /&gt;
==Testscripts==&lt;br /&gt;
{{IssueBox|'''De aanpassingen op de testscripts door de release van versie 3.0.0-beta.3 worden op dit moment doorgevoerd'''}}&lt;br /&gt;
:'''Medicatieproces 9'''&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.2_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&lt;br /&gt;
:'''Testscript gebruikerseisen boven sectoraal'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Lab2zorg'''&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie#Lab2zorg|&amp;lt;abbr title=&amp;quot;Testgegevens die als voorbereiding op de kwalificatie gebruikt kunnen worden, waarbij voor de kickstart alleen de scripts Laboratoriumresultaten (Sturen/Ontvangen) relevant zijn.&amp;quot;&amp;gt;Testscripts Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:'''Algemene eisen MP9 &amp;amp; Generieke voorzieningen'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/5/5e/Testscripts_algemene_eisen_MP9_%26_Generieke_voorzieningen.zip Testscripts algemene eisen MP9 &amp;amp; Generieke voorzieningen (zip bestand)]&lt;br /&gt;
&lt;br /&gt;
==Validatiescripts==&lt;br /&gt;
:*Kwalificatiescripts worden definitief opgeleverd als bekend is op welke versie gevalideerd wordt in de Kickstart.&lt;br /&gt;
:*Acceptatiescripts worden gegenereerd op het moment dat de leverancier zich meldt; dit betreft maatwerk.&lt;br /&gt;
&lt;br /&gt;
=TOOLING=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/3/30/Tooling.pdf&amp;lt;abbr title=&amp;quot;Overzicht van de te gebruiken tooling.&amp;quot;&amp;gt;Beschikbare tooling&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==ART-DECOR==&lt;br /&gt;
:*[https://decor.nictiz.nl/art-decor/home&amp;lt;abbr title=&amp;quot;Inlogpagina ART-DECOR&amp;quot;&amp;gt;Inloggen ART-DECOR&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[HL7v3 kwalificatiesimulator|&amp;lt;abbr title=&amp;quot;Uitleg over inloggen en gebruik van de kwalificatiesimulator (ART-DECOR)&amp;quot;&amp;gt;Testen met ART-DECOR / Kwalificatiesimulator&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://art-decor.org/mediawiki/index.php?title=Documentation&amp;lt;abbr title=&amp;quot;Handleidingen en documentatie van ART-DECOR &amp;quot;&amp;gt;ART-DECOR documentatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[7phcy:V2.0_Toelichting_samenhang_Wiki_en_ART-DECOR|&amp;lt;abbr title=&amp;quot;Deze toelichting beschrijft de samenhang tussen: de HL7v3-implementatiehandleiding Medicatieproces 9 wiki en de bijbehorende html-publicatie van ART-DECOR.&amp;quot;&amp;gt;Wiki &amp;amp; ART-DECOR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==BITS==&lt;br /&gt;
:*[https://bits.nictiz.nl/ Link naar BITS algemeen]&lt;br /&gt;
:*[https://bits.nictiz.nl/projects/MP/issues/ Link naar openstaande issues Medicatieproces in BITS]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/8/87/Handleiding_BITS_voor_leveranciers.pdf Handleiding BITS validatieloket]&lt;br /&gt;
&lt;br /&gt;
==Touchstone==&lt;br /&gt;
:*[https://touchstone.aegis.net/touchstone/login&amp;lt;abbr title=&amp;quot;Inlogpagina Touchstone&amp;quot;&amp;gt;Inloggen Touchstone&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Touchstone|Testen met Touchstone]]&lt;br /&gt;
&lt;br /&gt;
==ZORG-AB==&lt;br /&gt;
:*[https://zorg-ab-oas.vzvz.nl/&amp;lt;abbr title=&amp;quot;Testapplicatie Zorg-AB&amp;quot;&amp;gt;ZORG-AB testapplicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;quot;&amp;gt;Implementatie handleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=INFORMATIEVOORZIENING=&lt;br /&gt;
&lt;br /&gt;
==Vragen en antwoorden==&lt;br /&gt;
:*[[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&lt;br /&gt;
&lt;br /&gt;
==Kennissessie==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-introductiesessie-medicatieproces/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt een introductie gegeven van het programma Medicatieoverdracht, de richtlijn Overdracht van medicatiegegevens in de keten, de informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Kennissessie: Introductie Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-wat-kan-ik-verwachten-van-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt inzicht gegeven in de meerwaarde van het programma Medicatieoverdracht voor de zorgverlener en patiënt en de te nemen acties op procesniveau. Per rol (voorschrijver, apotheker, toediener en patiënt) worden de stappen die worden beproefd in de Kickstart toegelicht.&amp;quot;&amp;gt;Kennissessie: Wat kan ik verwachten van Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-verdieping-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;Deze kennissessie is voor iedereen die meer wil weten over het medicatieproces: welke gegevensuitwisselingsmomenten zijn er (transacties), welke rollen horen daarbij, hoe werken de bouwsteen relaties precies etc.&amp;quot;&amp;gt;Kennissessie: Verdieping Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-voorgenomen-besluiten-kernteam-medicatie// &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een beeld van hoe samen met zorgverleners uit de 10 betrokken sectoren afspraken tot stand zijn gekomen t.a.v. beleid, verantwoordelijkheden, zorgprocessen, eenheid van taal in terminologie en codestelsels om de implementatie van de richtlijn en informatiestandaard te ondersteunen. &amp;quot;&amp;gt;Kennissessie: (Voorgenomen) besluiten kernteam Medicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessies/&amp;lt;abbr title=&amp;quot;In deze kennissessie wordt de route van de bèta publicatie van de informatiestandaard Medicatieproces 9 naar de definitieve versie toegelicht. &amp;quot;&amp;gt;Kennissessie: Route Medicatieproces 9 v2.0.0 bèta naar definitief&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-testmaterialen-medicatieproces-9-2-0-0-beta/ &amp;lt;abbr title=&amp;quot;In deze kennissessie worden de testmaterialen voor Medicatieproces 9 toegelicht. Wat kan er getest worden, wat is de samenhang tussen de materialen, inhoud van het materiaal, hoe te gebruiken en waar te vinden. &amp;quot;&amp;gt;Kennissessie: Testmaterialen Medicatieproces 9 v2.0.0 bèta&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/d/d2/202202_Introductie_AORTA_-_nieuwe_style.pdf &amp;lt;abbr title=&amp;quot;Introductiepresentatie AORTA. Een introductie van infrastructurele AORTA architectuur​, verschillende architectuurlagen​, verschillende componenten​.&lt;br /&gt;
Relaties met andere stelsels en producten​.&amp;quot;&amp;gt;Presentatie: Introductie AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==PGO==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/6/61/PGOsessiesMedicatieproces_BijlageBijOnlineSessie.pdf &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een introductie van MedMij in relatie tot Medicatieproces 9.&amp;quot;&amp;gt;Presentatie: Medicatieoverdracht uitleg MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/2/29/PGOsessie_OpnameOnline.mp4 &amp;lt;abbr title=&amp;quot;Opname van de kennissessie: Een introductie van MedMij in relatie tot het Medicatieproces 9.&amp;quot;&amp;gt;Opname: Medicatieoverdracht uitleg presentatie MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=MEMO'S=&lt;br /&gt;
&lt;br /&gt;
==Informatieve memo's==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/7/79/MO_memo_MBH-ID_Transformatiedienst_20230315.pdf&amp;lt;abbr title=&amp;quot;Memo MBH-ID Transformatiedienst_20230315&amp;quot;&amp;gt;Memo MBH-ID Transformatiedienst 15-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/48/MO_memo_vooraankondiging_20230307.pdf&amp;lt;abbr title=&amp;quot;Memo vooraankondiging_20230307&amp;quot;&amp;gt;Memo vooraankondiging 07-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=IN ONTWIKKELING=&lt;br /&gt;
:'''Transitie naar Medicatieproces 9 (migratie en hybride situatie)'''&lt;br /&gt;
:*[[Vdraft_Mappingarchitectuur#Medicatieproces_.28MP.29_Versie_MP9_2.0_en_versie_9.0.7|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Mappingarchitectuur met mappings MP 9.0.7 &amp;lt;-&amp;gt; MP9 2.0.0&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Kickstart testen'''&lt;br /&gt;
:*[[mp:Draft_Testtooling#BITS|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Tooling &amp;amp; omgevingen Kickstart Medicatieoverdracht&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=ARCHIEF=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf&amp;lt;abbr title=&amp;quot;Document dat nulpunt beschrijft voor specificaties Kickstart ten behoeve van contract.&amp;quot;&amp;gt;Nulpunt documentatie Kickstart leveranciers versie 1.1 van 7 september 2022&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:* Verzamelbestand in Excel met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart (niet meer te downloaden om verwarring te voorkomen)&lt;br /&gt;
:*[https://www.aorta-lsp.nl/voor-wie/ict-leveranciers/aorta-documentatie/infrastructuur-aorta-v8200&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.2.0.0&amp;quot;&amp;gt;Documentatie AORTA 8.2.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.2'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.1'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.1 (NL)]] / [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.1 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.1 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.2.0.0'''&lt;br /&gt;
:*[[mp:V2.0.0_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9. Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V2.0.0_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 2.0.0 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20220402T205710/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 2.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V2.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 2.0.0 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 2.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V2.0.0_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 2.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|HL7v3 CDA substanceAdministration.effectiveTime en FHIR timing]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|HL7v3-domeinspecificatie Pharmacy Medicatieproces 9]]&lt;br /&gt;
:*PGO/MedMij: [[MedMij:Vkickstart/OntwerpMedicatie|&amp;lt;abbr title=&amp;quot;Dit is de link naar het Functioneel Ontwerp Medicatieproces 9 patient use cases nodig voor uitwisseling van PGO binnen oa MedMij&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 voor patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=PAGINAHISTORIE=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;&amp;quot; width=&amp;quot;130&amp;quot;|Datum&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Omschrijving&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 maart 2024&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; :'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3''' gepubliceerd&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; '''Informatiestandaard Medicatieproces 9.3.0.0-beta.2''' naar archief&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;] &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 november 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.2/ FHIR R4 conformance resources for Medication Process 9 (MP9)] geüpdatet naar beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; [https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.2_releasenotes|Release notes Medicatieproces 9 versie 3.0.0-beta.2]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscript: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1]] &amp;amp; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional Design Medication Process 9 version 3.0.0-beta.1 English version]] naar archief&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.5 [[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]] aangepast naar 9.3 versie.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 28 juli 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/MED/86179842/Kickstart+van+Medicatieoverdracht Programma van eisen LSP (bèta)] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/A8/85000200/AORTA+8.3.0 Documentatie AORTA versie 8.3.0.0] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 2 juni 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Algemene eisen MP9 &amp;amp; Generieke voorzieningen toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 30 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.1 Voorbereiding: Plan van aanpak versie 3.1. Addendum plan van aanpak Kickstart v3.1 - Aanpassing Kickstartplanning Mei 2023 toegevoegd aan onderliggende pagina&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]] ge-update met linkjes naar 9.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt; 3.1 Testinformatie Kickstart: [[mp:Testen_Kickstart|Testen Kickstart]] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 25 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1 voor patiënt usecases]] toegevoegd .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases]] toegevoegd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 4.1 Testen met ART-DECOR: onderliggende pagina vervangen naar [[HL7v3 kwalificatiesimulator]] .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 3.1 nieuwe versie testscripts toegevoegd: [[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Medicatieproces 9 versie 3.0.0-beta.1]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 21 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 6 MEMO'S toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo MBH-ID Transformatiedienst 15-03-2023 toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo vooraankondiging 07-03-2023 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Implementatiehandleiding Consolidatie en afleidingsregels toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Specificaties Informatiestandaard Medicatieproces 9 versie 3.0.0-beta.1 toegevoegd&lt;br /&gt;
* Functioneel ontwerp&lt;br /&gt;
* Technisch ontwerp CDA&lt;br /&gt;
* Technisch ontwerp FHIR&lt;br /&gt;
* Release notes &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 18 januari 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2 Proces VWI synchronisatie]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2 Ontwerp gebeurtenisverwerking]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2 Ontwerp abonnementenregister]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab Implementatie handleiding ZORG-AB]: link aangepast naar Zorg-AB pagina met meest recente documentatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 29 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link toegevoegd naar de [[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift]]&amp;lt;br&amp;gt;&lt;br /&gt;
De leeswijzer legt uit welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is. De leeswijzer vervangt het aanvullingendocument.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar het [[Lab:V3.0.0_Ontwerp_Laboverdacht|functioneel ontwerp informatiestandaard uitwisseling Laboratoriumgegevens versie 3.0.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
De informatiestandaard beschrijft de algemene werking voor alle uitwisselingen van Laboratoriumgegevens. Het onderdeel lab2zorg hieruit wordt gebruikt in de kickstart.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar aanvullingendocument&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 12 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: link toegevoegd naar [[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&amp;lt;li&amp;gt;Informatievoorziening: link toegevoegd naar [[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&amp;lt;br&amp;gt;&lt;br /&gt;
Na elk vragenuur worden de vragen en antwoorden aan deze pagina toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: link naar oude versie nulpunt document verwijderd en link naar nieuwe toegevoegd [https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf Nulpunt documentatie leveranciers versie 1.1 van 7 september 2022] &amp;lt;br&amp;gt;&lt;br /&gt;
Inhoudelijke wijziging versie 1.1: link naar document Werkzaamheden in stap 0 Voorbereiding toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Formele publicatie van de pagina + update: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Titel aangepast&lt;br /&gt;
&amp;lt;li&amp;gt;Algemeen referentie: onderdeel toegevoegd en kwaliteitsstandaard toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Voorbereiding: checklists verwijderd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: verzamelbestand omgezet van Excel naar wiki&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties MP9: gebruikerseisen toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: labdocumentatie toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Infrastructuur: aorta 8.2 vervangen door aorta 8.3 (8.2 naar archief)&lt;br /&gt;
&amp;lt;li&amp;gt;Test- en validatiemateriaal: testscripts en kwalificatiescripts gesplitst, alleen testscripts MP9 gelinkt en labtestmateriaal toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Tooling BITS: handleiding BITS toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: nulpunt 1 september 2022 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 augustus 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Correctie in ''Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| juli 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Pagina gepubliceerd&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206664</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206664"/>
		<updated>2024-03-06T20:22:53Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Retrieve all medication data */ MP-1443: Finetuned search requests w.r.t. patient identification mechanism&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other use cases), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only use cases in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note that in the current use cases, these search requests are always executed in the context of a single patient and thus should include a patient identification mechanism (see [[#Patient_identification|‘Patient identification’]]).&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206663</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206663"/>
		<updated>2024-03-06T20:19:26Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Patient identification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to generalize this technical design as much as possible (it being applicable to both MedMij and other use cases), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only use cases in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206662</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206662"/>
		<updated>2024-03-06T20:18:48Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Patient identification */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Note: All request examples in this document do not include patient identification mechanisms, partly because we want to to generalize this technical design as much as possible (it being applicable to both MedMij and other use cases), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only use cases in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206661</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206661"/>
		<updated>2024-03-06T20:15:20Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Search parameters */ MP-1487: Added subject:Patient.identifier to search parameters&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms, partly because we want to to generalize this technical design as much as possible (it being applicable to both MedMij and other use cases), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only use cases in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
{{fhir|subject:Patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206660</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206660"/>
		<updated>2024-03-06T20:12:07Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Patient identification */ Tweaked description w.r.t. patient identification mechanism based on MVALEPIC-83&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms, partly because we want to to generalize this technical design as much as possible (it being applicable to both MedMij and other use cases), and partly because this would convolute all search request examples. Requesters are assumed to include these if necessary. Since there currently are only use cases in the context of a single patient, the patient identification mechanism is actually implicitly assumed to be present in all search requests.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206659</id>
		<title>mp:V3.0.0-rc.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-rc.2_MedicationProcess9_FHIR&amp;diff=206659"/>
		<updated>2024-03-06T20:06:22Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Mappings between profiles and data set */ Add clarification w.r.t. deprecated mappings on extensions&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied (not on an extension), the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9 (not on an extension), that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
* If an element in the functional definition is removed and the element had a mapping applied on an extension, that extension is removed entirely. In particular no {{term|[DEPRECATED]}} mapping will be visible in the FHIR profile. This is done to ensure no redundant extensions remain in the FHIR profiles.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
* Exceptions are extensions that would otherwise only contain deprecated mappings; these are removed fully.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.3_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206657</id>
		<title>mp:Medicatieoverdracht Kickstart</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206657"/>
		<updated>2024-03-06T16:35:22Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* ARCHIEF */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Kickstart Medicatieoverdracht - Landingspagina documentatie leveranciers (Handboek)}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
=ALGEMEEN REFERENTIE=&lt;br /&gt;
:*[https://www.zorginzicht.nl/binaries/content/assets/zorginzicht/kwaliteitsinstrumenten/Kwaliteitsstandaard+Overdracht+van+medicatiegegevens+in+de+keten.pdf Kwaliteitsstandaard: richtlijn overdracht van medicatiegegevens in de keten]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BOUWDOCUMENTATIE=&lt;br /&gt;
{{IssueBox|'''FHIR specs voor versie 3.0.0-beta.3 volgen op 7 maart'''}}&lt;br /&gt;
==Voorbereiding==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/pva_kickstart/&amp;lt;abbr title=&amp;quot;Het Plan van aanpak versie 3.1 voor de uitvoering van de Kickstart. Het Plan van aanpak versie 3.1 beschrijft het doel, de opzet, aanpak en kaders voor de uitvoering van de Kickstart.&amp;quot;&amp;gt;Plan van aanpak versie 3.1&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Specificaties==&lt;br /&gt;
:'''Verzamelbestand informatiestandaarden'''&lt;br /&gt;
:*[[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]]&lt;br /&gt;
&lt;br /&gt;
:'''Voorbereiding'''&lt;br /&gt;
:*[[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3'''&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Lab2zorg'''&lt;br /&gt;
:*[[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|&amp;lt;abbr title=&amp;quot;De leeswijzer geeft aan welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is.&amp;quot;&amp;gt;Leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Ontwerp_Lab2zorg|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van Lab2zorg. In de kickstart wordt het onderdeel lab2zorg gebruikt voor het meesturen van een nierfunctiewaarde met het voorschrift.  Deze usecase staat beschreven in paragraaf 2.3 van het functioneel ontwerp lab2zorg.&amp;quot;&amp;gt;Functioneel ontwerp Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie|&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard uitwisseling laboratoriumgegevens de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties. Voor de kickstart wordt sturen/ontvangen laboratoriumresultaten uit lab2zorg gebruikt.&amp;quot;&amp;gt;Labuitwisseling versie 3.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:V3.0.0_FHIR_Lab2zorg|&amp;lt;abbr title=&amp;quot;Technische FHIR specificaties van Lab2zorg in aanvulling op het functioneel ontwerp. Paragraaf 4.3 beschrijft het sturen van laboratoriumresultaten tussen zorgverleners dat in de kickstart gebruikt wordt.&amp;quot;&amp;gt;FHIR Lab2zorg version 3.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Infrastructuur'''&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==IT-Infrastructuur==&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2:~:text=Het%20VWI%2Dsynchronisatie%20proces%20biedt,belang%20van%20pati%C3%ABnt%20en%20zorgaanbieder&amp;lt;abbr title=&amp;quot;Dit document beschrijft de procedure die ervoor zorgt dat elke GBZ-beheerder namens de zorgaanbieder kan vaststellen dat elk patiëntgegeven met toestemming van de patiënt op correcte wijze is aangemeld op de VWI.&amp;quot;&amp;gt;Proces VWI synchronisatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de gebeurtenisverdeler component (GVE) en de component gebeurtenisafhandelaar (GAF) in de ZIM.&amp;quot;&amp;gt;Ontwerp gebeurtenisverwerking&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de abonnementenregister component (ABR) in de ZIM.&amp;quot;&amp;gt;Ontwerp abonnementenregister&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Implementatiehandleidingen==&lt;br /&gt;
:*[[mp:Vkickstart_MigratieHybride|&amp;lt;abbr title=&amp;quot;Handleiding Migratie hybride fase Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Migratie/hybride&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Implementatiehandleiding_Consolidatie/afleidingsregels|&amp;lt;abbr title=&amp;quot;Handleiding Consolidatie/afleidingsregels Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Consolidatie/afleidingsregels&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-verwijsindex-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Implementatiehandleiding verwijsindex AORTA v8.2.0.0&amp;quot;&amp;gt;Implementatiehandleiding VWI AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/media/downloads/zorg-ab-implementatiehandleiding-v27pdf/download&amp;lt;abbr title=Dit document bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;gt;Implementatiehandleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-inschrijftoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor de implementatie van het koppelvlak tussen het goed beheerde Zorgsystemen (GBZ) en het landelijk schakelpunt (LSP).&amp;quot;&amp;gt;Implementatie handleiding inschrijftoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-mandaattoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Specificatie van het mandaattoken.&amp;quot;&amp;gt;Implementatie handleiding mandaattoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-berichtauthenticatie-transactietoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor het uitrusten van de berichten met het SAML transactietoken.&amp;quot;&amp;gt;Implementatie handleiding transactiekosten&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Ondersteunende materialen==&lt;br /&gt;
:*[[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|&amp;lt;abbr title=&amp;quot;Toedieningsschema HL7v3-template. Introductie van het FHIR timing datatype in CDA substanceAdministration.effectiveTime voor toedieningsschema's. Voorheen was dit de HL7v3 GTS (General Timing Specification). Bevat ook de inhoudelijke wijziging in de XML schema's (xsd's).&amp;quot;&amp;gt;Dosering in FHIR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://github.com/Nictiz/Medicatieviewer&amp;lt;abbr title=&amp;quot;De Medicatieviewer transformeert een MP-9 XML volgens de standaard medicatieproces 9 voor medicatiegegevens of voor medicatieoverzicht in HTML om zo een voor mensen leesbaar overzicht te geven van de inhoud van de XML.&amp;quot;&amp;gt;Medicatieviewer&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/c/c9/Medicatieoverzicht_MP90.zip&amp;lt;abbr title=&amp;quot;Uitklapbaar Medicatieoverzicht voorbeeld in HTML-formaat.&amp;quot;&amp;gt;Medicatieoverzicht HTML voorbeeld&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[Mappingarchitectuur#Mappings_en_transacties|&amp;lt;abbr title=&amp;quot;Deze sectie toont verschillende mappings voor transacties uit verschillende informatiestandaarden.&amp;quot;&amp;gt;Mappingarchitectuur&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Vdraft_RaadplegenReconcilieren|&amp;lt;abbr title=&amp;quot;Deze pagina bevat nadere toelichting over hoe te reconciliëren na raadplegen. Het bespreekt de volgorde van verwerken van de verschillende soorten binnengekomen informatie.&amp;quot;&amp;gt;Implementatie handleiding Raadplegen Reconciliëren&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|&amp;lt;abbr title=&amp;quot;Deze pagina geeft nadere toelichting bij templates in ART-DECOR.&amp;quot;&amp;gt;Toelichting bericht templates Medicatieproces versie 9&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/best-practices-vwi-synchronisatie-aorta-v8200pdf/download/&amp;lt;abbr title=&amp;quot;Ter verduidelijking van de implementatiehandleiding VWI. Extra informatie wordt gegeven over de afhandeling van berichten aan de XIS leveranciers en de beheerders om duidelijkheid te geven over de verwachte acties.&amp;quot;&amp;gt;Best practices: VWI synchronisatie &amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/factsheet-tkidspdf/download/&amp;lt;abbr title=&amp;quot;Deze factsheet beschrijft de werking van TypeKwalificatie-ID’s (TKID’s) op het LSP.&amp;quot;&amp;gt;Factsheet tkid&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-AG.&amp;quot;&amp;gt;Algemene informatie Zorg-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-id&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-ID.&amp;quot;&amp;gt;Algemene informatie Zorg-ID&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=TEST- EN VALIDATIEMATERIAAL=&lt;br /&gt;
==Testinformatie Kickstart==&lt;br /&gt;
:*[[mp:Testen_Kickstart|Testen Kickstart]]&lt;br /&gt;
&lt;br /&gt;
==Testscripts==&lt;br /&gt;
{{IssueBox|'''De aanpassingen op de testscripts door de release van versie 3.0.0-beta.3 worden op dit moment doorgevoerd'''}}&lt;br /&gt;
:'''Medicatieproces 9'''&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.2_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&lt;br /&gt;
:'''Testscript gebruikerseisen boven sectoraal'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Lab2zorg'''&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie#Lab2zorg|&amp;lt;abbr title=&amp;quot;Testgegevens die als voorbereiding op de kwalificatie gebruikt kunnen worden, waarbij voor de kickstart alleen de scripts Laboratoriumresultaten (Sturen/Ontvangen) relevant zijn.&amp;quot;&amp;gt;Testscripts Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:'''Algemene eisen MP9 &amp;amp; Generieke voorzieningen'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/5/5e/Testscripts_algemene_eisen_MP9_%26_Generieke_voorzieningen.zip Testscripts algemene eisen MP9 &amp;amp; Generieke voorzieningen (zip bestand)]&lt;br /&gt;
&lt;br /&gt;
==Validatiescripts==&lt;br /&gt;
:*Kwalificatiescripts worden definitief opgeleverd als bekend is op welke versie gevalideerd wordt in de Kickstart.&lt;br /&gt;
:*Acceptatiescripts worden gegenereerd op het moment dat de leverancier zich meldt; dit betreft maatwerk.&lt;br /&gt;
&lt;br /&gt;
=TOOLING=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/3/30/Tooling.pdf&amp;lt;abbr title=&amp;quot;Overzicht van de te gebruiken tooling.&amp;quot;&amp;gt;Beschikbare tooling&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==ART-DECOR==&lt;br /&gt;
:*[https://decor.nictiz.nl/art-decor/home&amp;lt;abbr title=&amp;quot;Inlogpagina ART-DECOR&amp;quot;&amp;gt;Inloggen ART-DECOR&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[HL7v3 kwalificatiesimulator|&amp;lt;abbr title=&amp;quot;Uitleg over inloggen en gebruik van de kwalificatiesimulator (ART-DECOR)&amp;quot;&amp;gt;Testen met ART-DECOR / Kwalificatiesimulator&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://art-decor.org/mediawiki/index.php?title=Documentation&amp;lt;abbr title=&amp;quot;Handleidingen en documentatie van ART-DECOR &amp;quot;&amp;gt;ART-DECOR documentatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[7phcy:V2.0_Toelichting_samenhang_Wiki_en_ART-DECOR|&amp;lt;abbr title=&amp;quot;Deze toelichting beschrijft de samenhang tussen: de HL7v3-implementatiehandleiding Medicatieproces 9 wiki en de bijbehorende html-publicatie van ART-DECOR.&amp;quot;&amp;gt;Wiki &amp;amp; ART-DECOR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==BITS==&lt;br /&gt;
:*[https://bits.nictiz.nl/ Link naar BITS algemeen]&lt;br /&gt;
:*[https://bits.nictiz.nl/projects/MP/issues/ Link naar openstaande issues Medicatieproces in BITS]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/8/87/Handleiding_BITS_voor_leveranciers.pdf Handleiding BITS validatieloket]&lt;br /&gt;
&lt;br /&gt;
==Touchstone==&lt;br /&gt;
:*[https://touchstone.aegis.net/touchstone/login&amp;lt;abbr title=&amp;quot;Inlogpagina Touchstone&amp;quot;&amp;gt;Inloggen Touchstone&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Touchstone|Testen met Touchstone]]&lt;br /&gt;
&lt;br /&gt;
==ZORG-AB==&lt;br /&gt;
:*[https://zorg-ab-oas.vzvz.nl/&amp;lt;abbr title=&amp;quot;Testapplicatie Zorg-AB&amp;quot;&amp;gt;ZORG-AB testapplicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;quot;&amp;gt;Implementatie handleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=INFORMATIEVOORZIENING=&lt;br /&gt;
&lt;br /&gt;
==Vragen en antwoorden==&lt;br /&gt;
:*[[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&lt;br /&gt;
&lt;br /&gt;
==Kennissessie==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-introductiesessie-medicatieproces/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt een introductie gegeven van het programma Medicatieoverdracht, de richtlijn Overdracht van medicatiegegevens in de keten, de informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Kennissessie: Introductie Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-wat-kan-ik-verwachten-van-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt inzicht gegeven in de meerwaarde van het programma Medicatieoverdracht voor de zorgverlener en patiënt en de te nemen acties op procesniveau. Per rol (voorschrijver, apotheker, toediener en patiënt) worden de stappen die worden beproefd in de Kickstart toegelicht.&amp;quot;&amp;gt;Kennissessie: Wat kan ik verwachten van Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-verdieping-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;Deze kennissessie is voor iedereen die meer wil weten over het medicatieproces: welke gegevensuitwisselingsmomenten zijn er (transacties), welke rollen horen daarbij, hoe werken de bouwsteen relaties precies etc.&amp;quot;&amp;gt;Kennissessie: Verdieping Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-voorgenomen-besluiten-kernteam-medicatie// &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een beeld van hoe samen met zorgverleners uit de 10 betrokken sectoren afspraken tot stand zijn gekomen t.a.v. beleid, verantwoordelijkheden, zorgprocessen, eenheid van taal in terminologie en codestelsels om de implementatie van de richtlijn en informatiestandaard te ondersteunen. &amp;quot;&amp;gt;Kennissessie: (Voorgenomen) besluiten kernteam Medicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessies/&amp;lt;abbr title=&amp;quot;In deze kennissessie wordt de route van de bèta publicatie van de informatiestandaard Medicatieproces 9 naar de definitieve versie toegelicht. &amp;quot;&amp;gt;Kennissessie: Route Medicatieproces 9 v2.0.0 bèta naar definitief&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-testmaterialen-medicatieproces-9-2-0-0-beta/ &amp;lt;abbr title=&amp;quot;In deze kennissessie worden de testmaterialen voor Medicatieproces 9 toegelicht. Wat kan er getest worden, wat is de samenhang tussen de materialen, inhoud van het materiaal, hoe te gebruiken en waar te vinden. &amp;quot;&amp;gt;Kennissessie: Testmaterialen Medicatieproces 9 v2.0.0 bèta&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/d/d2/202202_Introductie_AORTA_-_nieuwe_style.pdf &amp;lt;abbr title=&amp;quot;Introductiepresentatie AORTA. Een introductie van infrastructurele AORTA architectuur​, verschillende architectuurlagen​, verschillende componenten​.&lt;br /&gt;
Relaties met andere stelsels en producten​.&amp;quot;&amp;gt;Presentatie: Introductie AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==PGO==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/6/61/PGOsessiesMedicatieproces_BijlageBijOnlineSessie.pdf &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een introductie van MedMij in relatie tot Medicatieproces 9.&amp;quot;&amp;gt;Presentatie: Medicatieoverdracht uitleg MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/2/29/PGOsessie_OpnameOnline.mp4 &amp;lt;abbr title=&amp;quot;Opname van de kennissessie: Een introductie van MedMij in relatie tot het Medicatieproces 9.&amp;quot;&amp;gt;Opname: Medicatieoverdracht uitleg presentatie MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=MEMO'S=&lt;br /&gt;
&lt;br /&gt;
==Informatieve memo's==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/7/79/MO_memo_MBH-ID_Transformatiedienst_20230315.pdf&amp;lt;abbr title=&amp;quot;Memo MBH-ID Transformatiedienst_20230315&amp;quot;&amp;gt;Memo MBH-ID Transformatiedienst 15-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/48/MO_memo_vooraankondiging_20230307.pdf&amp;lt;abbr title=&amp;quot;Memo vooraankondiging_20230307&amp;quot;&amp;gt;Memo vooraankondiging 07-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=IN ONTWIKKELING=&lt;br /&gt;
:'''Transitie naar Medicatieproces 9 (migratie en hybride situatie)'''&lt;br /&gt;
:*[[Vdraft_Mappingarchitectuur#Medicatieproces_.28MP.29_Versie_MP9_2.0_en_versie_9.0.7|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Mappingarchitectuur met mappings MP 9.0.7 &amp;lt;-&amp;gt; MP9 2.0.0&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Kickstart testen'''&lt;br /&gt;
:*[[mp:Draft_Testtooling#BITS|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Tooling &amp;amp; omgevingen Kickstart Medicatieoverdracht&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=ARCHIEF=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf&amp;lt;abbr title=&amp;quot;Document dat nulpunt beschrijft voor specificaties Kickstart ten behoeve van contract.&amp;quot;&amp;gt;Nulpunt documentatie Kickstart leveranciers versie 1.1 van 7 september 2022&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:* Verzamelbestand in Excel met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart (niet meer te downloaden om verwarring te voorkomen)&lt;br /&gt;
:*[https://www.aorta-lsp.nl/voor-wie/ict-leveranciers/aorta-documentatie/infrastructuur-aorta-v8200&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.2.0.0&amp;quot;&amp;gt;Documentatie AORTA 8.2.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.2'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.1'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.1 (NL)]] / [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.1 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.1 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.2.0.0'''&lt;br /&gt;
:*[[mp:V2.0.0_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9. Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V2.0.0_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 2.0.0 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20220402T205710/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 2.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V2.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 2.0.0 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 2.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V2.0.0_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 2.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|HL7v3 CDA substanceAdministration.effectiveTime en FHIR timing]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|HL7v3-domeinspecificatie Pharmacy Medicatieproces 9]]&lt;br /&gt;
:*PGO/MedMij: [[MedMij:Vkickstart/OntwerpMedicatie|&amp;lt;abbr title=&amp;quot;Dit is de link naar het Functioneel Ontwerp Medicatieproces 9 patient use cases nodig voor uitwisseling van PGO binnen oa MedMij&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 voor patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=PAGINAHISTORIE=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;&amp;quot; width=&amp;quot;130&amp;quot;|Datum&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Omschrijving&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 maart 2024&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; :'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3''' gepubliceerd&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; '''Informatiestandaard Medicatieproces 9.3.0.0-beta.2''' naar archief&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;] &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 november 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.2/ FHIR R4 conformance resources for Medication Process 9 (MP9)] geüpdatet naar beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; [https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.2_releasenotes|Release notes Medicatieproces 9 versie 3.0.0-beta.2]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscript: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1]] &amp;amp; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional Design Medication Process 9 version 3.0.0-beta.1 English version]] naar archief&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.5 [[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]] aangepast naar 9.3 versie.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 28 juli 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/MED/86179842/Kickstart+van+Medicatieoverdracht Programma van eisen LSP (bèta)] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/A8/85000200/AORTA+8.3.0 Documentatie AORTA versie 8.3.0.0] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 2 juni 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Algemene eisen MP9 &amp;amp; Generieke voorzieningen toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 30 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.1 Voorbereiding: Plan van aanpak versie 3.1. Addendum plan van aanpak Kickstart v3.1 - Aanpassing Kickstartplanning Mei 2023 toegevoegd aan onderliggende pagina&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]] ge-update met linkjes naar 9.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt; 3.1 Testinformatie Kickstart: [[mp:Testen_Kickstart|Testen Kickstart]] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 25 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1 voor patiënt usecases]] toegevoegd .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases]] toegevoegd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 4.1 Testen met ART-DECOR: onderliggende pagina vervangen naar [[HL7v3 kwalificatiesimulator]] .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 3.1 nieuwe versie testscripts toegevoegd: [[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Medicatieproces 9 versie 3.0.0-beta.1]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 21 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 6 MEMO'S toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo MBH-ID Transformatiedienst 15-03-2023 toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo vooraankondiging 07-03-2023 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Implementatiehandleiding Consolidatie en afleidingsregels toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Specificaties Informatiestandaard Medicatieproces 9 versie 3.0.0-beta.1 toegevoegd&lt;br /&gt;
* Functioneel ontwerp&lt;br /&gt;
* Technisch ontwerp CDA&lt;br /&gt;
* Technisch ontwerp FHIR&lt;br /&gt;
* Release notes &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 18 januari 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2 Proces VWI synchronisatie]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2 Ontwerp gebeurtenisverwerking]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2 Ontwerp abonnementenregister]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab Implementatie handleiding ZORG-AB]: link aangepast naar Zorg-AB pagina met meest recente documentatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 29 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link toegevoegd naar de [[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift]]&amp;lt;br&amp;gt;&lt;br /&gt;
De leeswijzer legt uit welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is. De leeswijzer vervangt het aanvullingendocument.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar het [[Lab:V3.0.0_Ontwerp_Laboverdacht|functioneel ontwerp informatiestandaard uitwisseling Laboratoriumgegevens versie 3.0.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
De informatiestandaard beschrijft de algemene werking voor alle uitwisselingen van Laboratoriumgegevens. Het onderdeel lab2zorg hieruit wordt gebruikt in de kickstart.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar aanvullingendocument&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 12 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: link toegevoegd naar [[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&amp;lt;li&amp;gt;Informatievoorziening: link toegevoegd naar [[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&amp;lt;br&amp;gt;&lt;br /&gt;
Na elk vragenuur worden de vragen en antwoorden aan deze pagina toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: link naar oude versie nulpunt document verwijderd en link naar nieuwe toegevoegd [https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf Nulpunt documentatie leveranciers versie 1.1 van 7 september 2022] &amp;lt;br&amp;gt;&lt;br /&gt;
Inhoudelijke wijziging versie 1.1: link naar document Werkzaamheden in stap 0 Voorbereiding toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Formele publicatie van de pagina + update: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Titel aangepast&lt;br /&gt;
&amp;lt;li&amp;gt;Algemeen referentie: onderdeel toegevoegd en kwaliteitsstandaard toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Voorbereiding: checklists verwijderd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: verzamelbestand omgezet van Excel naar wiki&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties MP9: gebruikerseisen toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: labdocumentatie toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Infrastructuur: aorta 8.2 vervangen door aorta 8.3 (8.2 naar archief)&lt;br /&gt;
&amp;lt;li&amp;gt;Test- en validatiemateriaal: testscripts en kwalificatiescripts gesplitst, alleen testscripts MP9 gelinkt en labtestmateriaal toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Tooling BITS: handleiding BITS toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: nulpunt 1 september 2022 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 augustus 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Correctie in ''Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| juli 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Pagina gepubliceerd&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206656</id>
		<title>mp:Medicatieoverdracht Kickstart</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:Medicatieoverdracht_Kickstart&amp;diff=206656"/>
		<updated>2024-03-06T16:33:41Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* ARCHIEF */ Updated hyperlinks in Archive&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{DISPLAYTITLE:Kickstart Medicatieoverdracht - Landingspagina documentatie leveranciers (Handboek)}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
=ALGEMEEN REFERENTIE=&lt;br /&gt;
:*[https://www.zorginzicht.nl/binaries/content/assets/zorginzicht/kwaliteitsinstrumenten/Kwaliteitsstandaard+Overdracht+van+medicatiegegevens+in+de+keten.pdf Kwaliteitsstandaard: richtlijn overdracht van medicatiegegevens in de keten]&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=BOUWDOCUMENTATIE=&lt;br /&gt;
{{IssueBox|'''FHIR specs voor versie 3.0.0-beta.3 volgen op 7 maart'''}}&lt;br /&gt;
==Voorbereiding==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/pva_kickstart/&amp;lt;abbr title=&amp;quot;Het Plan van aanpak versie 3.1 voor de uitvoering van de Kickstart. Het Plan van aanpak versie 3.1 beschrijft het doel, de opzet, aanpak en kaders voor de uitvoering van de Kickstart.&amp;quot;&amp;gt;Plan van aanpak versie 3.1&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Specificaties==&lt;br /&gt;
:'''Verzamelbestand informatiestandaarden'''&lt;br /&gt;
:*[[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]]&lt;br /&gt;
&lt;br /&gt;
:'''Voorbereiding'''&lt;br /&gt;
:*[[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3'''&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Lab2zorg'''&lt;br /&gt;
:*[[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|&amp;lt;abbr title=&amp;quot;De leeswijzer geeft aan welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is.&amp;quot;&amp;gt;Leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Ontwerp_Lab2zorg|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van Lab2zorg. In de kickstart wordt het onderdeel lab2zorg gebruikt voor het meesturen van een nierfunctiewaarde met het voorschrift.  Deze usecase staat beschreven in paragraaf 2.3 van het functioneel ontwerp lab2zorg.&amp;quot;&amp;gt;Functioneel ontwerp Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie|&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard uitwisseling laboratoriumgegevens de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties. Voor de kickstart wordt sturen/ontvangen laboratoriumresultaten uit lab2zorg gebruikt.&amp;quot;&amp;gt;Labuitwisseling versie 3.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[Lab:V3.0.0_FHIR_Lab2zorg|&amp;lt;abbr title=&amp;quot;Technische FHIR specificaties van Lab2zorg in aanvulling op het functioneel ontwerp. Paragraaf 4.3 beschrijft het sturen van laboratoriumresultaten tussen zorgverleners dat in de kickstart gebruikt wordt.&amp;quot;&amp;gt;FHIR Lab2zorg version 3.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Infrastructuur'''&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==IT-Infrastructuur==&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2:~:text=Het%20VWI%2Dsynchronisatie%20proces%20biedt,belang%20van%20pati%C3%ABnt%20en%20zorgaanbieder&amp;lt;abbr title=&amp;quot;Dit document beschrijft de procedure die ervoor zorgt dat elke GBZ-beheerder namens de zorgaanbieder kan vaststellen dat elk patiëntgegeven met toestemming van de patiënt op correcte wijze is aangemeld op de VWI.&amp;quot;&amp;gt;Proces VWI synchronisatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de gebeurtenisverdeler component (GVE) en de component gebeurtenisafhandelaar (GAF) in de ZIM.&amp;quot;&amp;gt;Ontwerp gebeurtenisverwerking&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2&amp;lt;abbr title=&amp;quot;Dit document beschrijft het ontwerp van de abonnementenregister component (ABR) in de ZIM.&amp;quot;&amp;gt;Ontwerp abonnementenregister&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Implementatiehandleidingen==&lt;br /&gt;
:*[[mp:Vkickstart_MigratieHybride|&amp;lt;abbr title=&amp;quot;Handleiding Migratie hybride fase Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Migratie/hybride&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Implementatiehandleiding_Consolidatie/afleidingsregels|&amp;lt;abbr title=&amp;quot;Handleiding Consolidatie/afleidingsregels Kickstart&amp;quot;&amp;gt;Implementatiehandleiding Consolidatie/afleidingsregels&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-verwijsindex-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Implementatiehandleiding verwijsindex AORTA v8.2.0.0&amp;quot;&amp;gt;Implementatiehandleiding VWI AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/media/downloads/zorg-ab-implementatiehandleiding-v27pdf/download&amp;lt;abbr title=Dit document bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;gt;Implementatiehandleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-inschrijftoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor de implementatie van het koppelvlak tussen het goed beheerde Zorgsystemen (GBZ) en het landelijk schakelpunt (LSP).&amp;quot;&amp;gt;Implementatie handleiding inschrijftoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-mandaattoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Specificatie van het mandaattoken.&amp;quot;&amp;gt;Implementatie handleiding mandaattoken&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/implementatiehandleiding-berichtauthenticatie-transactietoken-aorta-v8200pdf/download&amp;lt;abbr title=&amp;quot;Handleiding voor het uitrusten van de berichten met het SAML transactietoken.&amp;quot;&amp;gt;Implementatie handleiding transactiekosten&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==Ondersteunende materialen==&lt;br /&gt;
:*[[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|&amp;lt;abbr title=&amp;quot;Toedieningsschema HL7v3-template. Introductie van het FHIR timing datatype in CDA substanceAdministration.effectiveTime voor toedieningsschema's. Voorheen was dit de HL7v3 GTS (General Timing Specification). Bevat ook de inhoudelijke wijziging in de XML schema's (xsd's).&amp;quot;&amp;gt;Dosering in FHIR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://github.com/Nictiz/Medicatieviewer&amp;lt;abbr title=&amp;quot;De Medicatieviewer transformeert een MP-9 XML volgens de standaard medicatieproces 9 voor medicatiegegevens of voor medicatieoverzicht in HTML om zo een voor mensen leesbaar overzicht te geven van de inhoud van de XML.&amp;quot;&amp;gt;Medicatieviewer&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/c/c9/Medicatieoverzicht_MP90.zip&amp;lt;abbr title=&amp;quot;Uitklapbaar Medicatieoverzicht voorbeeld in HTML-formaat.&amp;quot;&amp;gt;Medicatieoverzicht HTML voorbeeld&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[Mappingarchitectuur#Mappings_en_transacties|&amp;lt;abbr title=&amp;quot;Deze sectie toont verschillende mappings voor transacties uit verschillende informatiestandaarden.&amp;quot;&amp;gt;Mappingarchitectuur&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:Vdraft_RaadplegenReconcilieren|&amp;lt;abbr title=&amp;quot;Deze pagina bevat nadere toelichting over hoe te reconciliëren na raadplegen. Het bespreekt de volgorde van verwerken van de verschillende soorten binnengekomen informatie.&amp;quot;&amp;gt;Implementatie handleiding Raadplegen Reconciliëren&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|&amp;lt;abbr title=&amp;quot;Deze pagina geeft nadere toelichting bij templates in ART-DECOR.&amp;quot;&amp;gt;Toelichting bericht templates Medicatieproces versie 9&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/best-practices-vwi-synchronisatie-aorta-v8200pdf/download/&amp;lt;abbr title=&amp;quot;Ter verduidelijking van de implementatiehandleiding VWI. Extra informatie wordt gegeven over de afhandeling van berichten aan de XIS leveranciers en de beheerders om duidelijkheid te geven over de verwachte acties.&amp;quot;&amp;gt;Best practices: VWI synchronisatie &amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.aorta-lsp.nl/media/downloads/factsheet-tkidspdf/download/&amp;lt;abbr title=&amp;quot;Deze factsheet beschrijft de werking van TypeKwalificatie-ID’s (TKID’s) op het LSP.&amp;quot;&amp;gt;Factsheet tkid&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-AG.&amp;quot;&amp;gt;Algemene informatie Zorg-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-id&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene informatie omtrent Zorg-ID.&amp;quot;&amp;gt;Algemene informatie Zorg-ID&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=TEST- EN VALIDATIEMATERIAAL=&lt;br /&gt;
==Testinformatie Kickstart==&lt;br /&gt;
:*[[mp:Testen_Kickstart|Testen Kickstart]]&lt;br /&gt;
&lt;br /&gt;
==Testscripts==&lt;br /&gt;
{{IssueBox|'''De aanpassingen op de testscripts door de release van versie 3.0.0-beta.3 worden op dit moment doorgevoerd'''}}&lt;br /&gt;
:'''Medicatieproces 9'''&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.2_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&lt;br /&gt;
:'''Testscript gebruikerseisen boven sectoraal'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Lab2zorg'''&lt;br /&gt;
:*[[Lab:Vcurrent_Kwalificatie#Lab2zorg|&amp;lt;abbr title=&amp;quot;Testgegevens die als voorbereiding op de kwalificatie gebruikt kunnen worden, waarbij voor de kickstart alleen de scripts Laboratoriumresultaten (Sturen/Ontvangen) relevant zijn.&amp;quot;&amp;gt;Testscripts Lab2zorg versie 3.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:'''Algemene eisen MP9 &amp;amp; Generieke voorzieningen'''&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/5/5e/Testscripts_algemene_eisen_MP9_%26_Generieke_voorzieningen.zip Testscripts algemene eisen MP9 &amp;amp; Generieke voorzieningen (zip bestand)]&lt;br /&gt;
&lt;br /&gt;
==Validatiescripts==&lt;br /&gt;
:*Kwalificatiescripts worden definitief opgeleverd als bekend is op welke versie gevalideerd wordt in de Kickstart.&lt;br /&gt;
:*Acceptatiescripts worden gegenereerd op het moment dat de leverancier zich meldt; dit betreft maatwerk.&lt;br /&gt;
&lt;br /&gt;
=TOOLING=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/3/30/Tooling.pdf&amp;lt;abbr title=&amp;quot;Overzicht van de te gebruiken tooling.&amp;quot;&amp;gt;Beschikbare tooling&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==ART-DECOR==&lt;br /&gt;
:*[https://decor.nictiz.nl/art-decor/home&amp;lt;abbr title=&amp;quot;Inlogpagina ART-DECOR&amp;quot;&amp;gt;Inloggen ART-DECOR&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[HL7v3 kwalificatiesimulator|&amp;lt;abbr title=&amp;quot;Uitleg over inloggen en gebruik van de kwalificatiesimulator (ART-DECOR)&amp;quot;&amp;gt;Testen met ART-DECOR / Kwalificatiesimulator&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://art-decor.org/mediawiki/index.php?title=Documentation&amp;lt;abbr title=&amp;quot;Handleidingen en documentatie van ART-DECOR &amp;quot;&amp;gt;ART-DECOR documentatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[7phcy:V2.0_Toelichting_samenhang_Wiki_en_ART-DECOR|&amp;lt;abbr title=&amp;quot;Deze toelichting beschrijft de samenhang tussen: de HL7v3-implementatiehandleiding Medicatieproces 9 wiki en de bijbehorende html-publicatie van ART-DECOR.&amp;quot;&amp;gt;Wiki &amp;amp; ART-DECOR&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
==BITS==&lt;br /&gt;
:*[https://bits.nictiz.nl/ Link naar BITS algemeen]&lt;br /&gt;
:*[https://bits.nictiz.nl/projects/MP/issues/ Link naar openstaande issues Medicatieproces in BITS]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/8/87/Handleiding_BITS_voor_leveranciers.pdf Handleiding BITS validatieloket]&lt;br /&gt;
&lt;br /&gt;
==Touchstone==&lt;br /&gt;
:*[https://touchstone.aegis.net/touchstone/login&amp;lt;abbr title=&amp;quot;Inlogpagina Touchstone&amp;quot;&amp;gt;Inloggen Touchstone&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:Vcurrent_Kwalificatie#Touchstone|Testen met Touchstone]]&lt;br /&gt;
&lt;br /&gt;
==ZORG-AB==&lt;br /&gt;
:*[https://zorg-ab-oas.vzvz.nl/&amp;lt;abbr title=&amp;quot;Testapplicatie Zorg-AB&amp;quot;&amp;gt;ZORG-AB testapplicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab&amp;lt;abbr title=&amp;quot;Deze pagina bevat informatie, instructies en voorbeelden ten behoeve van de implementatie van&lt;br /&gt;
(applicaties/systemen die gebruik maken van) de web API's van ZORG-AB.&amp;quot;&amp;gt;Implementatie handleiding ZORG-AB&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=INFORMATIEVOORZIENING=&lt;br /&gt;
&lt;br /&gt;
==Vragen en antwoorden==&lt;br /&gt;
:*[[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&lt;br /&gt;
&lt;br /&gt;
==Kennissessie==&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-introductiesessie-medicatieproces/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt een introductie gegeven van het programma Medicatieoverdracht, de richtlijn Overdracht van medicatiegegevens in de keten, de informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Kennissessie: Introductie Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-wat-kan-ik-verwachten-van-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;In deze kennissessie wordt inzicht gegeven in de meerwaarde van het programma Medicatieoverdracht voor de zorgverlener en patiënt en de te nemen acties op procesniveau. Per rol (voorschrijver, apotheker, toediener en patiënt) worden de stappen die worden beproefd in de Kickstart toegelicht.&amp;quot;&amp;gt;Kennissessie: Wat kan ik verwachten van Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/kennissessie-verdieping-medicatieoverdracht/ &amp;lt;abbr title=&amp;quot;Deze kennissessie is voor iedereen die meer wil weten over het medicatieproces: welke gegevensuitwisselingsmomenten zijn er (transacties), welke rollen horen daarbij, hoe werken de bouwsteen relaties precies etc.&amp;quot;&amp;gt;Kennissessie: Verdieping Medicatieoverdracht&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-voorgenomen-besluiten-kernteam-medicatie// &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een beeld van hoe samen met zorgverleners uit de 10 betrokken sectoren afspraken tot stand zijn gekomen t.a.v. beleid, verantwoordelijkheden, zorgprocessen, eenheid van taal in terminologie en codestelsels om de implementatie van de richtlijn en informatiestandaard te ondersteunen. &amp;quot;&amp;gt;Kennissessie: (Voorgenomen) besluiten kernteam Medicatie&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessies/&amp;lt;abbr title=&amp;quot;In deze kennissessie wordt de route van de bèta publicatie van de informatiestandaard Medicatieproces 9 naar de definitieve versie toegelicht. &amp;quot;&amp;gt;Kennissessie: Route Medicatieproces 9 v2.0.0 bèta naar definitief&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://www.samenvoormedicatieoverdracht.nl/kennisbank/luistersessie-testmaterialen-medicatieproces-9-2-0-0-beta/ &amp;lt;abbr title=&amp;quot;In deze kennissessie worden de testmaterialen voor Medicatieproces 9 toegelicht. Wat kan er getest worden, wat is de samenhang tussen de materialen, inhoud van het materiaal, hoe te gebruiken en waar te vinden. &amp;quot;&amp;gt;Kennissessie: Testmaterialen Medicatieproces 9 v2.0.0 bèta&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/d/d2/202202_Introductie_AORTA_-_nieuwe_style.pdf &amp;lt;abbr title=&amp;quot;Introductiepresentatie AORTA. Een introductie van infrastructurele AORTA architectuur​, verschillende architectuurlagen​, verschillende componenten​.&lt;br /&gt;
Relaties met andere stelsels en producten​.&amp;quot;&amp;gt;Presentatie: Introductie AORTA&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
==PGO==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/6/61/PGOsessiesMedicatieproces_BijlageBijOnlineSessie.pdf &amp;lt;abbr title=&amp;quot;Deze kennissessie geeft een introductie van MedMij in relatie tot Medicatieproces 9.&amp;quot;&amp;gt;Presentatie: Medicatieoverdracht uitleg MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/2/29/PGOsessie_OpnameOnline.mp4 &amp;lt;abbr title=&amp;quot;Opname van de kennissessie: Een introductie van MedMij in relatie tot het Medicatieproces 9.&amp;quot;&amp;gt;Opname: Medicatieoverdracht uitleg presentatie MedMij&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=MEMO'S=&lt;br /&gt;
&lt;br /&gt;
==Informatieve memo's==&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/7/79/MO_memo_MBH-ID_Transformatiedienst_20230315.pdf&amp;lt;abbr title=&amp;quot;Memo MBH-ID Transformatiedienst_20230315&amp;quot;&amp;gt;Memo MBH-ID Transformatiedienst 15-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/48/MO_memo_vooraankondiging_20230307.pdf&amp;lt;abbr title=&amp;quot;Memo vooraankondiging_20230307&amp;quot;&amp;gt;Memo vooraankondiging 07-03-2023&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
=IN ONTWIKKELING=&lt;br /&gt;
:'''Transitie naar Medicatieproces 9 (migratie en hybride situatie)'''&lt;br /&gt;
:*[[Vdraft_Mappingarchitectuur#Medicatieproces_.28MP.29_Versie_MP9_2.0_en_versie_9.0.7|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Mappingarchitectuur met mappings MP 9.0.7 &amp;lt;-&amp;gt; MP9 2.0.0&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Kickstart testen'''&lt;br /&gt;
:*[[mp:Draft_Testtooling#BITS|&amp;lt;font color=&amp;quot;BBB7B6&amp;quot;&amp;gt;Tooling &amp;amp; omgevingen Kickstart Medicatieoverdracht&amp;lt;/font&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=ARCHIEF=&lt;br /&gt;
:*[https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf&amp;lt;abbr title=&amp;quot;Document dat nulpunt beschrijft voor specificaties Kickstart ten behoeve van contract.&amp;quot;&amp;gt;Nulpunt documentatie Kickstart leveranciers versie 1.1 van 7 september 2022&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:* Verzamelbestand in Excel met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart (niet meer te downloaden om verwarring te voorkomen)&lt;br /&gt;
:*[https://www.aorta-lsp.nl/voor-wie/ict-leveranciers/aorta-documentatie/infrastructuur-aorta-v8200&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.2.0.0&amp;quot;&amp;gt;Documentatie AORTA 8.2.0.0&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.2'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.2 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.3.0.0-beta.1'''&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.1 (NL)]] / [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.1 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.1 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
:'''Informatiestandaard Medicatieproces 9.2.0.0'''&lt;br /&gt;
:*[[mp:V2.0.0_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9. Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V2.0.0_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 2.0.0 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20220402T205710/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 2.0.0 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V2.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 2.0.0 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 2.0.0 (ENG)&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V2.0.0_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 2.0.0&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V9_2.0.0_HL7v3CDA_FHIRTiming|HL7v3 CDA substanceAdministration.effectiveTime en FHIR timing]]&lt;br /&gt;
:*[[7phcy:V09_HL7v3-domeinspecificatie_Pharmacy|HL7v3-domeinspecificatie Pharmacy Medicatieproces 9]]&lt;br /&gt;
:*PGO/MedMij: [[MedMij:Vkickstart/OntwerpMedicatie|&amp;lt;abbr title=&amp;quot;Dit is de link naar het Functioneel Ontwerp Medicatieproces 9 patient use cases nodig voor uitwisseling van PGO binnen oa MedMij&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 2.0.0 voor patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&lt;br /&gt;
=PAGINAHISTORIE=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;&amp;quot; width=&amp;quot;130&amp;quot;|Datum&lt;br /&gt;
!style=&amp;quot;text-align:left;&amp;quot;|Omschrijving&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 maart 2024&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; :'''Informatiestandaard Medicatieproces 9.3.0.0-beta.3''' gepubliceerd&lt;br /&gt;
:*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.3 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.3 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20240229T110214/&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.3 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.3 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.3_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.3&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*Gebruikerseisen: [[mp:Besluiten_kernteams|&amp;lt;abbr title=&amp;quot;Deze pagina bevat de besluiten van de kernteams, met (indien van toepassing) de bijbehorende werkproceseisen, gebruikerseisen en -wensen.&amp;quot;&amp;gt;Besluiten kernteams Medicatieproces 9, inclusief gebruikerseisen en -wensen&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; '''Informatiestandaard Medicatieproces 9.3.0.0-beta.2''' naar archief&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.2 (ENG) &amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[[mp:V3.0.0-beta.2_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.2&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
:*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;] &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 november 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR|&amp;lt;abbr title=&amp;quot;FHIR Implementation guide for Medicatieproces 9 versie 3.0.0-beta.1 FHIR in English&amp;quot;&amp;gt;Implementation guide FHIR Medication Process 9 version 3.0.0-beta.1 (ENG)&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.1/ FHIR R4 conformance resources for Medication Process 9 (MP9)] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [https://simplifier.net/packages/nictiz.fhir.nl.r4.medicationprocess9/2.0.0-beta.2/ FHIR R4 conformance resources for Medication Process 9 (MP9)] geüpdatet naar beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; [https://decor.nictiz.nl/pub/vzvz/index.php?prefix=mp-vzvz-&amp;lt;abbr title=&amp;quot;&amp;quot;&amp;gt;ART-DECOR Publicatiepagina VZVZ: Medicatieproces op het LSP&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://zt-medicatieoverdracht.scrollhelp.site/Medicatieoverdracht/Working-version/programma-van-eisen-medicatieoverdracht&amp;lt;abbr title=&amp;quot;De beschikbare Programma van Eisen waaraan de Kickstart deelnemers moeten voldoen. Deze documenten beschrijven de eisen om aan te sluiten op de AORTA-infrastructuur.&amp;quot;&amp;gt;Programma van eisen LSP (bèta)&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;li&amp;gt; [https://eur02.safelinks.protection.outlook.com/?url=https%3A%2F%2Fpublicvzvz.refined.site%2Fspace%2FA8%2F85000200%2FAORTA%2B8.3.0&amp;amp;data=05%7C01%7Ctheunissen%40nictiz.nl%7C52a3bf5378624ff2978e08db8f44c3a3%7C3d542e8da3eb448f998ddd6880dc119c%7C0%7C0%7C638261297740578594%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&amp;amp;sdata=6%2FH9yQ0EAHEmGYHgbVoQo995poc34CXlV6UcBP4MSD8%3D&amp;amp;reserved=0&amp;lt;abbr title=&amp;quot;Deze pagina bevat de algemene specificaties van de zorginfrastructuur AORTA v8.3.0.0&amp;quot;&amp;gt;Documentatie AORTA versie 8.3.0.0&amp;lt;/abbr&amp;gt;] geüpdatet n.a.v. beta.2 versie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.2_releasenotes|Release notes Medicatieproces 9 versie 3.0.0-beta.2]] toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:V3.0.0-beta_Ontwerp_medicatieproces_9|&amp;lt;abbr title=&amp;quot;Het functioneel ontwerp van de informatiestandaard Medicatieproces 9 Het beschrijft de algemene werking en specifieke praktijksituaties.&amp;quot;&amp;gt;Functioneel ontwerp Medicatieproces 9 versie 3.0.0-beta.2 (NL)&amp;lt;/abbr&amp;gt;]] / [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG|Functional design Medication Process 9 version 3.0.0-beta.2 (ENG)]]&lt;br /&gt;
*[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20230217T123829/index.html&amp;lt;abbr title=&amp;quot;ART-DECOR bevat voor de informatiestandaard medicatieproces 9: de dataset, de scenario's en transacties, en een praktische implementatiehandleiding van de uitwisselspecificaties.&lt;br /&gt;
&amp;quot;&amp;gt;Medicatieproces 9 versie 3.0.0-beta.2 publicatie vanuit ART-DECOR (dataset, scenario/transacties, HL7v3 CDA templates)&amp;lt;/abbr&amp;gt;]&lt;br /&gt;
*[[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|&amp;lt;abbr title=&amp;quot;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;quot;&amp;gt;Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.2 voor patiënt usecases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
*[[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|&amp;lt;abbr title=&amp;quot;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;quot;&amp;gt;FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.2 for patient use cases&amp;lt;/abbr&amp;gt;]]&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscript: update n.a.v. beta.2 release&lt;br /&gt;
*[[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Testscripts Medicatieproces 9 versie 3.0.0-beta.2]]&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_releasenotes|&amp;lt;abbr title=&amp;quot;Overzicht van de release notes voor de huidige versie ten opzichte van de laatste release.&amp;quot;&amp;gt;Release notes Medicatieproces 9 versie 3.0.0-beta.1&amp;lt;/abbr&amp;gt;]] naar archief&lt;br /&gt;
&amp;lt;li&amp;gt; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1]] &amp;amp; [[mp:V3.0.0-beta.1_Ontwerp_medicatieproces_9_ENG|Functional Design Medication Process 9 version 3.0.0-beta.1 English version]] naar archief&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 oktober 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Nieuwe versie Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.5 [[mp:V3.0_Voorbeelden_doseringen|&amp;lt;abbr title=&amp;quot;Uitgewerkte voorbeelden voor het concept 'Gebruiksinstructie' uit de dataset van de Informatiestandaard Medicatieproces 9&amp;quot;&amp;gt;Voorbeelden doseringen&amp;lt;/abbr&amp;gt;]] aangepast naar 9.3 versie.&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 september 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_GERRIT_-_Pati%C3%ABnt_1tm4_-_stap_3-4_-_beta_versie_3.0_.pdf Use case scenario's en testscripts GERRIT - Patiënt 1tm4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Testscript gebruikerseisen boven sectoraal: [https://informatiestandaarden.nictiz.nl/wiki/Bestand:Use_case_scenario%27s_en_testscripts_Rijnmond_-_pati%C3%ABnt_1-4_-_stap_3-4_-_beta_versie_3.0_(1).pdf Use case scenario's en testscripts Rijnmond - patiënt 1-4 - stap 3-4 - beta versie 3.0&amp;lt;/abbr&amp;gt;] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 28 juli 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/MED/86179842/Kickstart+van+Medicatieoverdracht Programma van eisen LSP (bèta)] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: Infrastructuur: [https://publicvzvz.refined.site/space/A8/85000200/AORTA+8.3.0 Documentatie AORTA versie 8.3.0.0] link aangepast naar pagina met meest recente informatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 2 juni 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 3.2 Testscripts: Algemene eisen MP9 &amp;amp; Generieke voorzieningen toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 30 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.1 Voorbereiding: Plan van aanpak versie 3.1. Addendum plan van aanpak Kickstart v3.1 - Aanpassing Kickstartplanning Mei 2023 toegevoegd aan onderliggende pagina&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 4 mei 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V2.0.0_Verwijzing_naar_documentatie_Medicatieproces9_tbv_Kickstart|Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart]] ge-update met linkjes naar 9.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt; 3.1 Testinformatie Kickstart: [[mp:Testen_Kickstart|Testen Kickstart]] toegevoegd.&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 25 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|Functioneel Ontwerp Medicatieproces 9 versie 3.0.0-beta.1 voor patiënt usecases]] toegevoegd .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 2.2 Specificaties: [[mp:V3.0.0_MedicationProcess9_FHIR_for_patient_use_cases|FHIR Implementation Guide Medication Process 9 version 3.0.0-beta.1 for patient use cases]] toegevoegd.&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 20 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; 4.1 Testen met ART-DECOR: onderliggende pagina vervangen naar [[HL7v3 kwalificatiesimulator]] .&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 11 april 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 3.1 nieuwe versie testscripts toegevoegd: [[mp:Vcurrent_Kwalificatie#Medicatieproces_9_versie_3.0.0-beta.1_testmateriaal_en_kwalificatiescripts_voor_Kickstart|Medicatieproces 9 versie 3.0.0-beta.1]]&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 21 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Hoofdstuk 6 MEMO'S toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo MBH-ID Transformatiedienst 15-03-2023 toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Memo vooraankondiging 07-03-2023 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 6 maart 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Implementatiehandleiding Consolidatie en afleidingsregels toegevoegd&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt; Specificaties Informatiestandaard Medicatieproces 9 versie 3.0.0-beta.1 toegevoegd&lt;br /&gt;
* Functioneel ontwerp&lt;br /&gt;
* Technisch ontwerp CDA&lt;br /&gt;
* Technisch ontwerp FHIR&lt;br /&gt;
* Release notes &lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 18 januari 2023&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.3-2016-09-20T163842.html Implementatie van de ping-pong toets]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://decor.nictiz.nl/pub/vzvz/aorta-vzvz-html-20221128T172039/sc-2.16.840.1.113883.2.4.3.111.3.2.3.1-2016-09-20T091642.html Beheren TKID applicatie]: link aangepast naar AORTA 8.3 versie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Proces_VWI_Synchronisatie.pdf?api=v2 Proces VWI synchronisatie]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Gebeurtenisverwerking.pdf?api=v2 Ontwerp gebeurtenisverwerking]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://public.vzvz.nl/download/attachments/41779447/AORTA_Sgl_Ontw_Abonnementenregister.pdf?api=v2 Ontwerp abonnementenregister]: link aangepast naar AORTA 8.3 documentatie&lt;br /&gt;
&amp;lt;li&amp;gt;[https://www.vzvz.nl/diensten/gemeenschappelijke-diensten/zorg-ab Implementatie handleiding ZORG-AB]: link aangepast naar Zorg-AB pagina met meest recente documentatie&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 29 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link toegevoegd naar de [[mp:LeeswijzerVoorschriftmetnierfunctiewaarde|leeswijzer ten behoeve van het meesturen van de nierfunctiewaarde met het voorschrift]]&amp;lt;br&amp;gt;&lt;br /&gt;
De leeswijzer legt uit welk onderdeel van Lab2zorg binnen de scope van de Kickstart valt en welke documentatie daarop van toepassing is. De leeswijzer vervangt het aanvullingendocument.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar het [[Lab:V3.0.0_Ontwerp_Laboverdacht|functioneel ontwerp informatiestandaard uitwisseling Laboratoriumgegevens versie 3.0.0]]&amp;lt;br&amp;gt;&lt;br /&gt;
De informatiestandaard beschrijft de algemene werking voor alle uitwisselingen van Laboratoriumgegevens. Het onderdeel lab2zorg hieruit wordt gebruikt in de kickstart.&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: link verwijderd naar aanvullingendocument&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 12 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: link toegevoegd naar [[mp:Stap_0_Voorbereiding|Werkzaamheden in stap 0 Voorbereiding]]&lt;br /&gt;
&amp;lt;li&amp;gt;Informatievoorziening: link toegevoegd naar [[mp:Medicatieoverdracht_Kickstart_Vragen|Vragen en antwoorden uit vragenuur op vrijdagen]]&amp;lt;br&amp;gt;&lt;br /&gt;
Na elk vragenuur worden de vragen en antwoorden aan deze pagina toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: link naar oude versie nulpunt document verwijderd en link naar nieuwe toegevoegd [https://informatiestandaarden.nictiz.nl/images/4/42/Nulpunt_documentatie_Kickstart_contract_leveranciers_versie11_20220907.pdf Nulpunt documentatie leveranciers versie 1.1 van 7 september 2022] &amp;lt;br&amp;gt;&lt;br /&gt;
Inhoudelijke wijziging versie 1.1: link naar document Werkzaamheden in stap 0 Voorbereiding toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 september 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Formele publicatie van de pagina + update: &lt;br /&gt;
&amp;lt;ul&amp;gt;&lt;br /&gt;
&amp;lt;li&amp;gt;Titel aangepast&lt;br /&gt;
&amp;lt;li&amp;gt;Algemeen referentie: onderdeel toegevoegd en kwaliteitsstandaard toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Voorbereiding: checklists verwijderd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties: verzamelbestand omgezet van Excel naar wiki&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties MP9: gebruikerseisen toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Lab2zorg: labdocumentatie toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Specificaties Infrastructuur: aorta 8.2 vervangen door aorta 8.3 (8.2 naar archief)&lt;br /&gt;
&amp;lt;li&amp;gt;Test- en validatiemateriaal: testscripts en kwalificatiescripts gesplitst, alleen testscripts MP9 gelinkt en labtestmateriaal toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Tooling BITS: handleiding BITS toegevoegd&lt;br /&gt;
&amp;lt;li&amp;gt;Archief: nulpunt 1 september 2022 toegevoegd&lt;br /&gt;
&amp;lt;/ul&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| 1 augustus 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Correctie in ''Verzamelbestand met functionele, technische en infrastructurele documentatie Medicatieproces 9 t.b.v. Kickstart''&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| juli 2022&lt;br /&gt;
| style=&amp;quot;background-color: white;&amp;quot;| Pagina gepubliceerd&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases&amp;diff=206655</id>
		<title>mp:V3.0.0-beta.2 MedicationProcess9 FHIR for patient use cases</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR_for_patient_use_cases&amp;diff=206655"/>
		<updated>2024-03-06T16:33:23Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated technical design (hyperlinks, banner)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StartUitgefaseerd|06-03-2024|Zie de [[MP:Medicatieoverdracht_Kickstart|kickstart landingspagina Medicatieproces 9]] voor de actuele versie van de informatiestandaard voor de kickstart.|Consult the [[MP:Medicatieoverdracht_Kickstart|kickstart overview page Medication Process 9]] for the current versions of the information standard for the kickstart.}}&lt;br /&gt;
&lt;br /&gt;
{{IssueBox|'''&amp;lt;big&amp;gt;This is an archived version. [[MP:Medicatieoverdracht_Kickstart|Consult the kickstart overview page for the current versions]].&amp;lt;/big&amp;gt;'''}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0-beta.2}} for patient use cases}}&lt;br /&gt;
{{NoteBox|Deze versie zal worden getoetst tijdens de kickstart medicatieoverdracht. De versie is niet geschikt voor gebruik buiten deze beproeving.}}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0-beta.2}} for patient use cases (MedMij) using the HL7® FHIR® standard. The MP9 standard for MedMij is described in [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|this functional specification]] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification of both MP9 and MedMij and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
This document is a specification of [[mp:V3.0.0-beta.2_MedicationProcess9_FHIR|FHIR Implementation Guide Medication Process 9]], only applicable to the patient use cases. The guidelines as specified in the [[MedMij:IG:V1/FHIR_IG|MedMij FHIR Implementation Guide]] apply. This document extends the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] with the specification of the 'Afsprakenstelsel'.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships where they differ between the MP9 and MedMij IG, after which the implementation is described per relevant transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
Both the [[mp:V3.0.0-beta.2_MedicationProcess9_FHIR#Boundaries_and_relationships|MP9 Boundaries and relationships]] and the [[MedMij:IG:V1/FHIR_IG#Overarching_principles|MedMij Overarching principles]] apply. The following sections highlight the points where these two documents contradict and provides guidance on which principles to follow.&lt;br /&gt;
&lt;br /&gt;
== 'Use cases' or 'transactions' ==&lt;br /&gt;
Where MP9 uses the term 'transaction', MedMij generally uses the term 'use case'. On this page, the terms are used interchangeable.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
Where MP9 describes the use of {{fhir|patient.identifier}} search parameters, the MedMij use cases use the authentication method outlined by the [[MedMij:IG:V1/FHIR_IG#Afsprakenstelsel|MedMij 'Afsprakenstelsel']], using Oauth2 tokens.&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of the Retrieve and Serve Medication Data transactions (for MedMij) listed in [[mp:V3.0.0_Ontwerp_medicatieproces_9_voor_patient_usecases|the functional specification]]. Each transaction hyperlinks to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]).&lt;br /&gt;
{{#lst:mp:V3.0.0-beta.2_MedicationProcess9_FHIR|medmij1}}&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe.MedMij|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Retrieve/serve medication data (MedMij)}}&lt;br /&gt;
{{#lst:mp:V3.0.0-beta.2_MedicationProcess9_FHIR|medmij2}}&lt;br /&gt;
{{#lst:mp:V3.0.0-beta.2_MedicationProcess9_FHIR|medmij3}}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.2_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206654</id>
		<title>mp:V3.0.0-beta.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206654"/>
		<updated>2024-03-06T16:11:25Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated hyperlinks within technical design&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StartUitgefaseerd|06-03-2024|Zie de [[MP:Medicatieoverdracht_Kickstart|kickstart landingspagina Medicatieproces 9]] voor de actuele versie van de informatiestandaard voor de kickstart.|Consult the [[MP:Medicatieoverdracht_Kickstart|kickstart overview page Medication Process 9]] for the current versions of the information standard for the kickstart.}}&lt;br /&gt;
&lt;br /&gt;
{{IssueBox|'''&amp;lt;big&amp;gt;This is an archived version. [[MP:Medicatieoverdracht_Kickstart|Consult the kickstart overview page for the current versions]].&amp;lt;/big&amp;gt;'''}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0-beta.2}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0-beta.2}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0-beta.2}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0-beta.2_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0-beta.2_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.2_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206653</id>
		<title>mp:V3.0.0-beta.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206653"/>
		<updated>2024-03-06T16:08:29Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated hyperlinks to beta.2&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{StartUitgefaseerd|06-03-2024|Zie de [[MP:Medicatieoverdracht_Kickstart|kickstart landingspagina Medicatieproces 9]] voor de actuele versie van de informatiestandaard voor de kickstart.|Consult the [[MP:Medicatieoverdracht_Kickstart|kickstart overview page Medication Process 9]] for the current versions of the information standard for the kickstart.}}&lt;br /&gt;
&lt;br /&gt;
{{IssueBox|'''&amp;lt;big&amp;gt;This is an archived version. [[MP:Medicatieoverdracht_Kickstart|Consult the kickstart overview page for the current versions]].&amp;lt;/big&amp;gt;'''}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0-beta.2}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0-beta.2}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0-beta.2}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta.2_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0-beta.2}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.2_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:MpFhirSendTransaction&amp;diff=206652</id>
		<title>Sjabloon:MpFhirSendTransaction</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:MpFhirSendTransaction&amp;diff=206652"/>
		<updated>2024-03-06T16:07:04Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated version of FHIR IG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]]. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry carries request details ({{fhir|Bundle.entry.request}}) that provides the HTTP method of the action to be executed. Usually, this will be POST, even for informative 'secondary' resources.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
= Gemeenschappelijke tekst over FHIR Transaction =&lt;br /&gt;
Gebruikt binnen het MP9 2.0.0 FHIR TO en latere versies&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:MpFhirReceiveTransaction&amp;diff=206651</id>
		<title>Sjabloon:MpFhirReceiveTransaction</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:MpFhirReceiveTransaction&amp;diff=206651"/>
		<updated>2024-03-06T16:06:34Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated version of FHIR IG&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included ‘secondary resources’ are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
= Gemeenschappelijke tekst over FHIR Transaction Receiving =&lt;br /&gt;
Gebruikt binnen het MP9 2.0.0 FHIR TO en latere versies&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=206650</id>
		<title>Sjabloon:VersieInfo</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Sjabloon:VersieInfo&amp;diff=206650"/>
		<updated>2024-03-06T15:55:34Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Added V3.0.0-beta.2 for mp&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{#switch: {{{namespace|{{NAMESPACE}}}}}:{{{release|{{ROOTPAGENAME}}}}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2019.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 2.2.2&lt;br /&gt;
 | Laboratoriumresultaten = 1.2.2&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 1.2.2&lt;br /&gt;
 | AllergieIntolerantie = 2.1.2&lt;br /&gt;
 | AllergieIntolerantieVertaling = 1.A.15&lt;br /&gt;
 | eAfspraak = 1.2.2&lt;br /&gt;
 | Zelfmetingen = 1.3.2&lt;br /&gt;
 | PDFA = 2.1.2&lt;br /&gt;
 | PDFA1 = 1.3.2&lt;br /&gt;
 | Huisartsgegevens = 1.2.2&lt;br /&gt;
 | BgGGZ = 1.2.2&lt;br /&gt;
 | BgLZ = 1.1.2&lt;br /&gt;
 | Beelden = 1.1.2&lt;br /&gt;
 | Vragenlijsten = 1.1.2&lt;br /&gt;
 | package = 1.3.19&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 1.3.19&lt;br /&gt;
 | Editie = 2019.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.01 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 3.1.18&lt;br /&gt;
 | Laboratoriumresultaten = 2.0.36&lt;br /&gt;
 | Medicatieproces = 9.0.7&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.1&lt;br /&gt;
 | AllergieIntolerantie1 = 2.0.35&lt;br /&gt;
 | AllergieIntolerantie = 3.0.35&lt;br /&gt;
 | AllergieIntolerantieVertaling = 2.A.14&lt;br /&gt;
 | eAfspraak = 2.0.35&lt;br /&gt;
 | Zelfmetingen = 2.0.36&lt;br /&gt;
 | PDFA = 3.0.37&lt;br /&gt;
 | PDFA1 = 3.0.37&lt;br /&gt;
 | Huisartsgegevens = 2.0.36&lt;br /&gt;
 | BgGGZ = 2.0.37&lt;br /&gt;
 | BgLZ = 2.0.24&lt;br /&gt;
 | Beelden = 2.0.35&lt;br /&gt;
 | Vragenlijsten = 2.0.37&lt;br /&gt;
 | Vragenlijsten1 = 1.0.37&lt;br /&gt;
 | Geboortezorg = 1.0.2&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eafspraak = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.stu3.images = 1.0.3&lt;br /&gt;
 | nictiz.fhir.nl.stu3.questionnaires = 2.0.8&lt;br /&gt;
 | nictiz.fhir.nl.stu3.bgz = 1.1.1&lt;br /&gt;
 | Editie = 2020.01&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V2020.02 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgLZ = 3.1.17&lt;br /&gt;
 | package = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | Editie = 2020.02&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:V6 = {{#switch: {{{1}}}&lt;br /&gt;
 | Dossierwijzigingsverzoek = 1.0.13&lt;br /&gt;
 | Vaccinatie-Immunisatie = 1.0.11&lt;br /&gt;
 | MedMij_FHIR_IG_R4 = 1.0.4&lt;br /&gt;
 | MedMij_FunctioneelOntwerp = 1.0.1&lt;br /&gt;
 | Kwalificatie = 1.0.3&lt;br /&gt;
 | package = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.patientcorrections = 1.0.6&lt;br /&gt;
 | nictiz.fhir.nl.r4.vaccinationimmunization = 1.0.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.immunization = 1.0.3&lt;br /&gt;
 | Editie = 6.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:IG:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FHIR_IG_R4 = 1.0.4&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:FO:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_FunctioneelOntwerp = 1.0.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| MedMij:Kwalificatie:V1 = {{#switch: {{{1}}}&lt;br /&gt;
  | MedMij_Kwalificatie = 1.0.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| FHIR:V1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | FHIR_IG_R4 = 1.0.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V9.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp = 9.1&lt;br /&gt;
 | Medicatieproces = 9.1.0&lt;br /&gt;
 | MedicatieprocesVerstrekkingenvertaling = 9.A.5&lt;br /&gt;
 | package = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.stu3.medicationprocess= 9.1.0-beta&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V2.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 2.0.0&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.5.0-beta1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 1.0.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.8.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| mp:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | mp9 = 3.0.0-beta.3&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Lab:V3.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | nictiz.fhir.nl.r4.zib2020 = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.6.0-beta.2&lt;br /&gt;
 | nictiz.fhir.nl.r4.labexchange = 3.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| vpk:V4.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | eOverdracht = 4.0-rc.23&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2017 = 2.2.18&lt;br /&gt;
 | nictiz.fhir.nl.stu3.eoverdracht = 1.0.0-rc.23&lt;br /&gt;
 | nictiz.fhir.nl.stu3.zib2020-preadopt = 0.1.3&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| hg:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | ELZ = 0.2.0-beta.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/ELZ&lt;br /&gt;
 | nictiz.fhir.nl.r4.elz = 0.2.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| Gebz:V1 = {{#switch: {{{1}}}&lt;br /&gt;
 | MedMij_Integrale_Zwangerschapskaart = 0.1.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.stu3.geboortezorg = 1.2.0&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.1 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.9.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.medicationprocess9 = 2.0.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.1&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| cio:V2.0.0-beta.2 = {{#switch: {{{1}}}&lt;br /&gt;
 | CiO = 2.0.0-beta.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/CIO&lt;br /&gt;
 | nictiz.fhir.nl.r4.nl-core = 0.10.0-beta.1&lt;br /&gt;
 | nictiz.fhir.nl.r4.cio = 1.0.0-beta.2&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| bbs:V1.0.0b = {{#switch: {{{1}}}&lt;br /&gt;
 | BBS = 1.0.0-alpha.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/BBS&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| BgZ:V1.1.0 = {{#switch: {{{1}}}&lt;br /&gt;
 | BgZ = 1.1.0-alfa.1&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/MSZ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
| jgz:V7 = {{#switch: {{{1}}}&lt;br /&gt;
 | JGZ = 7.1.2&lt;br /&gt;
 | BITS = https://bits.nictiz.nl/projects/JGZ&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
}}&amp;lt;noinclude&amp;gt;&lt;br /&gt;
== Doel ==&lt;br /&gt;
&lt;br /&gt;
Er zijn allerlei situaties waarin de specifieke versie van een component een bepaalde versie van een ander component gebruikt, bijvoorbeeld een versie van een informatiestandaard die een bepaalde versie van een FHIR-package nodig heeft. Dit sjabloon is bedoeld om dit soort versie-afhankelijkheden te leggen.&lt;br /&gt;
&lt;br /&gt;
== Gebruik ==&lt;br /&gt;
&lt;br /&gt;
Dit sjabloon koppelt simpelweg de versie (om legacy-redenen 'release' genoemd) van de gebruikende component plus de naam van de gebruikte component aan de versienummer van deze gebruikte component.&lt;br /&gt;
&lt;br /&gt;
Het sjabloon kan op pagina's ingezet worden met:&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|[component](|release=[release])(|namespace=[namespace])}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
* &amp;lt;code&amp;gt;component&amp;lt;/code&amp;gt;: de naam van de ''gebruikte'' component, dus bv. de naam van het FHIR-package dat een standaard gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;release&amp;lt;/code&amp;gt;: de versie(string) van de ''gebruikende'' component, dus bv. de versie van een informatiestandaard die het FHIR-package gebruikt. Als deze parameter wordt weggelaten, wordt als default de [https://www.mediawiki.org/wiki/Help:Magic_words#Page_names ROOTPAGENAME] van de (aanroepende) pagina gebruikt.&lt;br /&gt;
* &amp;lt;code&amp;gt;namespace&amp;lt;/code&amp;gt;: als de gebruikende ''pagina'' zich in een andere namespace bevindt dan de namespace geregistreerd in dit sjabloon kan hier de namespace expliciet vermeld worden. Dit is vooral relevant voor verwijzingen waarin het versienummer wordt opgenomen.&lt;br /&gt;
&lt;br /&gt;
Dit wordt dan vervangen door het bijbehorende versienummer. De naam van 'component' dient uiteraard exact overeen te komen met de naam die in dit sjabloon staat.&lt;br /&gt;
&lt;br /&gt;
Bijvoorbeeld: binnen MedMij worden versienummers van individuele informatiestandaarden gekoppeld aan een bepaalde MedMij-release. Bv. de BgZ heeft binnen de MedMij-release &amp;quot;V2019.01&amp;quot; het versienummer 2.1.13. Dit kan opgezocht worden via:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;{{VersieInfo|BgZ|release=V2019.01}}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Onderhoud versienummers ===&lt;br /&gt;
&lt;br /&gt;
Het sjabloon bestaat uit een geneste switch; de eerste tak kijkt naar de Release (de eerste parameter), de tweede naar de naam van de gezochte component. Deze informatie staat bovenaan de pagina wanneer deze bewerkt wordt.&lt;br /&gt;
&lt;br /&gt;
Wanneer het nodig is om een nieuwe release toe te voegen, volstaat het om het volgende stuk toe te voegen:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
| NAMESPACE:&amp;lt;release&amp;gt; = {{#switch: {{{2}}}&lt;br /&gt;
 | &amp;lt;component1&amp;gt; = x.x.x&lt;br /&gt;
 | &amp;lt;component2&amp;gt; = x.x.x&lt;br /&gt;
 ...&lt;br /&gt;
 | &amp;lt;componentN&amp;gt; = x.x.x&lt;br /&gt;
&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
=== Afwijkende versienummers in systeemrolcodes ===&lt;br /&gt;
&lt;br /&gt;
In sommige informatiestandaarden zijn er systeemrolcodes met een versie die afwijkt van die van de standaard als geheel. Typisch gebeurt dit wanneer er een use case is bijgekomen in een standaard; de major-versie wordt opgehoogd, maar de systeemrollen in de oorspronkelijke use case blijven de oorspronkelijke versie gebruiken (zolang er nog geen reden is om over te gaan naar een nieuwe versie).&lt;br /&gt;
&lt;br /&gt;
Er is gekozen voor een pragmatische aanpak in dit soort gevallen door simpelweg een tweede entry toe te voegen voor de afwijkende major-versie; de standaard &amp;quot;PDF/A&amp;quot; staat bijvoorbeeld twee keer in het lijstje, een keer als &amp;quot;PDFA&amp;quot; en een keer als &amp;quot;PDFA1&amp;quot; voor de oudere systeemrolcodes.&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206649</id>
		<title>mp:V3.0.0-beta.2 MedicationProcess9 FHIR</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=mp:V3.0.0-beta.2_MedicationProcess9_FHIR&amp;diff=206649"/>
		<updated>2024-03-06T15:51:45Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: Updated TO to latest beta.2 version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide Medication Process 9 version {{VersieInfo|mp9|release=V3.0.0}} }}&lt;br /&gt;
&lt;br /&gt;
__TOC__&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
This is the implementation guide (IG) for the information standard Medication Process 9 (MP9) version {{VersieInfo|mp9|release=V3.0.0}} using the HL7® FHIR® standard. The MP9 standard is described in [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG this functional specification] and further specified here using [https://www.hl7.org/fhir/R4/ FHIR version R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|Overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]]. Where the general IG uses the term ‘use case’, this IG follows the functional specification in using the term ‘transaction’ for the various processes that are described. The functional specification uses the term ‘use case’ for more practical examples.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the MP9 standard version {{VersieInfo|mp9|release=V3.0.0}} is largely based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’). The objects that are present in the functional data set of the MP9 standard (and which are actually exchanged) are referred to as ‘building blocks’, and can thus be seen as ‘extended zibs’ suitable for implementation. &lt;br /&gt;
&lt;br /&gt;
However, due to new insights, the medication related building blocks in the functional data set have deviated from the corresponding zibs they were originally based on, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these main building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from these profiles, meaning that the MP9 profiles have no dependency on the zib2020-package.&lt;br /&gt;
&lt;br /&gt;
Because the way 90 million numbers are exchanged is not compatible with the 2020 publication of zib PharmaceuticalProduct, a fork of the corresponding nl-core profile called 'mp-PharmaceuticalProduct' has been introduced.&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.medicationprocess9|v1={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as MP9 version 2.0.0 was the first release of the MP9 information standard based on FHIR R4 (and largely based on zib publication 2020). This means that:&lt;br /&gt;
* MP9 version 2.0.0 makes use of version 1.0.0 of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package;&lt;br /&gt;
* MP9 version 3.0.0-beta.x makes use of version 2.0.0-beta.x of the nictiz.fhir.nl.r4.medicationprocess9 FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Medication building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main medication building blocks have no dependency on any zib2020 counterparts, resulting in so-called ‘mp’ profiles. Moreover, note that the building block VariableDosingRegimen does not have a zib counterpart, hence it makes sense to include it as an mp profile as well.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Supporting building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several supporting building blocks referenced from the main medication building blocks. All supporting building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’ package]]&amp;lt;ref&amp;gt;Although the nl-core package is still in beta-status, HL7 Netherlands has validated the profiles mentioned and assigned the status 'STU-NL' for use in the MP9 Kickstart, see [[Media:HL7_Nederland_disclaimer_STU-NL.pdf]]&amp;lt;/ref&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. Most often, the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient/client takes place rather than the organizational information. For the latter, the profile on Organization is used which is referenced using the {{fhir|Location.managingOrganization}} element. Sending systems should only fill the reference to the Location instance where relevant. Incidentally, concepts that are only concerned with organizational information can refer to the Organization instance.&lt;br /&gt;
&lt;br /&gt;
=== Transaction specific profiles ===&lt;br /&gt;
&lt;br /&gt;
For several transactions, additional profiles are provided. For each transaction the profile relevant is explicitly mentioned in the corresponding subsection.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Bundle profiles====&lt;br /&gt;
The profiles on Bundle serve as guidance both on what is needed to differentiate between transactions (for example setting {{fhir|.meta.tag}} or a specific value of {{fhir|.intent}}, see also [[mp:V3.0.0_MedicationProcess9_FHIR#Differentiating_between_transactions|Differentiating between transactions]]) and on which building blocks can be expected to be included in a Bundle within a transaction.&lt;br /&gt;
&lt;br /&gt;
All building blocks defined in the functional specification of a transaction have been added as slices on {{fhir|.entry}}. This is not a limited list, a sending system has the option to include more referenced resources if needed. Note that where the functional specification of a transaction specifies a minimum cardinality of 1 for a building block, the minimum cardinality in a Bundle profile has been set to 0. Because there are different ways in FHIR to reference to building blocks, senders are not required to include it in the Bundle.&lt;br /&gt;
&lt;br /&gt;
Where the functional specification of a transaction expects a HealthProfessional building block, both [[mp:V3.0.0_MedicationProcess9_FHIR#Supporting_building_blocks|the profiles on resource types PractitionerRole and Practitioner]] have been included in the Bundle profile. The same goes for the HealthcareProvider building block with its profiles on Location and Organization.&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. Where the functional definition contains all specific data elements for the transaction (prefixed with ‘mp-dataelement9x’), the FHIR profiles only contain a mapping to these data elements that do not have a dependency on a zib counterpart. For example: ‘mp-dataelement9x-83’ (MedicationAgreementDateTime) has a relation with the zib element with id ‘NL-CM-9.6.19757’, therefore no mapping with ‘mp-dataelement9x-83’ can be found in the profiles. On the other hand, ‘mp-dataelement9x-42’ (Identification) has no relation with a zib element, therefore a mapping can be found in the relevant FHIR profile.&lt;br /&gt;
&lt;br /&gt;
From version 2.0.0 of the MP9 standard onwards, changes in the functional definition have lead to mappings being deprecated. The following situations can be identified:&lt;br /&gt;
* If an element in the functional definition was modified in a non-compatible way (for example, a concept has been removed from or added to the value set on that element, the data type of the element has changed, or the cardinality of the element (in all relevant transactions) has changed)&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and a mapping to the latest version of MP9 is added following the rules stated before.&lt;br /&gt;
* If an element in the functional definition is removed&lt;br /&gt;
** and the element had a zib mapping applied, the zib mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
** and the element had a mapping applied to the previous version of MP9, that mapping gets a suffix {{term|[DEPRECATED]}}, and all other profiling characteristics are removed.&lt;br /&gt;
&lt;br /&gt;
Moreover, all mappings to earlier versions of MP9 (i.e. versions before the previous version) are entirely removed.&lt;br /&gt;
&lt;br /&gt;
Following the procedure outlined above thus results in the following:&lt;br /&gt;
* All relevant zib mappings stay visible, and moreover all elements in the corresponding ART-DECOR data set that aren't compatible anymore with their zib counterparts are marked.&lt;br /&gt;
* All incompatible changes made in the latest version with respect to the previous version are marked.&lt;br /&gt;
&lt;br /&gt;
Because of [[FHIR:V1.0_FHIR_Profiling_Guidelines_R4#Open_vs._closed_world_modeling|open world modelling]], the cardinality of elements in the FHIR profiles can be less strict than the cardinalities in the ART-DECOR transactions. However, the latter cardinality is leading when it comes to exchanging building blocks in the context of a specific transaction. For example: in the mp-MedicationAgreement profile, {{fhir|.requester}} has a cardinality of 0..1, while in the ‘Serve Medication data’ ART-DECOR transaction, the Prescriber element has a cardinality of 1..1 R. Therefore, {{fhir|.requester}} is expected to be filled with either a Reference to an nl-core-HealthProfessional-PractitionerRole resource or a [http://hl7.org/fhir/R4/extension-data-absent-reason.html DataAbsentReason extension], see the [[FHIR:V1.0_FHIR_IG_R4#Missing_information|general FHIR IG on ‘Missing information’]].&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} of each FHIR instance of each building block.&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept 'Identification' of data type Identification, for example RelationAdministrationAgreement (mp-dataelement9x-1328) in building block MedicationAgreement. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Pharmaceutical treatment ==&lt;br /&gt;
The MP9 transaction data sets reference a container ‘Pharmaceutical treatment’ (Dutch: ‘Medicamenteuze behandeling’), which contains all medication building blocks relevant to the transaction. For the specification of the Pharmaceutical treatment, see [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#.27Medicamenteuze_behandeling_.2F_Pharmaceutical_treatment.27_.28MBH.29|the functional specification]]. In FHIR, the Pharmaceutical treatment does not have an explicit resource representation. Instead, each medication building block contains the PharmaceuticalTreatmentIdentifier extension which contains the ‘Pharmaceutical Treatment Identifier’. This Identifier shall be the same across different related medication resources that constitute one Pharmaceutical treatment. The custom search parameter {{fhir|pharmaceutical-treatment-identifier}}, see [[#Search_parameters|‘Search parameters’]], is used within the ‘Medication data’ transaction to query a server for all building blocks within a specific Pharmaceutical treatment.&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* MedicationRequest: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationDispense: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationStatement: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
* MedicationAdministration: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
All request examples in this document do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Resource identification ==&lt;br /&gt;
All profiles used within the MP9 information standard contain {{fhir|.identifier}} elements with a cardinality of 0..* because of open world modelling. However, all ART-DECOR transactions referenced within this IG assign a 1..1 R cardinality, meaning a stable identifier SHOULD be provided, or [[FHIR:V1.0_FHIR_IG_R4#Missing_information|the DataAbsentReason extension if a value is missing]]. Identifiers SHALL contain both a {{fhir|.system}} and a {{fhir|.value}}.&lt;br /&gt;
&lt;br /&gt;
Because in HL7v3 (CDA) an identifier can only be composed using OIDs, the {{fhir|.system}} SHALL be an OID to accommodate compatibility in transformations to and from FHIR. The [https://www.hl7.nl/wiki/index.php?title=DatatypesR1:II Netherlands HL7v3 datatype II] also defines additional restrictions on the maximum length of both &amp;lt;code&amp;gt;@root&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;@extension&amp;lt;/code&amp;gt; (equivalent to respectively {{fhir|.system}} and {{fhir|.value}} in FHIR). For the same compatibility reasons, {{fhir|.system}} SHALL have a maximum of 128 characters and {{fhir|.value}} SHALL have a maximum of 64 characters.&lt;br /&gt;
&lt;br /&gt;
Systems that encounter or resolve references, either logical or literal, in resources they receive, SHALL NOT rewrite these references to a copy of these resources (with {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-CopyIndicator|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}} present) they may store. This means that [https://hl7.org/fhir/r4/references.html relative literal references] may need to be rewritten to absolute ones. This also goes for [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|included secondary resources in transactions]].&lt;br /&gt;
&lt;br /&gt;
== Differentiating between transactions ==&lt;br /&gt;
All transactions described in this IG use the same medication building blocks in different combinations and settings, making it necessary to differentiate between them. Several mechanisms are used to achieve this. Aside from PUSH/PULL, the type of medication building blocks, supporting resources like List and Communication for specific transactions and fixing the value of specific FHIR elements in applicable profiles, the {{term|actionable}} tag is used. The latter is described more in depth in the following section. Next to that, a summarizing table is provided.&lt;br /&gt;
&lt;br /&gt;
Note that {{fhir|Resource.meta.profile}}, although present in each building block (see [[FHIR:V1.0_FHIR_IG_R4#Profile_use_and_declaration|the general FHIR IG on ‘Profile use and declaration’]]), SHOULD [https://hl7.org/fhir/r4/resource.html#profile-tags not be used for identification of the building block type] and therefore for differentiating between transactions.&lt;br /&gt;
&lt;br /&gt;
=== Actionable tag ===&lt;br /&gt;
To differentiate between sending or serving building blocks that are either of informative nature or of actionable nature, the {{term|actionable}} tag is used. [https://hl7.org/fhir/r4/resource.html#tag Tags] are {{datatype|Coding}} elements present in {{fhir|Resource.meta.tag}} used for workflow management.&lt;br /&gt;
&lt;br /&gt;
If applicable, the profiles used by a transaction require the use of {{fhir|.meta.tag}} with {{fhir|.system}} = {{term|&amp;lt;nowiki&amp;gt;http://terminology.hl7.org/CodeSystem/common-tags&amp;lt;/nowiki&amp;gt;}} and {{fhir|.code}} = {{term|actionable}} to indicate that the resource is part of a request intended to be acted upon. The absence of this tag indicates that the resource is merely of informative nature.&lt;br /&gt;
&lt;br /&gt;
It is up to systems to determine how and when the transactions using the {{term|actionable}} tag are handled from a functional perspective. Systems may store the resource including the {{term|actionable}} tag or remove it either upon storing or when the request is acted upon. However, systems SHALL make sure the tag is removed when serving or sending the resource as part of an informative transaction.&lt;br /&gt;
&lt;br /&gt;
=== Summarizing table ===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | PUSH/PULL&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building blocks&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | {{term|actionable}} tag&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR element value&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Other&lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication data (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| One or more of all building blocks&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
|&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Retrieve/Serve)&lt;br /&gt;
| PULL&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication overview (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, AdministrationAgreement, MedicationUse&lt;br /&gt;
| No&lt;br /&gt;
|&lt;br /&gt;
| Includes MedicationOverview List resource in Bundle&lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement, DispenseRequest (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|order}} (for both MedicationAgreement and DispenseRequest building blocks)&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Medication prescription processing (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| AdministrationAgreement, MedicationDispense (optional)&lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal dispense request (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to DispenseRequest&lt;br /&gt;
|-&lt;br /&gt;
| Proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Yes&lt;br /&gt;
| {{fhir|MedicationRequest.intent}} = {{term|plan}}&lt;br /&gt;
| &lt;br /&gt;
|-&lt;br /&gt;
| Reply proposal medication agreement (Send/Receive)&lt;br /&gt;
| PUSH&lt;br /&gt;
| &lt;br /&gt;
| Yes&lt;br /&gt;
| &lt;br /&gt;
| Communication resource with reference to MedicationAgreement&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Information_systems_and_transactions|section 7 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&amp;lt;section begin=medmij1 /&amp;gt;&lt;br /&gt;
== Medication data (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication data transaction is used by the client to retrieve medication data from a server. The client can retrieve its desired information by searching for specific medication building blocks.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.372_20220630000000 Medication data (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.373-2022-06-30T000000.html Retrieving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGR&lt;br /&gt;
&amp;lt;section end=medmij1 /&amp;gt;&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication data}}&lt;br /&gt;
&amp;lt;section begin=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.374-2022-06-30T000000.html Serving medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain all medication data or specific parts matching various parameters, they issue a retrieve medication data request message. This message uses the HTTP GET method parameterized query against the server's medication FHIR endpoints. These endpoints can be one of the following:&lt;br /&gt;
* MedicationRequest&lt;br /&gt;
* MedicationDispense&lt;br /&gt;
* MedicationStatement&lt;br /&gt;
* MedicationAdministration&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query. Multiple request messages may be needed to retrieve all desired information.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[type]{?[parameters]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | MP9 search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
&amp;lt;section end=medmij2 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources of a patient with a fake BSN of 11122233.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;section begin=medmij3 /&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on identifier.&lt;br /&gt;
| {{fhir|identifier}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves a MedicationRequest resource with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?identifier=http://example.nl/fhir/NamingSystem/MedicationRequest|999922448&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Identification&lt;br /&gt;
| Search on the pharmaceutical treatment identifier. &lt;br /&gt;
Note: retrieval of all medication resources belonging to one pharmaceutical treatment requires to search on all medication resource types.&lt;br /&gt;
| {{fhir|pharmaceutical-treatment-identifier}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification. Note that for {{fhir|MedicationRequest.category}} and {{fhir|MedicationStatement.category}} a core search parameter is available, hence no custom one is needed in those cases.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that are part of a pharmaceutical treatment with a specific identifier.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?pharmaceutical-treatment-identifier=http://example.nl/fhir/NamingSystem/pharmaceuticaltreatment|1247848&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Type&lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | Search on type of medication building block. &lt;br /&gt;
| rowspan=&amp;quot;4&amp;quot; | {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block DispenseRequest.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationRequest resources that represent the building block VariableDosingRegimen.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;lt;/pre&amp;gt;&lt;br /&gt;
Retrieves all MedicationDispense resources that represent the building block AdministrationAgreement.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| Retrieves all MedicationStatement resources that represent the building block MedicationUse2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| MedicationCode&lt;br /&gt;
| Search on medication code.&lt;br /&gt;
| {{fhir|medication.code}}&amp;lt;ref&amp;gt;[https://www.hl7.org/fhir/r4/search.html#chaining Chained search parameter]: searches the medicationReference required in each building block for its {{fhir|.code}}.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and have Carbasalaatcalcium Sandoz 600 30 as medication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PeriodOfUse&lt;br /&gt;
| Search on the MedicationAgreement, VariableDosingRegimen, AdministrationAgreement and MedicationUse2 building blocks that are related to medication that was used, is used or will be used during the indicated period.&lt;br /&gt;
Whenever a search is done on the MedicationAgreement, VariableDosingRegimen or AdministrationAgreement building blocks it is required to also include the latest stopped building blocks of that kind within each pharmaceutical treatment, even if these have a period of use outside the PeriodOfUse that is being searched on.&lt;br /&gt;
| {{fhir|period-of-use}}&amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;/&amp;gt;&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement&amp;lt;ref&amp;gt;For the MedicationRequest and MedicationDispense resource types, the {{fhir|period-of-use}} parameter searches on the ext-TimeInterval.Period extension which may include the ext-TimeInterval.Duration extension. For the MedicationStatement resource type, the parameter modifies the core search parameter on {{fhir|.effective}} to include the ext-TimeInterval.Duration extension that may be present.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Retrieves all MedicationRequest resources that represent the building block MedicationAgreement and were in effect from 01-01-2010.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;period-of-use=ge2010-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| DispensePeriod &lt;br /&gt;
| Returns all medication dispenses within the specified time period.&lt;br /&gt;
| {{fhir|whenhandedover}}&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Retrieves all MedicationDispense resources that represent the building block MedicationDispense and were handed over within a 2 year period.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;whenhandedover=ge2010-01-01&amp;amp;whenhandedover=le2011-12-31&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationPeriod &lt;br /&gt;
| Returns all medication administrations within the specified time period.&lt;br /&gt;
| {{fhir|effective-time}}&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationAdministration resources that represent the building block MedicationAdministration2 and where administration happened on a specific day.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;effective-time=eq2022-01-01&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient and Medication resources referenced by building blocks is required. Others (Organization, Location, PractitionerRole, Practitioner, RelatedPerson, Observation) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=[type]:medication&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| MedicationRequest, MedicationDispense, MedicationStatement, MedicationAdministration&lt;br /&gt;
| Retrieves all MedicationRequest resources that have Carbasalaatcalcium Sandoz 600 30 as medication and includes the Medication resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/MedicationRequest?medication.code=urn:oid:2.16.840.1.113883.2.4.4.8|13610554&amp;amp;_include=MedicationRequest:medication&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameters are defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/pharmaceutical-treatment-identifier|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/category|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/period-of-use|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
&lt;br /&gt;
==== Retrieve all medication data ====&lt;br /&gt;
To retrieve all known medication data, a client has to execute the following requests to retrieve all known medication data per building block, including referenced Medication resources:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|33633005&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|52711000146108&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationRequest?category=http://snomed.info/sct|395067002&amp;amp;_include=MedicationRequest:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|373784005&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationDispense?category=http://snomed.info/sct|422037009&amp;amp;_include=MedicationDispense:medication&lt;br /&gt;
GET [base]/MedicationStatement?category=http://snomed.info/sct|422979000&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
GET [base]/MedicationAdministration?category=http://snomed.info/sct|18629005&amp;amp;_include=MedicationStatement:medication&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query medication data. The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&amp;lt;section end=medmij3 /&amp;gt;&lt;br /&gt;
== Medication data (Send/Receive) ==&lt;br /&gt;
The send medication data transaction is used by the client to send medication data to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.139-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.375_20220630000000 Medication data (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.376-2022-06-30T000000.html Sending medication data]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationData.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication data}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication data&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MGO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because medication data consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the 'List of profiles' below. Because of the informative nature of the transaction, '''no''' [[#Actionable_tag|{{term|actionable}} tags]] shall be present.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks each resource present within the Bundle it receives for the absence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| VariableDosingRegimen&lt;br /&gt;
| WisselendDoseerschema&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-VariableDosingRegimen|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAdministration2&lt;br /&gt;
| Medicatietoediening2&lt;br /&gt;
| MedicationAdministration&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAdministration2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Retrieve/Serve) ==&lt;br /&gt;
The retrieve medication overview transaction is used by the client to retrieve a medication overview from the server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.388_20220630000000 Medication overview (PULL)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.389-2022-06-30T000000.html Retrieving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.RetrieveServe|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Retrieve/serve medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.390-2022-06-30T000000.html Serving medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
When a patient or healthcare professional wants to obtain a patient's medication overview, they issue a retrieve medication overview request message. This message uses an extended operation on the RESTful API to obtain a medication overview from a server. An operation is needed because the server will formulate the content of the response based on its internal business logic. The medication overview can not easily be described by standardized RESTful requests. &lt;br /&gt;
&lt;br /&gt;
The client executes a {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title=medication-overview operation}} with an HTTP GET command conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/$medication-overview&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
The server returns a HTTP Status code appropriate to the processing of the operation. The successful outcome of the {{Simplifier|http://nictiz.nl/fhir/OperationDefinition/Medication-Overview|nictiz.fhir.nl.r4.medicationprocess9|title={{fhir|$medication-overview}} operation}} is the body of the medication overview response message. Successful processing of this operation should result in a Bundle resource with {{fhir|Bundle.type}} = {{term|searchset}} that conforms to the mp-MedicationOverview-Bundle profile, which contains at least one List resource (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in [[#Building_blocks_and_profiles|section 2.1]]. The {{fhir|Bundle.total}} value contains the number of matching building blocks (i.e. MedicationAgreement, AdministrationAgreement and MedicationUse2). Other included resources, such as Medication resources, are not included in the total.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication overview (Send/Receive) ==&lt;br /&gt;
The send medication overview transaction is used by the client to send a medication overview to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.140-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.391_20220630000000 Medication overview (PUSH)]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.392-2022-06-30T000000.html Sending medication overview]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationOverview.SendReceive|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication overview}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication overview&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-MOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication overview consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationOverview-Bundle profile, which contains at least one List profile (that represents the medication overview and conforms to the mp-MedicationOverview profile) and optionally one Patient resource, along with all the resources that represent the current medication overview. These latter resources SHALL be referenced from the List resource. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The clinical content of the medication overview is defined in the [https://informatiestandaarden.nictiz.nl/wiki/mp:V3.0.0-beta_Ontwerp_medicatieproces_9_ENG#Medication_overview_and_inference_rules functional specification].&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicationOverview&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | MedicatieOverzicht&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| List&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationOverview|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationUse2&lt;br /&gt;
| Medicatiegebruik2&lt;br /&gt;
| MedicationStatement&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationUse2|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Contact&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription (Send/Receive) ==&lt;br /&gt;
The send medication prescription transaction is used by the client to send a request to dispense medication (Dutch: verstrekkingsverzoek) or process modifications to a medication agreement (Dutch: medicatieafspraak) to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.141-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.394_20220630000000 Medication prescription (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.395-2022-06-30T000000.html Sending medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescription|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescription-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}) and optionally a DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|order}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescription-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the MedicationAgreement and DispenseRequest building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|order}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Medication_prescription_processing_.28Send.2FReceive.29|‘Send medication prescription processing’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescription&lt;br /&gt;
| Voorschrift&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescription-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication prescription processing (Send/Receive) ==&lt;br /&gt;
The send medication prescription processing transaction is used by the client to send data on the processing of a medication agreement (Dutch: medicatieafspraak) and possibly a dispense request (Dutch: verstrekkingsverzoek), in the form of an administration agreement (Dutch: toedieningsafspraak) and optionally a medication dispense (Dutch: medicatieverstrekking).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.143-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.406_20220630000000 Medication prescription processing (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.407-2022-06-30T000000.html Sending data on processing of medication prescription]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-MedicationPrescriptionProcessing|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive medication prescription processing}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving data on processing of medication prescription&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VAO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because data on processing a medication prescription consists of several building blocks along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-MedicationPrescriptionProcessing-Bundle profile, which contains at least an AdministrationAgreement building block and optionally a MedicationDispense building block. Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-MedicationPrescriptionProcessing-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a prescription and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The server checks the AdministrationAgreement and MedicationDispense building blocks present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]].&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationPrescriptionProcessing&lt;br /&gt;
| VoorschriftAfhandeling&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationPrescriptionProcessing-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| AdministrationAgreement&lt;br /&gt;
| Toedieningsafspraak&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-AdministrationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| Medicatieverstrekking&lt;br /&gt;
| MedicationDispense&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationDispense|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send proposal dispense request transaction is used by the client to inform the server about a new or modified proposal dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.400_20220630000000 Proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.401-2022-06-30T000000.html Sending proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal dispense request consists of a DispenseRequest building block along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalDispenseRequest-Bundle profile, which contains one DispenseRequest building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalDispenseRequest-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the DispenseRequest building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_dispense_request_.28Send.2FReceive.29|‘Send reply proposal dispense request’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalDispenseRequest&lt;br /&gt;
| VoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal dispense request (Send/Receive) ==&lt;br /&gt;
The send reply proposal dispense request transaction is used by the client to inform the server about a reply on a proposed dispense request (Dutch: verstrekkingsverzoek).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.403_20220630000000 Reply proposal dispense request (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.404-2022-06-30T000000.html Sending reply proposal dispense request]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal dispense request}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal dispense request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VVS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal dispense request consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalDispenseRequest-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalDispenseRequest profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed dispense request that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalDispenseRequest-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalDispenseRequest profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalDispenseRequest&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelVerstrekkingsverzoek&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalDispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| DispenseRequest&lt;br /&gt;
| Verstrekkingsverzoek&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-DispenseRequest|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send proposal medication agreement transaction is used by the client to inform the server about a new or modified proposal medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.397_20220630000000 Proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.398-2022-06-30T000000.html Sending proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a proposal medication agreement consists of a MedicationAgreement building block along with supporting resources, a {{term|transaction}} interaction is used.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ProposalMedicationAgreement-Bundle profile, which contains at least a MedicationAgreement building block (with {{fhir|MedicationRequest.intent}} = {{term|plan}}). Additionally, one instance of nl-core-Patient, nl-core-BodyHeight and nl-core-BodyWeight, and multiple instances of mp-PharmaceuticalProduct might be included, as well as other supporting resources. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
The mp-ProposalMedicationAgreement-Bundle profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resources sent are part of a proposal and of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the MedicationAgreement building block present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the value of {{fhir|MedicationRequest.intent}} = {{term|plan}} to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing an invocation of the [[#Reply_proposal_medication_agreement_.28Send.2FReceive.29|‘Send reply proposal medication agreement’ transaction]] is expected.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| ProposalMedicationAgreement&lt;br /&gt;
| VoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-PharmaceuticalProduct|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyHeight&lt;br /&gt;
| Lichaamslengte&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyHeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| BodyWeight&lt;br /&gt;
| Lichaamsgewicht&lt;br /&gt;
| Observation&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-BodyWeight|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Reply proposal medication agreement (Send/Receive) ==&lt;br /&gt;
The send reply proposal medication agreement transaction is used by the client to inform the server about a reply on a proposed medication agreement (Dutch: medicatieafspraak).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''System role'''&lt;br /&gt;
! style=&amp;quot;text-align:left;&amp;quot;| '''FHIR CapabilityStatement'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/sc-2.16.840.1.113883.2.4.3.11.60.20.77.3.142-2022-06-30T000000.html#_2.16.840.1.113883.2.4.3.11.60.20.77.4.445_20220630000000 Reply proposal medication agreement (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/medicatieproces/mp-html-20231017T223005/tr-2.16.840.1.113883.2.4.3.11.60.20.77.4.446-2022-06-30T000000.html Sending reply proposal medication agreement]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMO&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}|title=CapabilityStatement Send/receive reply proposal medication agreement}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving reply proposal medication agreement&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|MP-VMS&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
Because a reply proposal medication agreement consists of a Communication resource (which contains the reply itself) along with supporting resources, a {{term|transaction}} interaction is used. &lt;br /&gt;
&lt;br /&gt;
{{MpFhirSendTransaction}}&lt;br /&gt;
&lt;br /&gt;
The Bundle SHALL conform to the mp-ReplyProposalMedicationAgreement-Bundle profile, which contains at least one Communication resource that conforms to the mp-ReplyProposalMedicationAgreement profile. Additionally, one instance of nl-core-Patient and other supporting resources might be included. All resources included in the Bundle SHALL conform to their respective profiles listed in the 'List of profiles' below.&lt;br /&gt;
&lt;br /&gt;
Note that the proposed medication agreement that is replied to is internally resolvable by the server, hence it does not need to be included in the Bundle (and is thus not explicitly modelled in the mp-ReplyProposalMedicationAgreement-Bundle profile).&lt;br /&gt;
&lt;br /&gt;
The mp-ReplyProposalMedicationAgreement profile prescribes the use of [[#Actionable_tag|{{term|actionable}} tags]] to indicate that the resource sent is of actionable nature.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
The client checks the Communication resource present within the Bundle it receives for the presence of [[#Actionable_tag|{{term|actionable}} tags]] and the type of building block referenced to determine the transaction type.&lt;br /&gt;
&lt;br /&gt;
{{MpFhirReceiveTransaction}}&lt;br /&gt;
&lt;br /&gt;
Aside from the technical processing outcome described above, after functional processing this transaction might lead to an invocation of the [[#Medication_prescription_.28Send.2FReceive.29|‘Send medication prescription’ transaction]].&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block/transaction profile (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | ReplyProposalMedicationAgreement&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | AntwoordVoorstelMedicatieafspraak&lt;br /&gt;
| Bundle&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement-Bundle|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Communication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-ReplyProposalMedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| MedicationAgreement&lt;br /&gt;
| Medicatieafspraak&lt;br /&gt;
| MedicationRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/mp-MedicationAgreement|nictiz.fhir.nl.r4.medicationprocess9|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.medicationprocess9|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V3.0.0}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found [[mp:V3.0.0-beta.2_releasenotes|here]].&lt;br /&gt;
&lt;br /&gt;
=Footnotes=&lt;br /&gt;
&amp;lt;references/&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=MedMij:Vprepub-2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI&amp;diff=201116</id>
		<title>MedMij:Vprepub-2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=MedMij:Vprepub-2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI&amp;diff=201116"/>
		<updated>2024-02-21T12:22:01Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: MM-5064: Updated wiki tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen allergie intolerantie gegevens: addendum inhoudelijke gegevens kwalificatie}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=bs-aig-1-1 /&amp;gt;&lt;br /&gt;
==Scenario 1.1 - Alle AllergieIntolerantie-gegevens van een persoon==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Patient_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Véronique&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|V.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Véronique&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Knolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1000&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Woon-/verblijfadres (code = 'PHYS' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-12345678&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Tijdelijk telefoonnummer (code = 'TMP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-D@123mail.com&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Privé e-mailadres (code = 'HP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999990238 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|4 apr 1970&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PREDNISOLON CAPSULE 65MG FNA MR (code = '1112821' in codeSystem 'G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Achterhaald (code = 'obsolete' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 17:45 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Geldt alleen voor dit merk.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Toxische epidermale necrolyse (code = '23067006' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Specifieke stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon (code = '4170' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Blaren op grote delen van de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 17:45 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon (code = '4170' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Toxische epidermale necrolyse (code = '23067006' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Blaren op grote delen van de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|via de maag (code = '445768003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen om 11:00 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon oraal (code = '3158' in codeSystem 'G-Standaard SSK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 150 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 150 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Exantheem (code = '271807003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vlekken en bultjes op de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Corticosteroïden groep 1 (code = '74' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 200 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 200 dagen om 16:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Exantheem (code = '271807003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;13&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_05 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Betrokkene als bron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Contactpersoon&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Contactpersoon_01|Contactpersoon: AI_Contactpersoon_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Latex (code = '111088007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stof of product (code = '419199007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 3500 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 265 dagen om 14:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dhr. werkt in de zorg en dient latexvrije handschoenen te dragen.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Jeuk (code = '418363000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 265 dagen om 14:30 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_06 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_02|Zorgverlener: AI_Zorgverlener_02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pinda (code = '91935009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Voeding (code = '418471000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Niet meer aanwezig (code = 'completed' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 5000 dagen&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_07 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pollen (code = '256259004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Omgeving (code = '426232007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 500 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 99 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Overgevoeligheidsreactie van de bovenste luchtwegen (code = '490008' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Specifieke stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Graspollen (code = '256277009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Veelvuldig niezen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|111111121 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|A.B.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Comenius&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam partner&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels partner&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|de&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam partner&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vries&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|+3143321654&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|comenius@hpdetest.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zorgaanbieder&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgaanbieder_01|Zorgaanbieder: AI_Zorgaanbieder_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdbehandelaar (code = 'RESP' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|222222232 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ottobert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|O.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bekhoven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Valkendael&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|45&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|6245 HK&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Maastricht&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-32165488&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|o.vanbekhoven@testmedischcentrum.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Behandelaar (code = 'ATND' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|333333343 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Boot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Allergoloog (gesloten register) (code = '01.002' in codeSystem 'RoleCodeNL - zorgverlenertype (personen)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Kamerlingh Onnesstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummertoevoeging&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|huis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2999 AZ&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Leiderdorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|0800-654321&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|m.boot@deallergoloog.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Behandelaar (code = 'ATND' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;Zorgaanbieder&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgaanbieder_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;Zorgaanbieder&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|01057999 (in identificerend systeem: AGB-Z)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk 'de Test'&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|0800-987653&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|info@hpdetest.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|14&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9244 ZZ&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Beetsterzwaag&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartspraktijk (zelfstandig of groepspraktijk) (code = 'Z3' in codeSystem '2.16.840.1.113883.2.4.15.1060')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;Contactpersoon&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Contactpersoon_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;Contactpersoon&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Abraham&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|B.M.H.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bram&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pasveer&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-12345670&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|brampasveer_123@hotmail.com&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Privé e-mailadres (code = 'HP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|99&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummerletter&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|b&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XX&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Woon-/verblijfadres (code = 'PHYS' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vriend(in)/kennis (code = '20' in codeSystem '2.16.840.1.113883.2.4.3.11.22.472')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Anders (code = 'OTH' in codeSystem 'HL7 NullFlavor'): Boezemvriend&lt;br /&gt;
|}&amp;lt;section end=bs-aig-1-1 /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=bs-aig-1-2 /&amp;gt;&lt;br /&gt;
==Scenario 1.2 - Een persoon zonder AllergieIntolerantie-gegevens==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Patient_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Willem&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wim&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-F&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Knolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1001&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XX&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem '2.16.840.1.113883.2.4.4.16.34')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Postadres (code = 'PST' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999990251 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|5 mei 1970&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=bs-aig-1-2 /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=MedMij:V2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI&amp;diff=299726</id>
		<title>MedMij:V2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=MedMij:V2020.01/CIO1.0-AddendaInhoudelijkeGegevensAI&amp;diff=299726"/>
		<updated>2024-02-21T12:22:01Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: MM-5064: Updated wiki tables&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen allergie intolerantie gegevens: addendum inhoudelijke gegevens kwalificatie}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=bs-aig-1-1 /&amp;gt;&lt;br /&gt;
==Scenario 1.1 - Alle AllergieIntolerantie-gegevens van een persoon==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Patient_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_01&amp;quot; title=&amp;quot;Intern ID = AI_Patient_01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Véronique&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|V.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Véronique&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Knolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1000&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Woon-/verblijfadres (code = 'PHYS' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-12345678&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Tijdelijk telefoonnummer (code = 'TMP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-D@123mail.com&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Privé e-mailadres (code = 'HP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999990238 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|4 apr 1970&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PREDNISOLON CAPSULE 65MG FNA MR (code = '1112821' in codeSystem 'G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Achterhaald (code = 'obsolete' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 17:45 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Geldt alleen voor dit merk.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Toxische epidermale necrolyse (code = '23067006' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Specifieke stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon (code = '4170' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Blaren op grote delen van de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 17:45 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon (code = '4170' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Toxische epidermale necrolyse (code = '23067006' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Blaren op grote delen van de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|via de maag (code = '445768003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 100 dagen om 11:00 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Prednisolon oraal (code = '3158' in codeSystem 'G-Standaard SSK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 150 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 150 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Exantheem (code = '271807003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vlekken en bultjes op de huid&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_03|Zorgverlener: AI_Zorgverlener_03]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Corticosteroïden groep 1 (code = '74' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medicijn (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 200 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 200 dagen om 16:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Exantheem (code = '271807003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;13&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_05 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Betrokkene als bron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Contactpersoon&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Contactpersoon_01|Contactpersoon: AI_Contactpersoon_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Latex (code = '111088007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stof of product (code = '419199007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 3500 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 265 dagen om 14:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dhr. werkt in de zorg en dient latexvrije handschoenen te dragen.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Jeuk (code = '418363000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Reactie tijdstip&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 265 dagen om 14:30 uur&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_06 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_02|Zorgverlener: AI_Zorgverlener_02]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pinda (code = '91935009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Voeding (code = '418471000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Niet meer aanwezig (code = 'completed' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 5000 dagen&lt;br /&gt;
|}&lt;br /&gt;
=== Allergie intolerantie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Allergie intolerantie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zibroot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AI_01_07 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.1)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgverlener_01|Zorgverlener: AI_Zorgverlener_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Onderwerp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Patient_01|Patient: AI_Patient_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pollen (code = '256259004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Omgeving (code = '426232007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Allergie status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Actief (code = 'active' in codeSystem 'HL7 ActStatus')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 500 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Mate van kritiek zijn&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Laatste reactie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 99 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Reactie&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Symptoom&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Overgevoeligheidsreactie van de bovenste luchtwegen (code = '490008' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Specifieke stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Graspollen (code = '256277009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie beschrijving&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Veelvuldig niezen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_01&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|111111121 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|A.B.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Comenius&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam partner&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels partner&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|de&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam partner&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vries&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|+3143321654&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|comenius@hpdetest.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Zorgaanbieder&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zie [[#AI_Zorgaanbieder_01|Zorgaanbieder: AI_Zorgaanbieder_01]]&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdbehandelaar (code = 'RESP' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_02&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_02&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|222222232 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ottobert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|O.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bekhoven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Valkendael&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|45&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|6245 HK&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Maastricht&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-32165488&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|o.vanbekhoven@testmedischcentrum.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Behandelaar (code = 'ATND' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgverlener_03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgverlener_03&amp;quot; title=&amp;quot;Intern ID = AI_Zorgverlener_03&amp;quot;&amp;gt;Zorgverlener&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|333333343 (in identificerend systeem: UZI Personen)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Boot&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Allergoloog (gesloten register) (code = '01.002' in codeSystem 'RoleCodeNL - zorgverlenertype (personen)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Kamerlingh Onnesstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummertoevoeging&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|huis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2999 AZ&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Leiderdorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|0800-654321&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|m.boot@deallergoloog.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverleners rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Behandelaar (code = 'ATND' in codeSystem 'HL7 ParticipationType')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;Zorgaanbieder&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Zorgaanbieder_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Zorgaanbieder_01&amp;quot; title=&amp;quot;Intern ID = AI_Zorgaanbieder_01&amp;quot;&amp;gt;Zorgaanbieder&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|01057999 (in identificerend systeem: AGB-Z)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk 'de Test'&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;4&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|0800-987653&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vast telefoonnummer (code = 'LL' in codeSystem '2.16.840.1.113883.2.4.3.11.60.40.4.22.1')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Nummer soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk telefoonnummer (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|info@hpdetest.nl&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zakelijk e-mailadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|14&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9244 ZZ&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Beetsterzwaag&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartspraktijk (zelfstandig of groepspraktijk) (code = 'Z3' in codeSystem '2.16.840.1.113883.2.4.15.1060')&lt;br /&gt;
|}&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;Contactpersoon&amp;lt;/span&amp;gt; - 1.1===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Contactpersoon_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Contactpersoon_01&amp;quot; title=&amp;quot;Intern ID = AI_Contactpersoon_01&amp;quot;&amp;gt;Contactpersoon&amp;lt;/span&amp;gt; - 1.1&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Abraham&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|B.M.H.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bram&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pasveer&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Contactgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Telefoonnummers&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telefoonnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|06-12345670&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Telecom type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Mobiel telefoonnummer (code = 'MC' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Email adressen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email adres&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|brampasveer_123@hotmail.com&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Email soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Privé e-mailadres (code = 'HP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Bolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|99&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummerletter&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|b&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XX&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem 'GBA Tabel 34 Landen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Woon-/verblijfadres (code = 'PHYS' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Rol&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vriend(in)/kennis (code = '20' in codeSystem '2.16.840.1.113883.2.4.3.11.22.472')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Anders (code = 'OTH' in codeSystem 'HL7 NullFlavor'): Boezemvriend&lt;br /&gt;
|}&amp;lt;section end=bs-aig-1-1 /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=bs-aig-1-2 /&amp;gt;&lt;br /&gt;
==Scenario 1.2 - Een persoon zonder AllergieIntolerantie-gegevens==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;_AI_Patient_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;AI_Patient_02&amp;quot; title=&amp;quot;Intern ID = AI_Patient_02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Willem&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W.&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Roepnaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wim&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Naamgebruik&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Eigen geslachtsnaam (code = 'NL1' in codeSystem '2.16.840.1.113883.2.4.3.11.60.101.5.4')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX-TEST-F&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Knolweg&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1001&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|9999 XX&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Stitswerd&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Land&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Nederland (code = '6030' in codeSystem '2.16.840.1.113883.2.4.4.16.34')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Postadres (code = 'PST' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999990251 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|5 mei 1970&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=bs-aig-1-2 /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_FHIR_CiO&amp;diff=200561</id>
		<title>cio:V2.0.0-beta.2 FHIR CiO</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_FHIR_CiO&amp;diff=200561"/>
		<updated>2024-02-06T14:39:34Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: /* Transactions */ Updated system roles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{Vdraft/InformationBox|This FHIR IG is currently under development and can not be considered stable and ready for use. For questions and change requests regarding this IG, please create a ticket in [{{VersieInfo|BITS|release=V2.0.0-beta.2|namespace=cio}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide CiO version {{VersieInfo|CiO|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Icoon Nictiz Cirkel Informatiestandaard Contra-indicaties en Overgevoeligheden (2).svg|link=|100px|CiO|rechts]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;toclimit-3&amp;quot;&amp;gt;__TOC__&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
This is the implementation guide (IG) for the information standard CiO (Dutch: Contra-indicaties en overgevoeligheden, English: Contraindications and hypersensitivities), version {{VersieInfo|CiO|release=V2.0.0-beta.2}}. The functional specification can be found [[cio:V2.0.0-beta.2_Ontwerp_CiO|here]] and is implemented using [https://www.hl7.org/fhir/R4/ HL7 FHIR R4]. This implementation guide assumes that the reader is familiar with both the functional specification and this version of FHIR.&lt;br /&gt;
&lt;br /&gt;
Apart from this document, the guidelines as specified in the [[FHIR:V1.0_FHIR_IG_R4|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the Overarching principles and the use of FHIR packages. Where the general IG uses the term ‘use case’, this IG uses the term ‘transaction’ for the various processes that are described.&lt;br /&gt;
&lt;br /&gt;
This IG first describes the boundaries and relationships in place, after which the implementation is described per transaction.&lt;br /&gt;
&lt;br /&gt;
= Boundaries and relationships =&lt;br /&gt;
&lt;br /&gt;
== Boundaries ==&lt;br /&gt;
&lt;br /&gt;
Note that this version of the CiO information standard is only focused on medication contraindications and hypersensitivities due to medication (see [[cio:V2.0.0-beta.2_Ontwerp_CiO#Algemeen|section 1.1 of the functional specification]]). Technically this scope is reflected in for instance the terminology used within the FHIR profiles or the naming of the cio-MedicationContraIndication profile. In this IG however, we will not further elaborate on this narrower scope and instead describe the technical implementation of this standard as general as possible, in order to make it easier to incorporate a broadening of the scope in subsequent versions of this IG.&lt;br /&gt;
&lt;br /&gt;
== Building blocks and profiles ==&lt;br /&gt;
&lt;br /&gt;
The exchange of data within the CiO standard version {{VersieInfo|CiO|release=V2.0.0-beta.2}} is partly based on the 2020 publication of the Dutch Health and Care Information Models (Dutch: ‘zorginformatiebouwstenen’ or ‘zibs’), and subsequent changes made that will be present in the 2024 prepublication. In particular, the prepublication of 2021 saw the introduction of the Hypersensitivity and Reaction zibs which are based on and still have quite some overlap with the zib AllergyIntolerance that already existed. In the prepublication of 2024 the zibs Hypersensitivity and Reaction have been overhauled in such a way that they only contain ‘diagnostic’ elements. The concepts within these zibs that were related to surveillance with respect to substances have been removed, resulting in a new zib SurveillanceDecision. Moreover, the zib Alert has changed in this prepublication such that the zib MedicationContraIndication has become superfluous, by adding a new AlertType reserved for medication contraindications. The functional data set of CiO has further built upon these four zibs, and the resulting objects (which are actually exchanged) are referred to as ‘building blocks’ in the data set, and can thus be seen as ‘extended zibs’ suitable for implementation.&lt;br /&gt;
&lt;br /&gt;
Due to new insights, the building blocks Hypersensitivity and Reaction in the functional data set have deviated quite a lot from the zib AllergyIntolerance present in the 2020 publication, making them incompatible in varying degrees from a technical point of view. Therefore it was not possible to implement the FHIR profiles for these building blocks by building on and extending [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|the nl-core profiles]] based on zib publication 2020. Hence the profiles for these building blocks have been created ‘independently’ from the nl-core profiles, meaning that they are not derived from nl-core-AllergyIntolerance. Similarly, for the building block MedicationContraIndication it was not possible to derive its profile from the nl-core-Alert profile corresponding to zib publication 2020, due to incompatible changes introduced in the zib Alert in the prepublication of 2024. Lastly, the zib SurveillanceDecision is newly introduced, so obviously no derivation from nl-core profiles is possible.&lt;br /&gt;
&lt;br /&gt;
In a subsequent version of the information standard, it is the intention to base the profiles for all building blocks on their respective nl-core profiles based on zib publication 2024. There are however some considerations to be taken into account, since it is only possible to use these nl-core profiles provided:&lt;br /&gt;
* the underlying zibs are still part of the 2024 publication;&lt;br /&gt;
* no incompatible changes will be added on the relevant zibs between the prepublication and publication of 2024;&lt;br /&gt;
* they are defined in FHIR R4 (otherwise the cio profiles would also need to be converted to another FHIR version).&lt;br /&gt;
&lt;br /&gt;
It is important to note that there is still extensive discussion about the exact scope and content of the CiO building blocks, meaning that the current profiles definitely cannot be considered to be stable and ready for use.  A list of discussion topics with regards to the technical implementation can be found in [[#Discussion|section 2.5]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBoxNictizR4Package|p1=nictiz.fhir.nl.r4.cio|v1={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
Note that the package versioning does not follow the versioning of the information standard, as CiO version 2.0.0 was the first release of the CiO information standard based on FHIR R4. This means that CiO version 2.0.0-beta.x makes use of version 1.0.0-beta.x of the nictiz.fhir.nl.r4.cio FHIR package.&lt;br /&gt;
&lt;br /&gt;
=== Main building blocks ===&lt;br /&gt;
&lt;br /&gt;
As described above, the main building blocks have no dependency on any zib counterparts of the 2020 publication, resulting in so-called ‘cio’ profiles.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The last two building blocks in the above table have a special status:&lt;br /&gt;
* Condition is not a separate building block within the CiO data set, and the cio-Condition profile actually contains mappings to concepts within the Hypersensitivity and Reaction building blocks that relate to the underlying condition and diagnosis. Thus, in order to convey the complete Hypersensitivity or Reaction building block, it is necessary to use an instance conforming to the cio-Hypersensitivity or cio-Reaction profile, together with an instance conforming to the cio-Condition profile.&lt;br /&gt;
* The RegistrationData building block is part of every other main building block in the data set, containing data that relates to the registering process instead of the medical concept itself. Such data is often not (completely) mappable within the profiles corresponding to the medical concept. Hence, whenever another main building block is exchanged, it is represented by its own profile in conjunction with an instance of the cio-RegistrationData profile. In the future, if more information standards will make use of the Provenance resource to represent the administrative concepts present in RegistrationData, it is intended to create an nl-core-RegistrationData profile that replaces the cio-RegistrationData profile.&lt;br /&gt;
&lt;br /&gt;
=== Secondary building blocks ===&lt;br /&gt;
&lt;br /&gt;
Additionally, the standard uses several secondary building blocks referenced from the main building blocks. All secondary building blocks are part of the [[FHIR:V1.0_FHIR_IG_R4#Functional_definitions|‘nl-core’]] package.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthcareProvider&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgaanbieder&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Note the following:&lt;br /&gt;
* Each occurrence of the zib HealthProfessional is normally represented by '''two''' FHIR resources: an instance of nl-core-HealthProfessional-PractitionerRole and an instance of nl-core-HealthProfessional-Practitioner. Sending systems should only fill the reference to the PractitionerRole instance where relevant. Receiving systems can resolve the reference to the Practitioner resource from that PractitionerRole instance.&lt;br /&gt;
* The zib HealthcareProvider is mapped to both a Location and Organization profile. In general the Location profile acts as the focal resource, because most references to this zib are concerned about the recording of the physical location where the care to patient takes place rather than the organizational information. However, within the CiO information standard, the HealthcareProvider is only referenced indirectly via the PractitionerRole resource, hence a reference to the Organization profile is sufficient in those cases. The Location profile is mentioned in the table above for completeness purposes.&lt;br /&gt;
&lt;br /&gt;
=== Relations between building blocks ===&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Resources diagram CiO (beta.2).drawio.png|1000px]]&lt;br /&gt;
&lt;br /&gt;
== Mappings between profiles and data set ==&lt;br /&gt;
&lt;br /&gt;
Each transaction starts with links to the functional definition in an ART-DECOR publication and references one or several FHIR profiles. The FHIR profiles contain mappings to all data elements that are present in the functional data set (prefixed with ‘cio-dataelement-20-’).&lt;br /&gt;
&lt;br /&gt;
Each transaction contains a Patient building block with cardinality 1..1 M. This patient is the subject of all other building blocks in the transaction, although no explicit relation exists in the data set. Therefore, a reference to a Patient resource conforming to the nl-core-Patient profile is expected in {{fhir|.subject}} or {{fhir|.patient}} of each FHIR instance of each main building block (with the exception of RegistrationData).&lt;br /&gt;
&lt;br /&gt;
Relations between different building blocks exist in transactions by means of concepts with a name starting with ‘Relation…’ (Dutch: ‘Relatie…’) and an underlying concept ‘Identification’ of data type Identifier, for example RelationHypersensitivity (cio-dataelement-20-734) in building block Hypersensitivity. These relations are mapped to the FHIR data type ‘Reference’. Implementers SHOULD use literal references (using {{fhir|.reference}}) instead of logical references (using {{fhir|.identifier}}) where possible, see the [[FHIR:V1.0_FHIR_IG_R4#Use_of_the_reference_data_type|general FHIR IG on the Reference data type]].&lt;br /&gt;
&lt;br /&gt;
== Patient identification ==&lt;br /&gt;
&lt;br /&gt;
This implementation guide assumes that the client system is able to make a connection to the right server that contains the patient's information. It does not provide information on finding the right server nor does it provide information about security. Moreover, each transaction is performed in the context of a specific patient, whose context might have been established using the authentication mechanisms described in external specifications such as the MedMij ‘Afsprakenstelsel’ or through the usage of search parameters for patient identification. &lt;br /&gt;
&lt;br /&gt;
Each server is required to perform filtering based on the patient associated with the context for the request or based on the patient identification search parameters, which is a [https://www.hl7.org/fhir/r4/search.html#chaining chained search parameter] for all resource types except Patient, so only the records associated with the authenticated patient are returned.&lt;br /&gt;
&lt;br /&gt;
When patient identification requires the use of search parameters, the following search parameters SHALL be supported:&lt;br /&gt;
* Patient: {{fhir|identifier}}&lt;br /&gt;
* Flag: {{fhir|patient.identifier}} and {{fhir|subject:Patient.identifier}}&lt;br /&gt;
&lt;br /&gt;
An example of a request that retrieves all Flag resources of a patient with a fake BSN of 111222333:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Most request examples in this IG do not include patient identification mechanisms. Requesters are assumed to include these if necessary.&lt;br /&gt;
&lt;br /&gt;
== Discussion ==&lt;br /&gt;
&lt;br /&gt;
As stated before, the current profiles cannot be considered to be stable and ready for use. This is partly due to the ongoing discussion about the exact scope and content of the functional building blocks in CiO. However, there are also some topics regarding the technical implementation that need to be addressed before considering the resulting FHIR profiles to be ready for use:&lt;br /&gt;
&lt;br /&gt;
* The functional data set defines several relations between different building blocks (concepts with a name starting with ‘Relation…’), which have been implemented in FHIR as custom extensions of data type ‘Reference’. Some of these refer to instances of the same building block and are meant to track updates done between different instances of the same building block. In that sense the approach of the Medication Process information standard is followed here, where such relations are used for building blocks that are changed or stopped. In FHIR however it is possible to just update existing resources resulting in a new version of the same instance, and therefore it is up for debate whether this approach is deemed necessary and desirable for the CiO use cases. In particular one might wonder whether this approach is justified for Flag resources, since this resource has a different nature than for instance medication-related resources. The conclusion on this topic also depends on the way object identification and mutations will be handled on a functional level within the CiO information standard. This has not been fully thought out yet and will be taken into consideration for the 2.0.0-beta.3 release.&lt;br /&gt;
* This is the first release of an information standard making use of the Provenance resource to represent the concepts present within the zib RegistrationData (instead of defining additional extensions for concepts like RegistrationDateTime and InformationSource). The exact use of this resource on a broader level needs to be further analyzed (and generalized).&lt;br /&gt;
* Several concepts within the Hypersensitivity and Reaction building blocks that are related to the underlying condition and diagnosis have been mapped to elements within a separate Condition profile, instead of adding them as extensions within the AllergyIntolerance profiles. It needs to be discussed whether this approach is feasible (also taking into account international standards) and whether this Condition resource has a ‘right’ to exist. Moreover, the Hypersensitivity and Reaction building blocks are modeled by different AllergyIntolerance profiles, as they are both representing diagnostic insight of a health professional regarding (the predisposition to develop) a reaction, while in core FHIR the relation between a hypersensitivity and reactions due to that hypersensitivity are modeled within one AllergyIntolerance. This discrepancy might result in difficulties when exchanging information on hypersensitivities and reactions on a broader/international scale. Both modeling approaches mentioned here need to be taken into account while deciding on the definitive modeling of the aforementioned building blocks.&lt;br /&gt;
* The exact requirements regarding the search parameters used within CiO aren't fully fledged yet, especially the {{fhir|_revinclude}} defined on {{fhir|Provenance.target}}, and the possible requirement of an {{fhir|_include}} on the contents of the {{fhir|flag-detail}} extension (the latter being out of scope for this release). Note that in general, references are required to be either resolvable or readily available in the search request results; since the reference between the Provenance resource and other resources is reversed with respect to the focal resource of the search requests, supporting the {{fhir|_revinclude}} on {{fhir|Provenance.target}} is required. Further discussion with software suppliers is necessary to finalize these requirements.&lt;br /&gt;
&lt;br /&gt;
= Transactions =&lt;br /&gt;
&lt;br /&gt;
This section describes the FHIR implementation of all transactions listed in [[cio:V2.0.0-beta.2_Ontwerp_CiO#Usecases|section 2 of the functional specification]]. Transactions are paired per transaction group. Each subsection below hyperlinks the names of the transaction groups and transactions to the functional definition in an ART-DECOR publication. The ART-DECOR publication details which data elements are expected to be supported ([[Handleiding_Kardinaliteiten_en_conformance|cardinality and conformance]]) for each transaction. Where the functional specification uses the terms ‘Query’ and ‘Making available’, this IG uses the terms ‘Retrieving’ and ‘Serving’.&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication contraindications transaction is used by the client to retrieve medication contraindications from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.16_20200622101830 MedicationContraIndication (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.17-2020-06-22T101830.html Retrieving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraindications.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.18-2020-06-22T101830.html Serving medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication contraindications or specific ones matching various parameters, they issue a retrieve medication contraindications request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on MedicationContraIndication building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the MedicationContraIndication.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a MedicationContraIndication.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the MedicationContraIndication building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all MedicationContraIndication building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|350241000146102&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Contraindication (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication contraindications transaction is used by the client to send medication contraindications to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.10_20200622101711 MedicationContraIndication (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.11-2020-06-22T101711.html Sending medication contraindications]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationContraIndications.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Send/receive medication contraindications}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication contraindications&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-MCIO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| MedicationContraIndication&lt;br /&gt;
| MedicatieContraIndicatie&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-MedicationContraIndication|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Retrieve/Serve) ==&lt;br /&gt;
&lt;br /&gt;
The retrieve medication hypersensitivities transaction is used by the client to retrieve medication hypersensitivities from a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.34_20201021150632 MedicationHypersensitivity (PULL)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.35-2020-10-21T150632.html Retrieving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOR&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.RetrieveServe|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Retrieve/serve medication hypersensitivities}}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.36-2020-10-21T150632.html Serving medication hypersensitivities]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOB&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Retrieve (request message) ===&lt;br /&gt;
&lt;br /&gt;
When a health professional or healthcare provider wants to obtain all medication hypersensitivities or specific ones matching various parameters, they issue a retrieve medication hypersensitivities request message. This message uses the HTTP GET method parameterized query against the server's FHIR Flag endpoint.&lt;br /&gt;
&lt;br /&gt;
The search interaction is performed by an HTTP GET conform the [http://hl7.org/fhir/R4/search.html FHIR search specification], as shown below. This URL is configurable by the client by configuring the search query.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target{&amp;amp;[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
References within the {{fhir|flag-detail}} extension (in the Flag resources present in the search result) to instances conforming to the cio-Hypersensitivity or cio-Reaction profiles can be resolved afterwards by individual read operations. The same holds true for instances conforming to the cio-Condition profile referenced from {{fhir|Provenance.target}}.&lt;br /&gt;
&lt;br /&gt;
==== Search parameters ====&lt;br /&gt;
&lt;br /&gt;
All search parameters listed in the table below SHALL be supported for processing by servers and MAY be supported by clients, with the exception of the {{fhir|category}} parameter, as well as the {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}} search result parameter, which SHALL be supported by clients as well (as these are always part of the search query in this transaction).&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | CiO search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Description&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR search parameter&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Example&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Search on SurveillanceDecision building blocks (not taking into account the RegistrationData building block). &lt;br /&gt;
| {{fhir|category}} &amp;lt;ref name=&amp;quot;custom-searchparameter&amp;quot;&amp;gt;The search parameter consists of a custom FHIR search parameter not represented in the FHIR specification.&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| Include the RegistrationData building block referenced from the SurveillanceDecision.&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_revinclude=Provenance:target&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all Flag and corresponding Provenance resources representing a SurveillanceDecision.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| PatientIdentificationNumber&lt;br /&gt;
| Search on patient.&lt;br /&gt;
| {{fhir|patient.identifier}} &amp;lt;ref name=&amp;quot;patient-searchparameter&amp;quot;&amp;gt;This search parameter only needs to be supported when patient identification requires the use of search parameters, see [[#Patient_identification|section 2.4]].&amp;lt;/ref&amp;gt;&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| ReferenceDate&lt;br /&gt;
| Search on the SurveillanceDecision building blocks that were active on or after a certain date.&lt;br /&gt;
| {{fhir|date}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks that were active from 01-05-2023.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;date=ge2023-05-01&amp;amp;_revinclude=Provenance:target&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| -&lt;br /&gt;
| The client may request that the server returns resources related to the search results, in order to reduce the overall network delay of repeated retrievals of related resources.&lt;br /&gt;
References to AllergyIntolerance and Condition resources are resolved by individual read operations, as mentioned above. Supporting the include of the Patient resource referenced by building blocks is required. Others (PractitionerRole, Practitioner, RelatedPerson, Organization) are optional. However: all resources referenced per literal reference SHALL be resolvable [[FHIR:V1.0_FHIR_IG_R4#Including_referenced_resources|per the Nictiz IG]].&lt;br /&gt;
| {{fhir|&amp;lt;nowiki&amp;gt;_include=Flag:patient&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| Flag&lt;br /&gt;
| Retrieves all SurveillanceDecision building blocks of a patient with a fake BSN of 111222333 and includes the Patient resource in the search results.&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Flag?category=http://snomed.info/sct|225419007&amp;amp;patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;amp;_revinclude=Provenance:target&amp;amp;_include=Flag:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The following custom search parameter is defined for this transaction:&lt;br /&gt;
&lt;br /&gt;
* {{Simplifier|http://nictiz.nl/fhir/SearchParameter/Flag-category|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
&lt;br /&gt;
=== Serve (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome and returns a Bundle, with {{fhir|Bundle.type}} = {{term|searchset}}, including the resources matching the search query. The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Medication Hypersensitivity (Send/Receive) ==&lt;br /&gt;
&lt;br /&gt;
The send medication hypersensitivities transaction is used by the client to send medication hypersensitivities to a server.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &amp;quot;cellpadding=&amp;quot;10&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction group&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Transaction&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| Actor&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| System role&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot;| FHIR CapabilityStatement&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/sc-2.16.840.1.113883.2.4.3.11.60.26.3.2-2019-08-28T133341.html#_2.16.840.1.113883.2.4.3.11.60.26.4.31_20201021150608 MedicationHypersensitivity (PUSH)] &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|[https://decor.nictiz.nl/pub/cio/cio-html-20231214T100742/tr-2.16.840.1.113883.2.4.3.11.60.26.4.32-2020-10-21T150608.html Sending medication hypersensitivities ]&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Client &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOS&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/cio-MedicationHypersensitivities.SendReceive|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}|title=CapabilityStatement Send/receive medication hypersensitivities }}&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Receiving medication hypersensitivities &lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Server&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|CIO-GOO&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Send (request message) ===&lt;br /&gt;
&lt;br /&gt;
Because the data sent in this transaction potentially consists of several building blocks along with secondary resources, a [https://www.hl7.org/fhir/r4/http.html#transaction {{term|transaction}} interaction] is used. This allows for sending a Bundle with a set of resources in a single interaction and makes it possible to [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|include referenced secondary resources]] if needed. The interaction is performed by an HTTP POST command as shown:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;POST [base]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The body of the POST submission is a Bundle with {{fhir|Bundle.type}} = {{term|transaction}}. Each entry SHALL carry request details ({{fhir|Bundle.entry.request}}) that provide the HTTP method of the action to be executed. Usually, this will be POST, even for informative secondary resources.&lt;br /&gt;
&lt;br /&gt;
The resources included in the Bundle SHALL conform to the profiles listed in the ‘List of profiles’ below.&lt;br /&gt;
&lt;br /&gt;
=== Receive (response message) ===&lt;br /&gt;
&lt;br /&gt;
The server returns an HTTP Status code appropriate to the processing outcome. If the transaction is successful, the server returns a Bundle with {{fhir|Bundle.type}} = {{term|transaction-response}}, that contains one entry for each entry in the request, in the same order, with the outcome of processing the entry. Included secondary resources are handled [[FHIR:V1.0_FHIR_IG_R4#Including_.22secondary.22_resources_when_sending_information|following the Nictiz IG]].&lt;br /&gt;
&lt;br /&gt;
If the transaction fails, the server returns an OperationOutcome with one or multiple {{fhir|.issue}} elements filled with information, as detailed as possible, that describes why the transaction failed and which resource and/or request caused this.&lt;br /&gt;
&lt;br /&gt;
=== List of profiles ===&lt;br /&gt;
&lt;br /&gt;
The table below includes all profiles that are explicitly mentioned in the data set of this transaction, and thus need to be supported.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (EN)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Building block (NL)&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR resource&lt;br /&gt;
! style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | FHIR profile&lt;br /&gt;
|-&lt;br /&gt;
| SurveillanceDecision&lt;br /&gt;
| BewakingBesluit&lt;br /&gt;
| Flag&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-SurveillanceDecision|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Hypersensitivity&lt;br /&gt;
| Overgevoeligheid&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Hypersensitivity|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Reaction&lt;br /&gt;
| Reactie&lt;br /&gt;
| AllergyIntolerance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Reaction|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Condition&lt;br /&gt;
| Aandoening&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-Condition|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| RegistrationData&lt;br /&gt;
| RegistratieGegevens&lt;br /&gt;
| Provenance&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/cio-RegistrationData|nictiz.fhir.nl.r4.cio|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.cio|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Zorgverlener&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| HealthcareProvider&lt;br /&gt;
| Zorgaanbieder&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|-&lt;br /&gt;
| ContactPerson&lt;br /&gt;
| Contactpersoon&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2.0.0-beta.2|namespace=cio}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
= Release notes =&lt;br /&gt;
&lt;br /&gt;
Release notes can be found on the [[cio:V2.0.0-beta.2_Ontwerp_CiO#Release_Notes| functional design page]].&lt;br /&gt;
&lt;br /&gt;
= Footnotes =&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197169</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197169"/>
		<updated>2024-01-25T09:22:16Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Small textual improvement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen (Bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC TABLET 5MG (code = '642916G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheidsreactie (aandoening) (code = '421961002' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197163</id>
		<title>cio:V2.0.0-beta.2 testgegevens bmci addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197163"/>
		<updated>2024-01-25T09:19:52Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Small textual improvement&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen medicatiecontra-indicaties: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - meerdere MCi==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Epilepsie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Epilepsie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Epilepsie (code = '42' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-N-van-Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-epi-01&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Additionele informatie over alert zwangerschap&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;13&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Eind datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reden beeindiging alert&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|patiënt niet meer zwanger&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-02&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-epi-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-epi-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-epi-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-epi-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-N-van-Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-02&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-02&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-N-van-Erven&amp;quot; title=&amp;quot;Intern ID = zv-N-van-Erven&amp;quot;&amp;gt;Zorgverlener zv-N-van-Erven&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000003332 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|N&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Algemeen-Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Algemeen-Stadsziekenhuis&amp;quot; title=&amp;quot;Intern ID = za-Algemeen-Stadsziekenhuis&amp;quot;&amp;gt;Zorgaanbieder za-Algemeen-Stadsziekenhuis&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00002222 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Algemeen Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Afdeling specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2143AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zorgstad&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197138</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197138"/>
		<updated>2024-01-24T11:03:05Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Removed empty scenarios&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen (Bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC TABLET 5MG (code = '642916G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheidsreactie (aandoening) (code = '421961002' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197137</id>
		<title>cio:V2.0.0-beta.2 testgegevens bmci addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197137"/>
		<updated>2024-01-24T11:02:38Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Removed empty scenarios, added additional elements&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen medicatiecontra-indicaties: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - meerdere MCi - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Epilepsie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Epilepsie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Epilepsie (code = '42' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-N-van-Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-epi-01&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Additionele informatie over alert zwangerschap&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;13&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Eind datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reden beeindiging alert&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|patiënt niet meer zwanger&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Vaststeller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-02&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-epi-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-epi-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-epi-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-epi-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-N-van-Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-02&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-02&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-N-van-Erven&amp;quot; title=&amp;quot;Intern ID = zv-N-van-Erven&amp;quot;&amp;gt;Zorgverlener zv-N-van-Erven&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000003332 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|N&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Algemeen-Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Algemeen-Stadsziekenhuis&amp;quot; title=&amp;quot;Intern ID = za-Algemeen-Stadsziekenhuis&amp;quot;&amp;gt;Zorgaanbieder za-Algemeen-Stadsziekenhuis&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00002222 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Algemeen Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Afdeling specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2143AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zorgstad&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197136</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197136"/>
		<updated>2024-01-24T06:50:39Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Updated missing G-standard code&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
==Scenario 0.1 - geen BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID = Pat01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Manus&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Nadorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901205 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1 dec 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|FLUCLOXACILLINE (code = '40991' in codeSystem 'G-Standaard generieke namen (Bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC TABLET 5MG (code = '642916G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheidsreactie (aandoening) (code = '421961002' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197135</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197135"/>
		<updated>2024-01-23T17:11:45Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Updated wiki instances&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
==Scenario 0.1 - geen BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID = Pat01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Manus&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Nadorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901205 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1 dec 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '40991' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheid voor meerdere geneesmiddelen (aandoening) (code = '735458004' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC TABLET 5MG (code = '642916G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|ORAAL (code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|overgevoeligheidsreactie (aandoening) (code = '421961002' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197134</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197134"/>
		<updated>2024-01-23T16:57:38Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056/1047: Updated content and fixed titles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
==Scenario 0.1 - geen BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID = Pat01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Manus&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Nadorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901205 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1 dec 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - minimaal BB - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - IBUPROFEN===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - IBUPROFEN&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|IBUPROFEN (code = '1155' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario 0.3 - maximaal BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - PENICILLINES===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - PENICILLINES&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '40991' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|PENICILLINES (code = '35' in codeSystem 'G-Standaard Ongewenste medicatiegroepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid - AMLODIPINE===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid - AMLODIPINE&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|AMLODIPINE (code = '62081' in codeSystem 'G-Standaard generieke namen (bestand 750)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|NORVASC (code = '642916G-Standaard HPK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197133</id>
		<title>cio:V2.0.0-beta.2 testgegevens bmci addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bmci_addendum&amp;diff=197133"/>
		<updated>2024-01-23T16:57:08Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056/1047: Updated content and fixed titles&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen medicatiecontra-indicaties: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bmci-tst-0.1-geenMCi /&amp;gt;&lt;br /&gt;
==Scenario 0.1 - geen MCi - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID = Pat01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Manus&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Nadorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901205 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1 dec 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;4&amp;quot; | Medicatie contra indicatie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|}&amp;lt;section end=cio-bmci-tst-0.1-geenMCi /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;br /&gt;
==Scenario 0.2 - meerdere MCi - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Epilepsie===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;4&amp;quot; | Medicatie contra indicatie - Epilepsie&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Epilepsie (code = '42' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-epi-01&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;4&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;3&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-01&lt;br /&gt;
|}&lt;br /&gt;
=== Medicatie contra indicatie - Zwangerschap===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Medicatie contra indicatie - Zwangerschap&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Potentiële contra-indicatie voor geneesmiddel (bevinding) (code = '350241000146102' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Alert naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zwangerschap (code = '1320' in codeSystem 'G-standaard Contra Indicaties (Thesaurus 40)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Eind datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Relatie alert&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Identificatie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-mci-zwa-02&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-epi-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-epi-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-epi-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-epi-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-N-van-Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 20 jaar om 13:20:48 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar om 08:54:38 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-mci-zwa-02&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-mci-zwa-02&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-mci-zwa-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-mci-zwa-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.16)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 jaar en 10 maanden om 10:11:42 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-N-van-Erven&amp;quot; title=&amp;quot;Intern ID = zv-N-van-Erven&amp;quot;&amp;gt;Zorgverlener zv-N-van-Erven&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000003332 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|N&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Erven&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Algemeen-Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;12&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;7&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|P&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Algemeen-Stadsziekenhuis&amp;quot; title=&amp;quot;Intern ID = za-Algemeen-Stadsziekenhuis&amp;quot;&amp;gt;Zorgaanbieder za-Algemeen-Stadsziekenhuis&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00002222 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Algemeen Stadsziekenhuis&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Afdeling specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Medisch specialisten, neurologie (code = '0330' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Hoofdstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|2143AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Zorgstad&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bmci-tst-0.2-meerdereMCi /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197118</id>
		<title>cio:V2.0.0-beta.2 testgegevens bgmo addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=cio:V2.0.0-beta.2_testgegevens_bgmo_addendum&amp;diff=197118"/>
		<updated>2024-01-23T13:11:16Z</updated>

		<summary type="html">&lt;p&gt;Luud Slagter: NICTIZ-9056: Updated wiki instance based on correct release&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:Beschikbaarstellen geneesmiddelovergevoeligheden: addendum inhoudelijke gegevens}}&lt;br /&gt;
&lt;br /&gt;
=Addenda voor inhoudelijke gegevens=&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
==Scenario scenario 0.1 - geen BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID = Pat01&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat01&amp;quot; title=&amp;quot;Intern ID Pat01&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Manus&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|M&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Nadorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901205 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1 dec 1985&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.1-geenBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
==Scenario scenario 0.2 - minimaal BB - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID = Pat02&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat02&amp;quot; title=&amp;quot;Intern ID Pat02&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Wilma&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|W&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Zwaan&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901199 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|30 nov 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vrouw (code = 'F' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '1155' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGeg-pat02-BB-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zwelling van lippen en tong na gebruik van ibuprofen tabletten&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGeg-pat02-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGeg-pat02-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGeg-pat02-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat02-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 30 dagen om 09:10:54 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.2-minimaalBB /&amp;gt;&lt;br /&gt;
&amp;lt;section begin=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;br /&gt;
==Scenario scenario 0.3 - maximaal BB, O, R - ==&lt;br /&gt;
&lt;br /&gt;
=== &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | &amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID = Pat03&amp;quot;&amp;gt;&amp;lt;span id=&amp;quot;Pat03&amp;quot; title=&amp;quot;Intern ID Pat03&amp;quot;&amp;gt;Patient&amp;lt;/span&amp;gt;&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|David&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Initialen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|D&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|XXX_Lamet&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|999901229 (in identificerend systeem: BSN)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geboortedatum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|3 dec 1965&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslacht&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Man (code = 'M' in codeSystem 'HL7 AdministrativeGender')&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 108 dagen om 11:15:46 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '35' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-01&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Discontinued (qualifier value) (code = '410546004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:23:05 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '35' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-02&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Overgevoeligheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '35' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veilig binnen onveilige groep&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '40991' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-overgevoeligheid-01&amp;quot; title=&amp;quot;Intern ID = pat03-overgevoeligheid-01&amp;quot;&amp;gt;Overgevoeligheid pat03-overgevoeligheid-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 105 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Matig (code = '6736007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Agens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '35' in codeSystem 'G-Standaard TH122 Ongewenste groepen')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History and physical examination with evaluation and management of patient (procedure) (code = '14736009' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Confirmed present (qualifier value) (code = '410605003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Overgevoeligheid categorie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|geneesmiddelen (code = '419511003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Verwacht risico bij blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Severe (severity modifier) (qualifier value) (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-overg-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Vastgesteld middels huidpriktest. Flucloxacilline wordt wel goed verdragen door patiënt.&lt;br /&gt;
|}&lt;br /&gt;
=== Geneesmiddelovergevoeligheid===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;5&amp;quot; | Geneesmiddelovergevoeligheid&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Bewaking besluit&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;14&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit type&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Started (qualifier value) (code = '385652002' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Besluit ingangs datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Besluit grond&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Reactie&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Te bewaken stof&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Onveilige stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '62081' in codeSystem 'G-Standaard SNK')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Beslisser&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-BB-04&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Toelichting&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende bijwerking bij amlodipine tablet gebruik i.h.k.v. angina pectoris&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|&amp;lt;span id=&amp;quot;pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = pat03-reactie-01&amp;quot;&amp;gt;Reactie pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;21&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening begin datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening ernst&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ernstig (code = '24484000' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening aanwezigheid&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Known present (qualifier value) (code = '410515003' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Aandoening status datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Veroorzaker&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Veroorzakende stof&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '642916')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van blootstelling&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '9' in codeSystem 'G-Standaard Toedieningswegen (tabel 7)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Blootstelling datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Wijze van vaststellen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|History taking (procedure) (code = '84100007' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zekerheid status&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Suspected (qualifier value) (code = '415684004' in codeSystem 'SNOMED CT')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Reactie verschijnsel&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Invaliderende hoofdpijn bij gebruik amlodipine&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Diagnose naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|(code = '' in codeSystem 'SNOMED Clinical Terms')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Diagnostisch inzicht datum&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 732 dagen&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Diagnose steller&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Registratie gegevens&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|RegGegevens-pat03-reactie-01&lt;br /&gt;
|}&lt;br /&gt;
=== Bouwstenen===&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; width=&amp;quot;85%&amp;quot;&lt;br /&gt;
|style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;6&amp;quot; | Bouwstenen&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot; &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot; width=&amp;quot;30%&amp;quot;| Gegevenselement&lt;br /&gt;
|| Waarde&lt;br /&gt;
&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;8&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-02&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-02&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-02&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;5&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-02 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-03&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-03&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-03&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-03 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-BB-04&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-BB-04&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-BB-04&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;9&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-BB-04 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.754)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Informatiebron&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Patient&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pat03&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-overg-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-overg-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-overg-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-overgevoeligheid-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.3)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 50 dagen om 14:25:30 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;RegGegevens-pat03-reactie-01&amp;quot; title=&amp;quot;Intern ID = RegGegevens-pat03-reactie-01&amp;quot;&amp;gt;Registratie gegevens RegGegevens-pat03-reactie-01&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|pat03-reactie-01 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.4)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Auteur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;2&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Zorgverlener&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|zv-Peter-van-Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Registratie datum tijd&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|T - 730 dagen om 09:57:02 uur&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;zv-Peter-van-Pulver&amp;quot; title=&amp;quot;Intern ID = zv-Peter-van-Pulver&amp;quot;&amp;gt;Zorgverlener zv-Peter-van-Pulver&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;11&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgverlener identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|000001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.139)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Naamgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Voornamen&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Peter&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Geslachtsnaam&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;3&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Voorvoegsels&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|van&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;2&amp;quot;|Achternaam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Pulver&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Specialisme&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsen, niet nader gespecificeerd (code = '0100' in codeSystem 'COD016-VEKT Vektis Zorgverlenersspecificatie (subberoepsgroep)')&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|za-Huisartsenpraktijk-Pulver-en-Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;6&amp;quot;|&amp;lt;span id=&amp;quot;za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot; title=&amp;quot;Intern ID = za-Huisartsenpraktijk-Pulver-en-Partners&amp;quot;&amp;gt;Zorgaanbieder za-Huisartsenpraktijk-Pulver-en-Partners&amp;lt;/span&amp;gt;&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;10&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Zorgaanbieder identificatienummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|00001111 (in identificerend systeem: 2.16.840.1.113883.2.4.3.11.999.26.1.205)&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;4&amp;quot;|Organisatie naam&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Huisartsenpraktijk Pulver &amp;amp; Partners&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;  &lt;br /&gt;
|colspan=&amp;quot;5&amp;quot;|Adresgegevens&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|rowspan=&amp;quot;6&amp;quot;|&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Straat&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Dorpstraat&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Huisnummer&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Postcode&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|1234AA&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Woonplaats&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Ons Dorp&lt;br /&gt;
|-style=&amp;quot;vertical-align:top; background-color: #E3E3E3;;&amp;quot;&lt;br /&gt;
|colspan=&amp;quot;3&amp;quot;|Adres soort&lt;br /&gt;
|style=&amp;quot;background-color: white;&amp;quot;|Werkadres (code = 'WP' in codeSystem 'HL7 AddressUse')&lt;br /&gt;
|}&amp;lt;section end=cio-bgmo-tst-0.3-maximaalBB /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Luud Slagter</name></author>
		
	</entry>
</feed>