<?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=Tessa+van+Alphen</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=Tessa+van+Alphen"/>
	<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/wiki/Speciaal:Bijdragen/Tessa_van_Alphen"/>
	<updated>2026-06-09T01:05:14Z</updated>
	<subtitle>Gebruikersbijdragen</subtitle>
	<generator>MediaWiki 1.31.16</generator>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=hg:Vprepub-1_FHIR_ELZ&amp;diff=289220</id>
		<title>hg:Vprepub-1 FHIR ELZ</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=hg:Vprepub-1_FHIR_ELZ&amp;diff=289220"/>
		<updated>2026-02-03T13:14:58Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Message sections */ fix search url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&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|namespace=hg}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide ELZ {{VersieInfo|ELZ|release=V1|namespace=hg}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Eerstelijnszorg_Oranje.svg|link=|100px|ELZ|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 for ELZ (Dutch: Eerstelijnszorg, English: Primary care). The functional specification can be found [[hg:Vprepub-1_Ontwerp_ELZ|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 the FHIR standard. &lt;br /&gt;
&lt;br /&gt;
This IG is inspired by the [https://build.fhir.org/ig/HL7/bser/ BSeR IG], developed and published by the HL7 Public Health work group. The goal is to align with this IG where possible and Nictiz is participating in this work group for further development and international alignment of the BSeR IG.&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.&lt;br /&gt;
&lt;br /&gt;
=Workflow and message structure=&lt;br /&gt;
&lt;br /&gt;
==Referral use cases (version 0.2.0-beta.1)==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The use cases described in this IG are limited in sense of workflow: events are handled on a per use case basis where the sender does not explicitly requests a response (e.g. a status update). Future insights might contain more (use case overarching) workflow. To prepare for this workflow mechanism, the Task resource is used as the entry point for all exchanges.&lt;br /&gt;
&lt;br /&gt;
===Task===&lt;br /&gt;
====Task requirements====&lt;br /&gt;
The requirements for the Task resource in the ELZ context are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used for the ELZ referral use cases.&lt;br /&gt;
&lt;br /&gt;
The Task instance SHALL be hosted on the server of the sending XIS. Both the sending and the receiving XIS need to be able to update the Task. The sending XIS MAY use business rules to reject an update, for example if invalid status change is used.&lt;br /&gt;
&lt;br /&gt;
Both the sending and the receiving XIS SHALL monitor the Task resource for changes. It is expected that the sending XIS will use a notification mechanism to inform the receiving XIS of creation or updates of the Task, but the receiving XIS could use a polling mechanism as well.&lt;br /&gt;
&lt;br /&gt;
====Task invocations====&lt;br /&gt;
The receiving XIS can query the Task at the sending XIS by using the {{fhir|Task.id}} which is communicated in the notification:&lt;br /&gt;
  GET [base]/Task/[Task.id]&lt;br /&gt;
&lt;br /&gt;
'''Note''': It is up to the receiving XIS to determine if this is a new Task or an update to an existing Task, and if it is an update, what the change entails.&lt;br /&gt;
&lt;br /&gt;
The receiving XIS can update a Task hosted by the sending XIS using a PUT operation:&lt;br /&gt;
&lt;br /&gt;
  PUT [base]/Task/[Task.id]&lt;br /&gt;
&lt;br /&gt;
The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with an HTTP 422 status code and an OperationOutcome detailing the problem.&lt;br /&gt;
&lt;br /&gt;
{{Vdraft/InformationBoxSmall|A notification/transaction mechanism for this IG is currently under a broader (international) discussion and therefore not yet specified, it is however aimed to align with this initiative.}}&lt;br /&gt;
&lt;br /&gt;
===ServiceRequest===&lt;br /&gt;
A ServiceRequest resource is used to represent a (request for) referral. The requirements for the ServiceRequest resource in the context of this IG are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralServiceRequest|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used in referral use cases.&lt;br /&gt;
&lt;br /&gt;
Each referral SHALL be captured by a dedicated ServiceRequest. When a referral is sent to multiple parties, each party receives its own unique ServiceRequest. Revoking referrals after a certain period of time based on whether action is taken or not is out of scope of this IG.&lt;br /&gt;
&lt;br /&gt;
The ServiceRequest is referenced from {{fhir|Task.focus}}.&lt;br /&gt;
&lt;br /&gt;
====ServiceRequest invocations====&lt;br /&gt;
The receiving XIS MAY use the following mechanism to retrieve the ServiceRequest:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/ServiceRequest/[ServiceRequest.id]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Composition===&lt;br /&gt;
A Composition resource is used to capture relevant data that supports the referral, for instance the reason for referral or guidance noted down by the general practitioner. This data is either directly included in the Composition as unstructured text or included as referenced resources. The requirements for IG are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralComposition|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used in referral use cases.&lt;br /&gt;
&lt;br /&gt;
The Composition is referenced from {{fhir|ServiceRequest.supportingInfo}}.&lt;br /&gt;
&lt;br /&gt;
====Composition invocations====&lt;br /&gt;
The receiving XIS MAY use either of the following mechanisms to retrieve the Composition and individual FHIR resources referenced in the Composition:&lt;br /&gt;
&lt;br /&gt;
; As a Document: The receiving XIS uses the {{fhir|$document}} operation to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;GET [base]/Composition/[Composition.id]/$document&amp;lt;/pre&amp;gt;'''Note''': The sending XIS SHALL produce a complete Bundle containing not only the Composition and the resources listed directly in the Composition, but all the indirectly referenced resources as well.&lt;br /&gt;
; Individual requests: The receiving XIS first retrieves the Composition resource:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;GET [base]/Compositon/[Composition.id]&amp;lt;/pre&amp;gt;Then the necessary other resources referenced can be fetched using &amp;lt;code&amp;gt;GET&amp;lt;/code&amp;gt; interactions.&lt;br /&gt;
&lt;br /&gt;
The sending XIS SHALL support both mechanisms.&lt;br /&gt;
&lt;br /&gt;
====Handling unstructured text concepts====&lt;br /&gt;
Some concepts in the data set are of data type string, as some of the relevant data is entered manually by the referrer in the context of a specific referral. This data is often not represented as a persistent object in EHRs but more likely stored as a form or a questionnaire entry. In order to send this data within the Composition, the extension {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-TextValue}} is used on {{fhir|Composition.section}}, accompanied by a distinctive code on {{fhir|Composition.section.code}}. The {{fhir|Composition.section.text}}, which provides a human-readable narrative, is mandatory when the {{fhir|Composition.section}} does not contain an entry or sub-section. Also see [http://hl7.org/fhir/R4/composition-definitions.html#Composition.section.text invariant cmp-1].&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; style=&amp;quot;max-height:400px; overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Composition&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;section&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-TextValue&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueString value=&amp;quot;paracetamol indien nodig&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    &amp;lt;title value=&amp;quot;Ingestelde behandeling&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;http://snomed.info/sct&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;108631000146107&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;behandeling lopende (situatie)&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
        &amp;lt;status value=&amp;quot;extensions&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;div xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;Ingestelde behandeling: paracetamol indien nodig&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/Composition&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Locum use cases (version 0.1.0-beta.1)==&lt;br /&gt;
===Retrieve (request message)===&lt;br /&gt;
When a locum health professional wants to obtain the locum request message. This message consists of different types of FHIR resources, which can be all or selectively retrieved by the client according to its requirements.&lt;br /&gt;
&lt;br /&gt;
At the moment, only the TreamentDirective2 component of the locum request message is supported.&lt;br /&gt;
&lt;br /&gt;
Retrieval of the relevant FHIR resources is done using a [http://hl7.org/fhir/R4/search.html FHIR search interaction]. The client performs a HTTP GET request against the server endpoint using the relevant FHIR resource type and search parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[resource]/{[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Message sections ====&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.&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; | Section&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 resource&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; | Search URL&amp;lt;ref&amp;gt;See [[FHIR:V1.0_FHIR_IG_R4#Search_URLs_and_search_parameters|Search URLs and search parameters]] for the interpretation of these search URLs&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | TreatmentDirective2&lt;br /&gt;
| Retrieve all Consent resources representing a Treatmentdirective2 instances.&lt;br /&gt;
| Consent&lt;br /&gt;
| {{fhir|scope}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;GET [base]/Consent?scope=http://terminology.hl7.org/CodeSystem/consentscope|treatment&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Retrieve all Consent resources representing a TreatmentDirective2 instances, and include the patient and and agreement party's in the search result.&lt;br /&gt;
&lt;br /&gt;
The client may request that the server includes these resources related to the search results directly in order to reduce the overall network delay. Supporting the include of the Patient resource referenced by building blocks is required. Others (Patient, ContactPerson, PractitionerRole) 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;
| Consent&lt;br /&gt;
| {{fhir|scope}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=:&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;GET [base]/Consent?scope=http://terminology.hl7.org/CodeSystem/consentscope|treatment&amp;amp;_include=Consent:patient&amp;amp;_include=Consent:actor&amp;lt;/pre&amp;gt;&lt;br /&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. The resources included in the Bundle SHALL conform to the profiles listed in [[#Locum use cases|the section 'Locum use cases']] below.&lt;br /&gt;
&lt;br /&gt;
=Use cases=&lt;br /&gt;
&lt;br /&gt;
==Use case: Referral from general practitioner to allied health professional (version 0.2.0-beta.1)==&lt;br /&gt;
This is the technical counterpart of [[hg:Vprepub-1_Ontwerp_ELZ#Usecase:_Huisarts_verwijst_naar_paramedicus]] as described in the functional design.&lt;br /&gt;
&lt;br /&gt;
===Actors involved===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Actor&lt;br /&gt;
! System role&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| General practitioner&lt;br /&gt;
| The user of a HIS&lt;br /&gt;
| HIS&lt;br /&gt;
| Sending XIS (server)&lt;br /&gt;
| HZP-VPS&lt;br /&gt;
| General practitioner information system&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/hg-Referral-GeneralPractitionerToAlliedHealthProfessional|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements&lt;br /&gt;
|-&lt;br /&gt;
| Allied health professional&lt;br /&gt;
| The user of a PARIS&lt;br /&gt;
| PARIS&lt;br /&gt;
| Receiving XIS (client)&lt;br /&gt;
| HZP-VPO&lt;br /&gt;
| Allied health professional information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Relations between resources===&lt;br /&gt;
[[Bestand:230523_Resources_verwijzing.png|1000px|link=]]&lt;br /&gt;
&lt;br /&gt;
==Use case: Locum (version 0.1.0-beta.1)==&lt;br /&gt;
This is the technical counterpart of [[hg:Vprepub-1_Ontwerp_ELZ#Usecase:_Waarnemend_huisarts_raadpleegt_professionele_samenvatting_.28ps.29]] as described in the functional design. &lt;br /&gt;
===Actors involved===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Actor&lt;br /&gt;
! System role&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| General practitioner&lt;br /&gt;
| The user of a HIS&lt;br /&gt;
| HIS&lt;br /&gt;
| Sending XIS (server)&lt;br /&gt;
| HZP-VPS&lt;br /&gt;
| General practitioner information system&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {under construction}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements&lt;br /&gt;
|-&lt;br /&gt;
| Allied health professional&lt;br /&gt;
| The user of a HAP IS&lt;br /&gt;
| HAP IS&lt;br /&gt;
| Receiving XIS (client)&lt;br /&gt;
| HAPIS-VPO?&lt;br /&gt;
| Locum practitioner information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Relations between resources===&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Resources Behandelaanwijzing2.png]]&lt;br /&gt;
&lt;br /&gt;
=FHIR profiles=&lt;br /&gt;
{{hg:Vprepub-1_NoteBoxPackage|p1=nictiz.fhir.nl.r4.elz|v1=0.2.0-beta.1|p2=nictiz.fhir.nl.r4.nl-core|v2=0.9.0-beta.1}}&lt;br /&gt;
&lt;br /&gt;
{{Vdraft/InformationBoxSmall|The FHIR profiles defined for zib publication 2020 are currently in beta status. Although major changes are not to be expected, users should be aware that these profiles might be subject to incompatible changes before a stable version is reached. Therefore, these profiles should not be regarded fit for use for real-world data exchange.}}&lt;br /&gt;
&lt;br /&gt;
==Referral use cases (version 0.2.0-beta.1)==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Profile name&lt;br /&gt;
! FHIR Resource&lt;br /&gt;
! Canonical URL&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralTask&lt;br /&gt;
| Task&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralServiceRequest&lt;br /&gt;
| ServiceRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralServiceRequest|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralComposition&lt;br /&gt;
| Composition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralComposition|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-PractitionerRole&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-Practitioner&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider-Organization&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Problem&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Locum use cases (version 0.1.0-beta.1)==&lt;br /&gt;
{{Vdraft/InformationBoxSmall|The FHIR profile nl-core-ContactPerson does not support all the elements required for the Locum use cases 0.1.0-beta.1 release. The additional elements needed for Locum use cases, including the Comment extension and the EndDate mapping, are currently under consultation to determine whether they can be added to the nl-core-ContactPerson FHIR profile.}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Profile name&lt;br /&gt;
! FHIR Resource&lt;br /&gt;
! Canonical URL&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-TreatmentDirective2&lt;br /&gt;
| Consent&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-TreatmentDirective2|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-ContactPerson&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-PractitionerRole&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-Practitioner&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider-Organization&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found on the [[hg:Vprepub-1_Ontwerp_ELZ#Release_notes| functional design page]].&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=hg:V1_FHIR_ELZ&amp;diff=289627</id>
		<title>hg:V1 FHIR ELZ</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=hg:V1_FHIR_ELZ&amp;diff=289627"/>
		<updated>2026-02-03T13:14:58Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Message sections */ fix search url&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOINDEX__&lt;br /&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|namespace=hg}} BITS].}}&lt;br /&gt;
&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide ELZ {{VersieInfo|ELZ|release=V1|namespace=hg}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Eerstelijnszorg_Oranje.svg|link=|100px|ELZ|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 for ELZ (Dutch: Eerstelijnszorg, English: Primary care). The functional specification can be found [[hg:Vprepub-1_Ontwerp_ELZ|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 the FHIR standard. &lt;br /&gt;
&lt;br /&gt;
This IG is inspired by the [https://build.fhir.org/ig/HL7/bser/ BSeR IG], developed and published by the HL7 Public Health work group. The goal is to align with this IG where possible and Nictiz is participating in this work group for further development and international alignment of the BSeR IG.&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.&lt;br /&gt;
&lt;br /&gt;
=Workflow and message structure=&lt;br /&gt;
&lt;br /&gt;
==Referral use cases (version 0.2.0-beta.1)==&lt;br /&gt;
&lt;br /&gt;
===Overview===&lt;br /&gt;
The use cases described in this IG are limited in sense of workflow: events are handled on a per use case basis where the sender does not explicitly requests a response (e.g. a status update). Future insights might contain more (use case overarching) workflow. To prepare for this workflow mechanism, the Task resource is used as the entry point for all exchanges.&lt;br /&gt;
&lt;br /&gt;
===Task===&lt;br /&gt;
====Task requirements====&lt;br /&gt;
The requirements for the Task resource in the ELZ context are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used for the ELZ referral use cases.&lt;br /&gt;
&lt;br /&gt;
The Task instance SHALL be hosted on the server of the sending XIS. Both the sending and the receiving XIS need to be able to update the Task. The sending XIS MAY use business rules to reject an update, for example if invalid status change is used.&lt;br /&gt;
&lt;br /&gt;
Both the sending and the receiving XIS SHALL monitor the Task resource for changes. It is expected that the sending XIS will use a notification mechanism to inform the receiving XIS of creation or updates of the Task, but the receiving XIS could use a polling mechanism as well.&lt;br /&gt;
&lt;br /&gt;
====Task invocations====&lt;br /&gt;
The receiving XIS can query the Task at the sending XIS by using the {{fhir|Task.id}} which is communicated in the notification:&lt;br /&gt;
  GET [base]/Task/[Task.id]&lt;br /&gt;
&lt;br /&gt;
'''Note''': It is up to the receiving XIS to determine if this is a new Task or an update to an existing Task, and if it is an update, what the change entails.&lt;br /&gt;
&lt;br /&gt;
The receiving XIS can update a Task hosted by the sending XIS using a PUT operation:&lt;br /&gt;
&lt;br /&gt;
  PUT [base]/Task/[Task.id]&lt;br /&gt;
&lt;br /&gt;
The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with an HTTP 422 status code and an OperationOutcome detailing the problem.&lt;br /&gt;
&lt;br /&gt;
{{Vdraft/InformationBoxSmall|A notification/transaction mechanism for this IG is currently under a broader (international) discussion and therefore not yet specified, it is however aimed to align with this initiative.}}&lt;br /&gt;
&lt;br /&gt;
===ServiceRequest===&lt;br /&gt;
A ServiceRequest resource is used to represent a (request for) referral. The requirements for the ServiceRequest resource in the context of this IG are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralServiceRequest|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used in referral use cases.&lt;br /&gt;
&lt;br /&gt;
Each referral SHALL be captured by a dedicated ServiceRequest. When a referral is sent to multiple parties, each party receives its own unique ServiceRequest. Revoking referrals after a certain period of time based on whether action is taken or not is out of scope of this IG.&lt;br /&gt;
&lt;br /&gt;
The ServiceRequest is referenced from {{fhir|Task.focus}}.&lt;br /&gt;
&lt;br /&gt;
====ServiceRequest invocations====&lt;br /&gt;
The receiving XIS MAY use the following mechanism to retrieve the ServiceRequest:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/ServiceRequest/[ServiceRequest.id]&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Composition===&lt;br /&gt;
A Composition resource is used to capture relevant data that supports the referral, for instance the reason for referral or guidance noted down by the general practitioner. This data is either directly included in the Composition as unstructured text or included as referenced resources. The requirements for IG are specified using the {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralComposition|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}} profile. This profile SHALL be used in referral use cases.&lt;br /&gt;
&lt;br /&gt;
The Composition is referenced from {{fhir|ServiceRequest.supportingInfo}}.&lt;br /&gt;
&lt;br /&gt;
====Composition invocations====&lt;br /&gt;
The receiving XIS MAY use either of the following mechanisms to retrieve the Composition and individual FHIR resources referenced in the Composition:&lt;br /&gt;
&lt;br /&gt;
; As a Document: The receiving XIS uses the {{fhir|$document}} operation to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;GET [base]/Composition/[Composition.id]/$document&amp;lt;/pre&amp;gt;'''Note''': The sending XIS SHALL produce a complete Bundle containing not only the Composition and the resources listed directly in the Composition, but all the indirectly referenced resources as well.&lt;br /&gt;
; Individual requests: The receiving XIS first retrieves the Composition resource:&amp;lt;br/&amp;gt;&amp;lt;pre&amp;gt;GET [base]/Compositon/[Composition.id]&amp;lt;/pre&amp;gt;Then the necessary other resources referenced can be fetched using &amp;lt;code&amp;gt;GET&amp;lt;/code&amp;gt; interactions.&lt;br /&gt;
&lt;br /&gt;
The sending XIS SHALL support both mechanisms.&lt;br /&gt;
&lt;br /&gt;
====Handling unstructured text concepts====&lt;br /&gt;
Some concepts in the data set are of data type string, as some of the relevant data is entered manually by the referrer in the context of a specific referral. This data is often not represented as a persistent object in EHRs but more likely stored as a form or a questionnaire entry. In order to send this data within the Composition, the extension {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ext-TextValue}} is used on {{fhir|Composition.section}}, accompanied by a distinctive code on {{fhir|Composition.section.code}}. The {{fhir|Composition.section.text}}, which provides a human-readable narrative, is mandatory when the {{fhir|Composition.section}} does not contain an entry or sub-section. Also see [http://hl7.org/fhir/R4/composition-definitions.html#Composition.section.text invariant cmp-1].&lt;br /&gt;
&lt;br /&gt;
Example:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; style=&amp;quot;max-height:400px; overflow: auto;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Composition&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;section&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-TextValue&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueString value=&amp;quot;paracetamol indien nodig&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    &amp;lt;title value=&amp;quot;Ingestelde behandeling&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;http://snomed.info/sct&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;108631000146107&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;behandeling lopende (situatie)&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;text&amp;gt;&lt;br /&gt;
        &amp;lt;status value=&amp;quot;extensions&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;div xmlns=&amp;quot;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;Ingestelde behandeling: paracetamol indien nodig&amp;lt;/div&amp;gt;&lt;br /&gt;
    &amp;lt;/text&amp;gt;&lt;br /&gt;
&amp;lt;/section&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;/Composition&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Locum use cases (version 0.1.0-beta.1)==&lt;br /&gt;
===Retrieve (request message)===&lt;br /&gt;
When a locum health professional wants to obtain the locum request message. This message consists of different types of FHIR resources, which can be all or selectively retrieved by the client according to its requirements.&lt;br /&gt;
&lt;br /&gt;
At the moment, only the TreamentDirective2 component of the locum request message is supported.&lt;br /&gt;
&lt;br /&gt;
Retrieval of the relevant FHIR resources is done using a [http://hl7.org/fhir/R4/search.html FHIR search interaction]. The client performs a HTTP GET request against the server endpoint using the relevant FHIR resource type and search parameters:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/[resource]/{[additional parameter(s)]}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==== Message sections ====&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.&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; | Section&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 resource&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; | Search URL&amp;lt;ref&amp;gt;See [[FHIR:V1.0_FHIR_IG_R4#Search_URLs_and_search_parameters|Search URLs and search parameters]] for the interpretation of these search URLs&amp;lt;/ref&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | TreatmentDirective2&lt;br /&gt;
| Retrieve all Consent resources representing a Treatmentdirective2 instances.&lt;br /&gt;
| Consent&lt;br /&gt;
| {{fhir|scope}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;GET [base]/Consent?scope=http://terminology.hl7.org/CodeSystem/consentscope|treatment&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| Retrieve all Consent resources representing a TreatmentDirective2 instances, and include the patient and and agreement party's in the search result.&lt;br /&gt;
&lt;br /&gt;
The client may request that the server includes these resources related to the search results directly in order to reduce the overall network delay. Supporting the include of the Patient resource referenced by building blocks is required. Others (Patient, ContactPerson, PractitionerRole) 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;
| Consent&lt;br /&gt;
| {{fhir|scope}}&lt;br /&gt;
{{fhir|&amp;lt;nowiki&amp;gt;_include=:&amp;lt;/nowiki&amp;gt;}}&lt;br /&gt;
| &amp;lt;pre&amp;gt;GET [base]/Consent?scope=http://terminology.hl7.org/CodeSystem/consentscope|treatment&amp;amp;_include=Consent:patient&amp;amp;_include=Consent:actor&amp;lt;/pre&amp;gt;&lt;br /&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. The resources included in the Bundle SHALL conform to the profiles listed in [[#Locum use cases|the section 'Locum use cases']] below.&lt;br /&gt;
&lt;br /&gt;
=Use cases=&lt;br /&gt;
&lt;br /&gt;
==Use case: Referral from general practitioner to allied health professional (version 0.2.0-beta.1)==&lt;br /&gt;
This is the technical counterpart of [[hg:Vprepub-1_Ontwerp_ELZ#Usecase:_Huisarts_verwijst_naar_paramedicus]] as described in the functional design.&lt;br /&gt;
&lt;br /&gt;
===Actors involved===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Actor&lt;br /&gt;
! System role&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| General practitioner&lt;br /&gt;
| The user of a HIS&lt;br /&gt;
| HIS&lt;br /&gt;
| Sending XIS (server)&lt;br /&gt;
| HZP-VPS&lt;br /&gt;
| General practitioner information system&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/hg-Referral-GeneralPractitionerToAlliedHealthProfessional|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements&lt;br /&gt;
|-&lt;br /&gt;
| Allied health professional&lt;br /&gt;
| The user of a PARIS&lt;br /&gt;
| PARIS&lt;br /&gt;
| Receiving XIS (client)&lt;br /&gt;
| HZP-VPO&lt;br /&gt;
| Allied health professional information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Relations between resources===&lt;br /&gt;
[[Bestand:230523_Resources_verwijzing.png|1000px|link=]]&lt;br /&gt;
&lt;br /&gt;
==Use case: Locum (version 0.1.0-beta.1)==&lt;br /&gt;
This is the technical counterpart of [[hg:Vprepub-1_Ontwerp_ELZ#Usecase:_Waarnemend_huisarts_raadpleegt_professionele_samenvatting_.28ps.29]] as described in the functional design. &lt;br /&gt;
===Actors involved===&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Actor&lt;br /&gt;
! System role&lt;br /&gt;
! Description&lt;br /&gt;
! Name&lt;br /&gt;
! Description&lt;br /&gt;
|-&lt;br /&gt;
| General practitioner&lt;br /&gt;
| The user of a HIS&lt;br /&gt;
| HIS&lt;br /&gt;
| Sending XIS (server)&lt;br /&gt;
| HZP-VPS&lt;br /&gt;
| General practitioner information system&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {under construction}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements&lt;br /&gt;
|-&lt;br /&gt;
| Allied health professional&lt;br /&gt;
| The user of a HAP IS&lt;br /&gt;
| HAP IS&lt;br /&gt;
| Receiving XIS (client)&lt;br /&gt;
| HAPIS-VPO?&lt;br /&gt;
| Locum practitioner information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Relations between resources===&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Resources Behandelaanwijzing2.png]]&lt;br /&gt;
&lt;br /&gt;
=FHIR profiles=&lt;br /&gt;
{{hg:Vprepub-1_NoteBoxPackage|p1=nictiz.fhir.nl.r4.elz|v1=0.2.0-beta.1|p2=nictiz.fhir.nl.r4.nl-core|v2=0.9.0-beta.1}}&lt;br /&gt;
&lt;br /&gt;
{{Vdraft/InformationBoxSmall|The FHIR profiles defined for zib publication 2020 are currently in beta status. Although major changes are not to be expected, users should be aware that these profiles might be subject to incompatible changes before a stable version is reached. Therefore, these profiles should not be regarded fit for use for real-world data exchange.}}&lt;br /&gt;
&lt;br /&gt;
==Referral use cases (version 0.2.0-beta.1)==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Profile name&lt;br /&gt;
! FHIR Resource&lt;br /&gt;
! Canonical URL&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralTask&lt;br /&gt;
| Task&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralTask|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralServiceRequest&lt;br /&gt;
| ServiceRequest&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralServiceRequest|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| hg-ReferralComposition&lt;br /&gt;
| Composition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/hg-ReferralComposition|nictiz.fhir.nl.r4.elz|pkgVersion=0.2.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-PractitionerRole&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-Practitioner&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider-Organization&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Problem&lt;br /&gt;
| Condition&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Problem|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Locum use cases (version 0.1.0-beta.1)==&lt;br /&gt;
{{Vdraft/InformationBoxSmall|The FHIR profile nl-core-ContactPerson does not support all the elements required for the Locum use cases 0.1.0-beta.1 release. The additional elements needed for Locum use cases, including the Comment extension and the EndDate mapping, are currently under consultation to determine whether they can be added to the nl-core-ContactPerson FHIR profile.}}&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Profile name&lt;br /&gt;
! FHIR Resource&lt;br /&gt;
! Canonical URL&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-TreatmentDirective2&lt;br /&gt;
| Consent&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-TreatmentDirective2|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-Patient&lt;br /&gt;
| Patient&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-ContactPerson&lt;br /&gt;
| RelatedPerson&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-ContactPerson|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-PractitionerRole&lt;br /&gt;
| PractitionerRole&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthProfessional-Practitioner&lt;br /&gt;
| Practitioner&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider&lt;br /&gt;
| Location&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|-&lt;br /&gt;
| nl-core-HealthcareProvider-Organization&lt;br /&gt;
| Organization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=0.9.0-beta.1}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found on the [[hg:Vprepub-1_Ontwerp_ELZ#Release_notes| functional design page]].&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:V2_FHIR_Vaccination-Immunization_alpha&amp;diff=287258</id>
		<title>imm:V2 FHIR Vaccination-Immunization alpha</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:V2_FHIR_Vaccination-Immunization_alpha&amp;diff=287258"/>
		<updated>2025-12-05T11:39:25Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: fix canonicals in tables&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization 2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1=2.1.0-alpha.1|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all includes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Response Resources====&lt;br /&gt;
The returned data to the client XIS (careprovider A) should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:V2_FHIR_Vaccination-Immunization_alpha&amp;diff=287257</id>
		<title>imm:V2 FHIR Vaccination-Immunization alpha</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:V2_FHIR_Vaccination-Immunization_alpha&amp;diff=287257"/>
		<updated>2025-12-04T14:35:48Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: Nieuwe usecase toegevoegd aan TO&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization 2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design Vaccination-Immunization 2.1.0-alpha.1]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1=2.1.0-alpha.1|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:V2_Ontwerp_Vaccinatie-Immunisatie_alpha| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all includes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Response Resources====&lt;br /&gt;
The returned data to the client XIS (careprovider A) should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|Vaccination || Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion=2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
2.1.0-alpha.1}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286942</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286942"/>
		<updated>2025-11-24T10:24:21Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Transactions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;br /&gt;
====Response Resources====&lt;br /&gt;
The returned data to the client XIS (careprovider A) should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|Vaccination || Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286938</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286938"/>
		<updated>2025-11-24T10:02:07Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Response Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;br /&gt;
====Response Resources====&lt;br /&gt;
The returned data to the client XIS (careprovider A) should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|Vaccination || Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286937</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286937"/>
		<updated>2025-11-24T10:00:11Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Use case: retrieve vaccinations in XIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;br /&gt;
====Response Resources====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|Vaccination || Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286936</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286936"/>
		<updated>2025-11-24T09:55:57Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Invocations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
'''Message semantics'''&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286935</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286935"/>
		<updated>2025-11-24T09:54:38Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Invocations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message. The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. &lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The expected action for the XIS is that the XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources. The trigger event is the XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286934</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286934"/>
		<updated>2025-11-24T09:41:50Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Invocations */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286932</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286932"/>
		<updated>2025-11-24T09:34:46Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Message semantics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286930</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286930"/>
		<updated>2025-11-24T09:28:40Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Examples of FHIR instances */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the [https://simplifier.net/packages/nictiz.fhir.nl.r4.immunization/2.1.0-alpha.1 Simplifier Immunization R4 package]&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286929</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286929"/>
		<updated>2025-11-24T09:19:55Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Vaccination || Immunization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Immunization || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event-carenetwork|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| PharmaceuticalProduct || Medication || {{Simplifier|https://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Patient || Patient || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-Patient|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
|  rowspan=&amp;quot;2&amp;quot; | HealthcareProvider || Organization || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider-Organization|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Location || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthcareProvider|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | HealthProfessional || PractitionerRole || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-PractitionerRole|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Practitioner || {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-HealthProfessional-Practitioner|nictiz.fhir.nl.r4.nl-core|pkgVersion=&lt;br /&gt;
{{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286903</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286903"/>
		<updated>2025-11-21T14:55:33Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''XIS executes a HTTP GET/POST conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286902</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286902"/>
		<updated>2025-11-21T14:50:10Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Immunization endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
The XIS of careprovider A (Client) may supply, and the XIS careprovider B (Server) shall be capable of processing, all inlcudes and search parameters listed below. These includes and parameters are a selection of the defined includes and search parameters. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286895</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286895"/>
		<updated>2025-11-21T14:30:27Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Search parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || Retrieves all Immunization resources and includes the Patient resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || Retrieves all Immunization resources and includes the Organization resource in the search results. &amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.identifier|| The client may search on patient identification number. || Immunization || The parameters are encoded in the URL or as an application/x-www-form-urlencoded submission for a POST. Retrieves all Immunizations resources of a patient with a fake BSN of 111222333. &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333&amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.identifier=http://fhir.nl/fhir/NamingSystem/bsn|111222333}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.birthdate|| The client may search on the patient's date of birth. || Immunization || Retrieves all Immunizations resources of a patient with a date of birth 11-11-1999 &amp;lt;pre&amp;gt;GET [base]/Immunization?patient.birthdate=1999-11-11 &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.birthdate=1999-11-11}&amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| patient.family|| The client may search on the family name of the patient. || Immunization || Retrieves all Immunizations resources of a patient with family name de Jong&amp;lt;pre&amp;gt;GET [base]/Immunization?patient.family=de Jong &amp;lt;/pre&amp;gt; &amp;lt;pre&amp;gt;POST [base]/Immunization/_search {patient.family=de Jong}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286879</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286879"/>
		<updated>2025-11-21T09:13:42Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Message semantics */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include=Immunization:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286878</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286878"/>
		<updated>2025-11-21T09:11:09Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286861</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286861"/>
		<updated>2025-11-20T15:49:34Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Transactions */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Transaction groups involved====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:location|| 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. This will specify the resource for the location that the immunization is carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286860</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286860"/>
		<updated>2025-11-20T15:46:27Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:location|| 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. This will specify the resource for the location that the immunization is carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286859</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286859"/>
		<updated>2025-11-20T15:45:23Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This use case describes the patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:location|| 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. This will specify the resource for the location that the immunization is carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286854</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286854"/>
		<updated>2025-11-20T15:09:17Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Search parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:location|| 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. This will specify the resource for the location that the immunization is carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; GET [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286853</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286853"/>
		<updated>2025-11-20T15:06:18Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Search parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:location|| 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. This will specify the resource for the location that the immunization is carried out. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:performer|| 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. This will specify the resource for the performer (organization) by whom the immunization was carried out. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286852</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286852"/>
		<updated>2025-11-20T14:40:13Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Involved actors */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || XIS careprovider A (Client) || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || XIS careprovider B (Server) || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 2&amp;gt; || &amp;lt;Description of FHIR Search Parameter 2&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 3&amp;gt; || &amp;lt;Description of FHIR Search Parameter 3&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286851</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286851"/>
		<updated>2025-11-20T14:34:48Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Introduction */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || Client || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || Server || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 2&amp;gt; || &amp;lt;Description of FHIR Search Parameter 2&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 3&amp;gt; || &amp;lt;Description of FHIR Search Parameter 3&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286850</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286850"/>
		<updated>2025-11-20T14:34:11Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Use case: retrieve vaccinations in XIS */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
The retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
This retrieve vaccinations transaction is used by a XIS (careprovider A) to retrieve vaccinations from another XIS (careprovider B).&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || Client || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || Server || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 2&amp;gt; || &amp;lt;Description of FHIR Search Parameter 2&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 3&amp;gt; || &amp;lt;Description of FHIR Search Parameter 3&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286757</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286757"/>
		<updated>2025-11-18T14:54:57Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Search parameters */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
The retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || Client || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || Server || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | Immunization&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| _include=Immunization:patient || 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. This will specify the resource for the patient that the immunization is performed on. || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:patient &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 2&amp;gt; || &amp;lt;Description of FHIR Search Parameter 2&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:location &amp;lt;/pre&amp;gt;&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 3&amp;gt; || &amp;lt;Description of FHIR Search Parameter 3&amp;gt; || Immunization || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/Immunization?_include=Immunization:performer &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286754</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286754"/>
		<updated>2025-11-18T13:20:54Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: usecase 2 involved actors&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
The retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
&lt;br /&gt;
====Involved actors====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! Transaction group || Transaction || Actor || System role code || FHIR CapabilityStatement&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | Retrieve vaccinations(PULL)&lt;br /&gt;
| Retrieve vaccinations request || Client || IMM-VAR-FHIR || rowspan=&amp;quot;2&amp;quot; |{{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| Retrieve vaccinations response || Server || IMM-VAB-FHIR &lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Abbreviations: IMM-VAR = Immunisatie-vaccinatie raadplegend (systeem), IMM-VAB = Immunisatie-vaccinatie beschikbaarstellend (systeem).''&lt;br /&gt;
|}&lt;br /&gt;
====Search parameters====&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px; &lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! FHIR Search Parameter !! Description !! FHIR Resource !! Example&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot;  | &amp;lt;Functional building block 1&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 1&amp;gt; || &amp;lt;Description of FHIR Search Parameter 1&amp;gt; || &amp;lt;FHIR Resource 1&amp;gt; || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/&amp;lt;FHIR resource&amp;gt;?_include=&amp;lt;FHIR resource&amp;gt;:&amp;lt;Search parameters&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | &amp;lt;Functional building block 2&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 2&amp;gt; || &amp;lt;Description of FHIR Search Parameter 2&amp;gt; || &amp;lt;FHIR Resource 2&amp;gt; || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/&amp;lt;FHIR resource&amp;gt;?_include=&amp;lt;FHIR resource&amp;gt;:&amp;lt;Search parameters&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #eda778;&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;4&amp;quot; | &amp;lt;Functional building block 3&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;FHIR Search Parameter 3&amp;gt; || &amp;lt;Description of FHIR Search Parameter 3&amp;gt; || &amp;lt;FHIR Resource 3&amp;gt; || &amp;lt;pre&amp;gt; &amp;lt;HTTP Method&amp;gt; [base]/&amp;lt;FHIR resource&amp;gt;?_include=&amp;lt;FHIR resource&amp;gt;:&amp;lt;Search parameters&amp;gt; &amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|+ style=&amp;quot;align: bottom; caption-side: bottom; text-align: left;&amp;quot; | ''Use this caption for extra notes, abbreviations, etc.''&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286712</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286712"/>
		<updated>2025-11-14T11:16:38Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: applied TO template&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
This is the technical design (TO) for the information standard (IS) Vaccination-Immunization. This TO must be used together with the IS functional design [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]]. The data exchange format used in this version is: HL7 FHIR R4.&lt;br /&gt;
&lt;br /&gt;
=== Support ===&lt;br /&gt;
For questions, feedback, or change requests, please contact our support team at [https://nictiz.atlassian.net/servicedesk/customer/portal/4 Nictiz Servicemanagement].&lt;br /&gt;
&lt;br /&gt;
=== Boundaries ===&lt;br /&gt;
This information standard may overlap with other standards related to identification, roles, and geographic classifications, requiring careful alignment to ensure consistency and avoid duplication. For more information, see [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]].&lt;br /&gt;
&lt;br /&gt;
=== Prerequisite knowledge ===&lt;br /&gt;
This TO assumes that the reader is familiar with the following:&lt;br /&gt;
* The [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}]] accompanying this TO.&lt;br /&gt;
* This information standard uses the data exchange formats HL7 FHIR R4, which you can find here:&lt;br /&gt;
** [[FHIR:V1.0 FHIR IG R4|general FHIR R4 Implementation Guide]]&lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#Overarching_principles|use case overarching principles]] &lt;br /&gt;
** [[FHIR:V1.0_FHIR_IG_R4#FHIR_Packages|FHIR packages]].&lt;br /&gt;
&lt;br /&gt;
==Components==&lt;br /&gt;
HL7 FHIR R4 is used to accommodate the Dutch Clinical Information Models (zibs) used in the IS.&lt;br /&gt;
&lt;br /&gt;
===HL7 FHIR R4===&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&lt;br /&gt;
&lt;br /&gt;
===Artifacts===&lt;br /&gt;
The artifacts of the information standard are presented in the following table:&lt;br /&gt;
&lt;br /&gt;
{| style=&amp;quot;text-align: left;&amp;quot; cellpadding=5px;&lt;br /&gt;
&lt;br /&gt;
|- style=&amp;quot;color: white; background-color: #e7844b;&amp;quot;&lt;br /&gt;
! zib !! FHIR resource !! FHIR profile&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 1&amp;gt; || &amp;lt;FHIR resource 1&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 1&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 1&amp;gt;)(|title=&amp;lt;Simplifier page title 1&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|-  style=&amp;quot;background-color: #fcf0e9;&amp;quot;&lt;br /&gt;
| &amp;lt;zib 2&amp;gt; || &amp;lt;FHIR resource 2&amp;gt; || &amp;lt;nowiki&amp;gt;{{Simplifier|&amp;lt;canonical 2&amp;gt;|(package)(|pkgVersion=&amp;lt;package version 2&amp;gt;)(|title=&amp;lt;Simplifier page title 2&amp;gt;)}}&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
===Examples of FHIR instances===&lt;br /&gt;
You can find examples of FHIR-instances (filled-in FHIR profiles) in the ..... : &amp;lt;link&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Transactions==&lt;br /&gt;
===Use case: retrieve vaccinations in a personal health environment===&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
====Actors involved====&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Use case 1: Retrieve vaccinations ====&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
====Introduction====&lt;br /&gt;
The retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
====Actors====&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Invocations====&lt;br /&gt;
=====PHR: request message=====&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
=====XIS: response message=====&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
=====Trigger events=====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
=====Message semantics=====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
===Use case: retrieve vaccinations in XIS===&lt;br /&gt;
&lt;br /&gt;
====Involved actors====&lt;br /&gt;
&lt;br /&gt;
====Search parameters====&lt;br /&gt;
&lt;br /&gt;
==Release notes==&lt;br /&gt;
Release notes can be found on the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie#Release_notes| functional design page]].&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286704</id>
		<title>imm:Vissue-Nictiz-26747 FHIR Vaccination-Immunization</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=imm:Vissue-Nictiz-26747_FHIR_Vaccination-Immunization&amp;diff=286704"/>
		<updated>2025-11-13T13:28:04Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: Clone of V2 production page for issue Nictiz-26747&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{IssuePaginaWaarschuwing|Nictiz-26747|imm:V2_FHIR_Vaccination-Immunization}}&lt;br /&gt;
__NOINDEX__&lt;br /&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|namespace=imm}} BITS].}}&lt;br /&gt;
__NUMBEREDHEADINGS__&lt;br /&gt;
{{DISPLAYTITLE:FHIR Implementation Guide: Vaccination-Immunization {{VersieInfo|Vaccinatie-Immunisatie|release=V2}}}}&lt;br /&gt;
&lt;br /&gt;
[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]&lt;br /&gt;
[[Bestand:Icoon_Nictiz_Cirkel_Informatiestandaard_Vaccinatie.svg|link=|87px|Vaccinatie-Immunisatie]] &lt;br /&gt;
&lt;br /&gt;
=Introduction=&lt;br /&gt;
This page describes patient's use case for the retrieval of vaccination results, in a personal health environment (PHR) context. Functional specifications are described at the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie| functional design wiki page]]. This use case consists of enabling a patient to view his own administered vaccinations in a PHR. The technical specification is described here. HL7 FHIR R4 is used for this purpose. Vaccinations are represented by the Immunization resource in FHIR. A transaction will retrieve all administered vaccinations from the XIS.&lt;br /&gt;
&lt;br /&gt;
'''Note''': This implementation guide builds on the general guidelines described in the [[MedMij:IG:V1/FHIR_IG#Overarching principles|use case overarching principles]].&lt;br /&gt;
&lt;br /&gt;
=Actors involved=&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Actors&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | Systems&lt;br /&gt;
! colspan=&amp;quot;2&amp;quot; style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; | FHIR CapabilityStatements&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Name&lt;br /&gt;
| style=&amp;quot;text-align:left;font-weight: bold;&amp;quot; |Description&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| The user of a personal healthcare environment.&lt;br /&gt;
| PHR&lt;br /&gt;
| Personal health record&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | {{Simplifier|http://nictiz.nl/fhir/CapabilityStatement/imm-RetrieveServe|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|title=CapabilityStatement: Retrieve Serve}}&lt;br /&gt;
| rowspan=&amp;quot;2&amp;quot; | FHIR client/server requirements &lt;br /&gt;
|-&lt;br /&gt;
| (Healthcare) provider&lt;br /&gt;
| The user of a XIS&lt;br /&gt;
| XIS&lt;br /&gt;
| (Healthcare) information system&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=Use case 1: Retrieve vaccinations =&lt;br /&gt;
[[Bestand:Afsprakenstelsel-01.png|link=https://www.medmij.nl/afsprakenstelsel/|rechts |100px|Go to Afsprakenstelsel]]&lt;br /&gt;
{{FHIR-IG-Afsprakenstelsel-Note}}&lt;br /&gt;
&lt;br /&gt;
==Introduction==&lt;br /&gt;
The retrieve vaccinations transaction is used by the PHR to retrieve vaccinations from a XIS.&lt;br /&gt;
&lt;br /&gt;
==Actors==&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;font-weight: bold;&amp;quot;| '''Transaction group'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Transaction'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Actor'''&lt;br /&gt;
! style=&amp;quot;text-align:left;font-weight: bold;&amp;quot;| '''Role'''&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot; rowspan=&amp;quot;2&amp;quot;|Retrieve vaccinations(PULL)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations request&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Patient (using a PHR)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Request vaccinations from the XIS&lt;br /&gt;
|-&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Retrieve vaccinations response&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|(Healthcare) provider (using a XIS)&lt;br /&gt;
|style=&amp;quot;background-color: white;vertical-align:top;&amp;quot;|Serves vaccinations to the PHR&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==Invocations==&lt;br /&gt;
===PHR: request message===&lt;br /&gt;
The request message represents an HTTP GET parameterized query from the PHR to the XIS.&lt;br /&gt;
&lt;br /&gt;
====Trigger events====&lt;br /&gt;
When the patient (PHR) wants to obtain vaccinations, it issues a retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
====Message semantics====&lt;br /&gt;
'''Search'''&lt;br /&gt;
&lt;br /&gt;
The PHR executes an HTTP GET conform to the FHIR [http://hl7.org/fhir/http.html RESTful] and [http://hl7.org/fhir/search.html search] specification against the XIS's Observation endpoint. This search query URL is configurable by the PHR and has the following format.&lt;br /&gt;
 &lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
GET [base]/Immunization{?[includes]}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
'''Search Parameters'''&lt;br /&gt;
&lt;br /&gt;
The PHR may supply, and the XIS shall be capable of processing, all inlcudes listed below. These includes are a selection of the defined includes. The includes can also be combined to retrieve multiple resources. &lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Immunization&lt;br /&gt;
|-&lt;br /&gt;
| style=&amp;quot;font-weight: bold;text-align:left;&amp;quot; | Name&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; | Example&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;patient&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the patient that the immunization is performed on.&lt;br /&gt;
&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Patient resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:patient&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;location&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the location where the Immunization took place.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Location resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:location&amp;lt;/pre&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;performer&amp;lt;/code&amp;gt;&lt;br /&gt;
| This will specify the resource for the healthcareprovider who performed the immunization on the patient.&lt;br /&gt;
|&lt;br /&gt;
Retrieve the Immunization and Practitioner or Organization resource:&lt;br /&gt;
&amp;lt;pre&amp;gt;GET [base]/Immunization?_include:performer&amp;lt;/pre&amp;gt;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
At this point in time, there are no use cases for filter parameters on the query. The stated query will return a Bundle with all known administered immunizations. Each immunization is conveyed in an Immunization resource. The Immunization resource will contain references to actors such as the patient (Patient resource), the health professional (PractitionerRole and Practitioner resources) and the organization (Organization resource). The client SHALL be able to resolve there referenced resources, as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]].&lt;br /&gt;
&lt;br /&gt;
{{NoteBox|(*) The vaccination location, may or may not be a fully specified address and may or may not be a location of a healthcare provider. It is conceivable that it is as vague as &amp;quot;Germany&amp;quot; when a parent informs the registry of a having received a vaccination &amp;quot;in Germany&amp;quot; without any further info. In these cases it might be unreasonable to assume a full Location resource which is separately accessible. FHIR has a mechanism {{fhir|contained}} for information that only makes sense in the context of some parent resource. The {{fhir|reference}} simply starts with a point sign '#', signalling that the target is internal to the resource. In this case {{fhir|Immunization.contained.Location}}. &lt;br /&gt;
&lt;br /&gt;
It is the prerogative of the source system whether or not {{fhir|Location}} is an independent object. The expectation is that healthcare provider locations are independent {{fhir|Location}} resources. Receiving systems should expect normal FHIR rules for resolving references, which include resolving contained references.&lt;br /&gt;
&lt;br /&gt;
'''Example fragment'''&lt;br /&gt;
&lt;br /&gt;
{{Collapse top|XML Example of Immunization.contained}}&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Immunization xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;contained&amp;gt;&lt;br /&gt;
      &amp;lt;Location&amp;gt;&lt;br /&gt;
         &amp;lt;id value=&amp;quot;locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;address&amp;gt;&lt;br /&gt;
            &amp;lt;country value=&amp;quot;Duitsland&amp;quot;&amp;gt;&lt;br /&gt;
               &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/ext-CodeSpecification&amp;quot;&amp;gt;&lt;br /&gt;
                  &amp;lt;valueCodeableConcept&amp;gt;&lt;br /&gt;
                     &amp;lt;coding&amp;gt;&lt;br /&gt;
                        &amp;lt;system value=&amp;quot;urn:iso:std:iso:3166&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;code value=&amp;quot;DE&amp;quot;/&amp;gt;&lt;br /&gt;
                        &amp;lt;display value=&amp;quot;Duitsland&amp;quot;/&amp;gt;&lt;br /&gt;
                     &amp;lt;/coding&amp;gt;&lt;br /&gt;
                  &amp;lt;/valueCodeableConcept&amp;gt;&lt;br /&gt;
               &amp;lt;/extension&amp;gt;&lt;br /&gt;
            &amp;lt;/country&amp;gt;&lt;br /&gt;
         &amp;lt;/address&amp;gt;&lt;br /&gt;
      &amp;lt;/Location&amp;gt;&lt;br /&gt;
   &amp;lt;/contained&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;location&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;#locatie1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;type value=&amp;quot;Location&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;Adres: Duitsland.&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/location&amp;gt;&lt;br /&gt;
   ...&lt;br /&gt;
   &amp;lt;/performer&amp;gt;&lt;br /&gt;
&amp;lt;/Immunization&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
{{Collapse bottom}}&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
=====Expected actions=====&lt;br /&gt;
The XIS SHALL process the query to retrieve patient's Immunization resources and the referenced resources.&lt;br /&gt;
&lt;br /&gt;
===XIS: response message===&lt;br /&gt;
The XIS returns an HTTP Status code appropriate to the processing as well as a FHIR Bundle including the matching information.&lt;br /&gt;
&lt;br /&gt;
====Trigger events====&lt;br /&gt;
The XIS completed processing of the retrieve vaccinations request message.&lt;br /&gt;
&lt;br /&gt;
====Message semantics====&lt;br /&gt;
The returned data to the PHR should conform to the profiles listed in the table below. The resources in the response message SHALL conform to the requirements as described in the [[MedMij:IG:V1/FHIR_IG#Profile_use_and_declaration|MedMij FHIR R4 Implementation Guide]]. &lt;br /&gt;
&lt;br /&gt;
{{imm:Vprepub-2_NoteBoxPackage|p1=nictiz.fhir.nl.r4.immunization|v1={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}|p2=nictiz.fhir.nl.r4.nl-core|v2={{VersieInfo|nictiz.fhir.nl.r4.nl-core|release=V2|namespace=imm}}}}&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;
| Vaccination&lt;br /&gt;
| Vaccinatie&lt;br /&gt;
| Immunization&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-Vaccination-event|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| PharmaceuticalProduct&lt;br /&gt;
| FarmaceutischProduct&lt;br /&gt;
| Medication&lt;br /&gt;
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/imm-PharmaceuticalProduct|nictiz.fhir.nl.r4.immunization|pkgVersion={{VersieInfo|nictiz.fhir.nl.r4.immunization|release=V2|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
| Patient&lt;br /&gt;
| Patiënt&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&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|namespace=imm}}}}&lt;br /&gt;
|-&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
====Expected actions====&lt;br /&gt;
The PHR processes the results according to application-defined rules.&lt;br /&gt;
&lt;br /&gt;
=Release notes=&lt;br /&gt;
Release notes can be found on the [[imm:Vprepub-2_Ontwerp_Vaccinatie-Immunisatie#Release_notes| functional design page]].&lt;br /&gt;
{{MedMij:Sjabloon_Support}}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ChildObservation&amp;diff=286278</id>
		<title>Gebz:FHIR bc-ChildObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ChildObservation&amp;diff=286278"/>
		<updated>2025-10-31T14:54:35Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-ChildObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-BirthObservation&amp;diff=286277</id>
		<title>Gebz:FHIR bc-BirthObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-BirthObservation&amp;diff=286277"/>
		<updated>2025-10-31T14:54:08Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-BirthObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DeliveryObservation&amp;diff=286276</id>
		<title>Gebz:FHIR bc-DeliveryObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DeliveryObservation&amp;diff=286276"/>
		<updated>2025-10-31T14:53:30Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DeliveryObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ProcedureObservation&amp;diff=286275</id>
		<title>Gebz:FHIR bc-ProcedureObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ProcedureObservation&amp;diff=286275"/>
		<updated>2025-10-31T14:52:57Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-ProcedureObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-PregnancyObservation&amp;diff=286274</id>
		<title>Gebz:FHIR bc-PregnancyObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-PregnancyObservation&amp;diff=286274"/>
		<updated>2025-10-31T14:52:26Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-PregnancyObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ObstetricProcedure&amp;diff=286273</id>
		<title>Gebz:FHIR bc-ObstetricProcedure</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-ObstetricProcedure&amp;diff=286273"/>
		<updated>2025-10-31T14:51:44Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-ObstetricProcedure]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-MaternalObservation&amp;diff=286272</id>
		<title>Gebz:FHIR bc-MaternalObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-MaternalObservation&amp;diff=286272"/>
		<updated>2025-10-31T14:51:10Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-MaternalObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-FetusObservation&amp;diff=286271</id>
		<title>Gebz:FHIR bc-FetusObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-FetusObservation&amp;diff=286271"/>
		<updated>2025-10-31T14:50:30Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: Doorverwijzingsdoel gewijzigd van Gebz:V3.0 FHIR IG bc-FetusObservation naar Gebz:V2.0 FHIR IG bc-FetusObservation&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-FetusObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DonorObservation&amp;diff=286270</id>
		<title>Gebz:FHIR bc-DonorObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DonorObservation&amp;diff=286270"/>
		<updated>2025-10-31T14:50:05Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DonorObservation]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderPostPartum&amp;diff=286269</id>
		<title>Gebz:FHIR bc-DisorderPostPartum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderPostPartum&amp;diff=286269"/>
		<updated>2025-10-31T14:49:30Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DisorderPostPartum]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfPregnancy&amp;diff=286268</id>
		<title>Gebz:FHIR bc-DisorderOfPregnancy</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfPregnancy&amp;diff=286268"/>
		<updated>2025-10-31T14:48:56Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DisorderOfPregnancy]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfLaborAndDelivery&amp;diff=286267</id>
		<title>Gebz:FHIR bc-DisorderOfLaborAndDelivery</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfLaborAndDelivery&amp;diff=286267"/>
		<updated>2025-10-31T14:48:28Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DisorderOfLaborAndDelivery]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfChild&amp;diff=286266</id>
		<title>Gebz:FHIR bc-DisorderOfChild</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:FHIR_bc-DisorderOfChild&amp;diff=286266"/>
		<updated>2025-10-31T14:47:50Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: edit redirect link&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#DOORVERWIJZING [[Gebz:V2.0 FHIR IG bc-DisorderOfChild]]&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-FetusObservation&amp;diff=286265</id>
		<title>Gebz:V2.0 FHIR IG bc-FetusObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-FetusObservation&amp;diff=286265"/>
		<updated>2025-10-31T14:27:11Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Dataset 3.2 mappings */ updated table version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-FetusObservation=&lt;br /&gt;
This is a generic profile for observations related to a fetus. If a patient record is available for the (to be born) child, use bc-ChildObservation instead.&lt;br /&gt;
&lt;br /&gt;
Each FetusObservation must have:&lt;br /&gt;
* a subject, the mother&lt;br /&gt;
* a fetus, the focal element of the Observation&lt;br /&gt;
* performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-fetusobservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a patten for fetus-related Observations in Birthcare. &lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid FetusObservations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;meta&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/meta&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/Observation-focus-stu3&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueReference&amp;gt;&lt;br /&gt;
            &amp;lt;reference value=&amp;quot;[[reference to the pregnancy | BodySite/fetus1]]&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;Foetus 1 vd Wouden&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/valueReference&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    [[! Other values than final should be avoided ]]&lt;br /&gt;
    &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;subject&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Mother Patient | Patient/XXX-VDWOUDEN&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Patient van der Wouden]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/subject&amp;gt;&lt;br /&gt;
    &amp;lt;context&amp;gt;&lt;br /&gt;
        [[#context]]&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
        OR&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Encounter | Encounter/wouden-controle12]]&amp;quot;/&amp;gt;&lt;br /&gt;
        [[/context]]&lt;br /&gt;
    &amp;lt;/context&amp;gt;&lt;br /&gt;
    &amp;lt;performer&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Vera de Los]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/performer&amp;gt;&lt;br /&gt;
    [[several values possible, see below]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum|bc-FetusObservation }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-DonorObservation&amp;diff=286264</id>
		<title>Gebz:V2.0 FHIR IG bc-DonorObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-DonorObservation&amp;diff=286264"/>
		<updated>2025-10-31T14:26:46Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Dataset 3.2 mappings */ updated table version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-DonorObservation=&lt;br /&gt;
This is a generic profile for observations related to a donor. &lt;br /&gt;
These are observations about the donor, such as their age.&lt;br /&gt;
&lt;br /&gt;
* Donor-related Observations use the focus extension to point to the RelatedPerson (donor) they are about&lt;br /&gt;
* Donor-related Observations refer to the EpisodeOfCare with Observation.context.reference&lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DonorObservation}}&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a patten for donor-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-DonorObservation.&lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid Donor Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;meta&amp;gt;&lt;br /&gt;
      &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;profile value=&amp;quot;http://fhir.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/meta&amp;gt;&lt;br /&gt;
   &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/observation-focusSTU3&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;valueReference&amp;gt;&lt;br /&gt;
         &amp;lt;reference value=&amp;quot;[[reference to the RelatedPerson| RelatedPerson/donor-van-vrouw1]]&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;display value=&amp;quot;(eiceldonor (persoon)) van Vrouw1&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/valueReference&amp;gt;&lt;br /&gt;
   &amp;lt;/extension&amp;gt;&lt;br /&gt;
   &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;code&amp;gt;&lt;br /&gt;
      &amp;lt;coding&amp;gt;&lt;br /&gt;
         &amp;lt;system value=&amp;quot;[[system, see below | http://snomed.info/sct]]&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;code value=&amp;quot;[[code, see below | 424144002]]&amp;quot;/&amp;gt;&lt;br /&gt;
         &amp;lt;display value=&amp;quot;[[display, see below |huidige chronologische leeftijd (waarneembare entiteit)]]&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/coding&amp;gt;&lt;br /&gt;
   &amp;lt;/code&amp;gt;&lt;br /&gt;
   &amp;lt;subject&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;[[reference to the Woman Patient | Patient/Vrouw1]]&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;display value=&amp;quot;[[display of reference | Vrouw 1]]&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/subject&amp;gt;&lt;br /&gt;
   &amp;lt;context&amp;gt;&lt;br /&gt;
      &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/vrouw1-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/context&amp;gt;&lt;br /&gt;
   [[#observation.value, see below]]&lt;br /&gt;
   &amp;lt;valueQuantity&amp;gt;&lt;br /&gt;
      &amp;lt;value value=&amp;quot;25&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;unit value=&amp;quot;a&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;system value=&amp;quot;http://unitsofmeasure.org&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;code value=&amp;quot;a&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/valueQuantity&amp;gt;&lt;br /&gt;
   [[/observation.value]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum|bc-DonorObservation }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-ProcedureObservation&amp;diff=286263</id>
		<title>Gebz:V2.0 FHIR IG bc-ProcedureObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-ProcedureObservation&amp;diff=286263"/>
		<updated>2025-10-31T14:26:11Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Dataset 3.2 mappings */ updated table version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-ProcedureObservation=&lt;br /&gt;
This is a generic profile for observations related to a procedure. For example, in an embryo transfer this could be an observation about the embryo being frozen or not.&lt;br /&gt;
Each bc-ProcedureObservation must have:&lt;br /&gt;
* a subject, the pregnant woman&lt;br /&gt;
* a reference to the Procedure (the focus of the Observation)&lt;br /&gt;
* performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.&lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-procedureobservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ProcedureObservation}}&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a pattern for procedure-related Observations in Birthcare. Not for Observations to the pregnant woman. Note that the meta.profile element should at least include nl-core-observation and preferably bc-ProcedureObservation.&lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid Procedure Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
===XML fragment===&lt;br /&gt;
This is a recipe for procedure-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-ProcedureObservation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;meta&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/meta&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/Observation-focus-stu3&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueReference&amp;gt;&lt;br /&gt;
            &amp;lt;reference value=&amp;quot;[[reference to the procedure | Procedure/wouden-embryoterugplaatsing]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;/valueReference&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    [[! Other values than final should be avoided ]]&lt;br /&gt;
    &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;[[system, see below | http://snomed.info/sct]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;[[code, see below | 236894009]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;[[display, see below | transfer van ingevroren embryo (verrichting) ]]&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;subject&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Mother Patient | Patient/XXX-VDWOUDEN&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Patient van der Wouden]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/subject&amp;gt;&lt;br /&gt;
    &amp;lt;context&amp;gt;&lt;br /&gt;
        [[#context]]&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
        OR&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Encounter | Encounter/wouden-contact1]]&amp;quot;/&amp;gt;&lt;br /&gt;
        [[/context]]&lt;br /&gt;
    &amp;lt;/context&amp;gt;&lt;br /&gt;
    &amp;lt;performer&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Vera de Los]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/performer&amp;gt;&lt;br /&gt;
    [[#observation.value, see below]]&lt;br /&gt;
    &amp;lt;valueBoolean value=&amp;quot;true&amp;quot;/&amp;gt;&lt;br /&gt;
    [[/observation.value]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not. Mappings for 3.1 will follow.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum|bc-ProcedureObservation }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-PregnancyObservation&amp;diff=286262</id>
		<title>Gebz:V2.0 FHIR IG bc-PregnancyObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-PregnancyObservation&amp;diff=286262"/>
		<updated>2025-10-31T14:25:44Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Dataset 3.2 mappings */ updated table version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-PregnancyObservation=&lt;br /&gt;
This is a generic profile for observations related to a pregnancy.&lt;br /&gt;
&lt;br /&gt;
Each bc-PregnancyObservation must have:&lt;br /&gt;
* a subject, the pregnant woman&lt;br /&gt;
* a reference to the Pregnancy Condition (the focus of the Observation)&lt;br /&gt;
* performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-pregnancyobservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a patten for pregnancy-related Observations in Birthcare. Not for Observations to the pregnant woman or the delivery. Note that the meta.profile element should at least include nl-core-observation and preferably bc-PregnancyObservation.&lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid Pregnancy Observations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
===XML fragment===&lt;br /&gt;
This is a recipe for pregnacy-related Observations in Birthcare. Note that the meta.profile element should at least include nl-core-observation and preferably bc-PregnancyObservation.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;meta&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/meta&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/Observation-focus-stu3&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueReference&amp;gt;&lt;br /&gt;
            &amp;lt;reference value=&amp;quot;[[reference to the pregnancy | Condition/wouden-zwanger1]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;/valueReference&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    [[! Other values than final should be avoided ]]&lt;br /&gt;
    &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;[[system, see below | http://loinc.org]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;[[code, see below | 11996-6]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;[[display, see below | Gravidity]]&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;subject&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Mother Patient | Patient/XXX-VDWOUDEN&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Patient van der Wouden]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/subject&amp;gt;&lt;br /&gt;
    &amp;lt;context&amp;gt;&lt;br /&gt;
        [[#context]]&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
        OR&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Encounter | Encounter/wouden-controle12]]&amp;quot;/&amp;gt;&lt;br /&gt;
        [[/context]]&lt;br /&gt;
    &amp;lt;/context&amp;gt;&lt;br /&gt;
    &amp;lt;performer&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Vera de Los]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/performer&amp;gt;&lt;br /&gt;
    [[#observation.value, see below]]&lt;br /&gt;
    &amp;lt;valueQuantity&amp;gt;&lt;br /&gt;
        &amp;lt;value value=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;system value=&amp;quot;http://unitsofmeasure.org&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;code value=&amp;quot;1&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/valueQuantity&amp;gt;&lt;br /&gt;
    [[/observation.value]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum|bc-PregnancyObservation }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-ObstetricProcedure&amp;diff=286261</id>
		<title>Gebz:V2.0 FHIR IG bc-ObstetricProcedure</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-ObstetricProcedure&amp;diff=286261"/>
		<updated>2025-10-31T14:24:46Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: /* Valuation table */ updated table version&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-ObstetricProcedure=&lt;br /&gt;
This is a generic profile describing obstetric procedures.&lt;br /&gt;
Obstetric procedures are procedures related to pregnancy, birth and delivery, such as vacuum delivery. &lt;br /&gt;
* For obstetric procedures related to the pregnancy, use Procedure.reasonReference&lt;br /&gt;
* For obstetric procedures related to birth and delivery, use the (optional) partOf extension to point to the Delivery (maternal data) or the Birth (child-specific data)&lt;br /&gt;
* The context is the Maternal Record or an Encounter&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Each bc-ObstetricProcedure must have:&lt;br /&gt;
* a subject, the Patient bc-woman &lt;br /&gt;
* a category code that classifies the procedure for searching, sorting and display purposes. &lt;br /&gt;
&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum|bc-ObstetricProcedure }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum&amp;diff=286260</id>
		<title>Gebz:V2.0 Dataset:V3.2 FHIR mapping addendum</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_Dataset:V3.2_FHIR_mapping_addendum&amp;diff=286260"/>
		<updated>2025-10-31T14:23:26Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: addendum fhirmapping - updated table&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=Addendum FHIR mapping=&lt;br /&gt;
{{IssueBox|Generated code, do not change by hand}}&lt;br /&gt;
&lt;br /&gt;
=bc-BirthObservation=&lt;br /&gt;
&amp;lt;section begin=bc-BirthObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4400&lt;br /&gt;
||Type Partus (Observatie)&lt;br /&gt;
||4144&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4394&lt;br /&gt;
||Werkelijke plaats baring (type locatie) (Observatie)&lt;br /&gt;
||4193&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4132&lt;br /&gt;
||Actief Meepersen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4133&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4135&lt;br /&gt;
||ActiefMeepersenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249163006&lt;br /&gt;
||begin van persen tijdens partus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4136&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4143&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4144&lt;br /&gt;
||Type Partus (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4145&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4147&lt;br /&gt;
||TypePartusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364336006&lt;br /&gt;
||soort partus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.182--20200811153819|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=TypePartus}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4148&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4155&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4193&lt;br /&gt;
||Werkelijke plaats baring (type locatie) (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4194&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4196&lt;br /&gt;
||WerkelijkePlaatsBaringWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||366344009&lt;br /&gt;
||bevinding betreffende locatie van partus&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.321--20201117110614|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Werkelijke plaats baring 3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4197&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4204&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-BirthObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-ChildObservation=&lt;br /&gt;
&amp;lt;section begin=bc-ChildObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4399&lt;br /&gt;
||Perinatale sterfte (Observatie)&lt;br /&gt;
||1756&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8644&lt;br /&gt;
||Kind in leven (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8645&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8647&lt;br /&gt;
||KindInLevenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8648&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8653&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4402&lt;br /&gt;
||Geboortegewicht (Lichaamsgewicht)&lt;br /&gt;
||1418&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4403&lt;br /&gt;
||Bevindingen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4404&lt;br /&gt;
||Algemene indruk&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10665&lt;br /&gt;
||Oorzaak overlijden (Probleem)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1418&lt;br /&gt;
||Geboortegewicht (Lichaamsgewicht)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1419&lt;br /&gt;
||GewichtWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||8339-4 29463-7&lt;br /&gt;
||Lichaamsgewicht^bij geboorte [massa] d.m.v. meting Lichaamsgewicht [massa]&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1423&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;PercentielGeboortegewicht&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||301334000&lt;br /&gt;
||geboortegewichtpercentiel (waarneembare entiteit)&lt;br /&gt;
||interpretation&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1420&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1421&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;GewichtDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1422&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Kleding&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||component:clothing.value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.12.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=KledingCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1765&lt;br /&gt;
||Bevindingen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2706&lt;br /&gt;
||Algemene indruk&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2966&lt;br /&gt;
||Huid&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2967&lt;br /&gt;
||Huid (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2940&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;HuidDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2941&lt;br /&gt;
||HuidWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364528001&lt;br /&gt;
||observatie betreffende huid (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.305--20200921120509|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Huid}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3057&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||3054&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2942&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2943&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2968&lt;br /&gt;
||Hoofd/Hals&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2969&lt;br /&gt;
||Hoofd/Hals (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2970&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;HoofdHalsDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2971&lt;br /&gt;
||HoofdHalsWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364403006&lt;br /&gt;
||observatie betreffende hoofd-halsregio (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.326--20201201113630|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Hoofd-Hals}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2972&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2973&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2974&lt;br /&gt;
||Thorax&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2975&lt;br /&gt;
||Thorax (observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2978&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ThoraxDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2979&lt;br /&gt;
||ThoraxWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364434005&lt;br /&gt;
||aspect van thorax (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.328--20201201152903|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Thorax}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2980&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2981&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2984&lt;br /&gt;
||Abdomen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3070&lt;br /&gt;
||Abdomen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3071&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AbdomenDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3072&lt;br /&gt;
||AbdomenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364446009&lt;br /&gt;
||algemene kenmerken van abdomen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.337--20201207162228|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Abdomen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3073&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3074&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3005&lt;br /&gt;
||Rug&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3075&lt;br /&gt;
||Rug (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3076&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;RugDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3077&lt;br /&gt;
||RugWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364415005&lt;br /&gt;
||observatie betreffende wervelkolom (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.338--20201208102213|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Rug}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3078&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3079&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3016&lt;br /&gt;
||Extremiteiten&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3080&lt;br /&gt;
||Extremiteiten (observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3081&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ExtremiteitenDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3082&lt;br /&gt;
||ExtremiteitenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363799009&lt;br /&gt;
||kenmerk van extremiteit (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.339--20201208105521|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Extremiteiten}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3083&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3084&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3027&lt;br /&gt;
||Genitalia&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3049&lt;br /&gt;
||Genitalia (observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3050&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;GenitaliaDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3051&lt;br /&gt;
||GenitaliaWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364204002&lt;br /&gt;
||observatie betreffende geslachtsorgaan (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.335--20201203120002|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Genitalia}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4305&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||3054&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3052&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3053&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3038&lt;br /&gt;
||Neurologie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3085&lt;br /&gt;
||Neurologie (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3086&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;NeurologieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3087&lt;br /&gt;
||NeurologieWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363820009&lt;br /&gt;
||observatie betreffende neurologie (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.340--20201208121209|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ObservatieKind_Neurologie}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3088&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3089&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8689&lt;br /&gt;
||ROP Screening (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8690&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8691&lt;br /&gt;
||ObservatieNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8692&lt;br /&gt;
||ROPScreeningAfgeslotenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||180601000146101&lt;br /&gt;
||screening op prematurenretinopathie afgesloten&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8693&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8694&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieSpecimen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123038009&lt;br /&gt;
||monster (monster)&lt;br /&gt;
||specimen&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8695&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123037004&lt;br /&gt;
||lichaamsstructuur (lichaamsstructuur)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8696&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieICD-O-3Codelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8697&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Lateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||272741003&lt;br /&gt;
||lateraliteit (attribuut)&lt;br /&gt;
||bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8698&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8717&lt;br /&gt;
||AABR (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||413083006&lt;br /&gt;
||Automated auditory brainstem response test (procedure)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8718&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8719&lt;br /&gt;
||ObservatieNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8720&lt;br /&gt;
||AABRAfwijkendWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||413083006 442618008&lt;br /&gt;
||Automated auditory brainstem response test (procedure) Abnormal finding on evaluation procedure (finding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8721&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8722&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieSpecimen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123038009&lt;br /&gt;
||monster (monster)&lt;br /&gt;
||specimen&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8723&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123037004&lt;br /&gt;
||lichaamsstructuur (lichaamsstructuur)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8724&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieICD-O-3Codelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8725&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Lateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||272741003&lt;br /&gt;
||lateraliteit (attribuut)&lt;br /&gt;
||bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8726&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8727&lt;br /&gt;
||BERA (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||252616000&lt;br /&gt;
||Auditory brainstem electric response audiometry (procedure)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8728&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8729&lt;br /&gt;
||ObservatieNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8730&lt;br /&gt;
||BERAAfwijkendWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||252616000 442618008&lt;br /&gt;
||Auditory brainstem electric response audiometry (procedure) Abnormal finding on evaluation procedure (finding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8731&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8732&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieSpecimen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123038009&lt;br /&gt;
||monster (monster)&lt;br /&gt;
||specimen&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8733&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||123037004&lt;br /&gt;
||lichaamsstructuur (lichaamsstructuur)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8734&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieICD-O-3Codelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8735&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Lateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||272741003&lt;br /&gt;
||lateraliteit (attribuut)&lt;br /&gt;
||bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8736&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9733&lt;br /&gt;
||ROP Screening (Observatie)&lt;br /&gt;
||8689&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9732&lt;br /&gt;
||AABR (Observatie)&lt;br /&gt;
||8717&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9878&lt;br /&gt;
||BERA (Observatie)&lt;br /&gt;
||8727&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9738&lt;br /&gt;
||Opleiding moeder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||160271000146108&lt;br /&gt;
||opleiding van moeder (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9737&lt;br /&gt;
||Opleiding&lt;br /&gt;
||2581&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9739&lt;br /&gt;
||Opleiding vader&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||160261000146102&lt;br /&gt;
||opleiding van vader (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9740&lt;br /&gt;
||Opleiding&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9741&lt;br /&gt;
||Schooltype&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||105421008&lt;br /&gt;
||opleidingsniveau (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.10.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=SchooltypeCodelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.10.2--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=SchooltypeCBSCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9742&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9745&lt;br /&gt;
||Neurologie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9751&lt;br /&gt;
||Neurologie (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9761&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9763&lt;br /&gt;
||NeurologieWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363820009&lt;br /&gt;
||observatie betreffende neurologie (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.391--20240906071339|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Neurologie follow up}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9764&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9769&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9781&lt;br /&gt;
||Gehoor (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9782&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9784&lt;br /&gt;
||GehoorWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||47078008&lt;br /&gt;
||gehoorfunctie (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.388--20240327094808|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Gehoor Follow up}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9785&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9790&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9791&lt;br /&gt;
||Gezondheidstoestand (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9792&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9794&lt;br /&gt;
||GezondheidstoestandWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||278844005&lt;br /&gt;
||algemene klinische toestand (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.389--20240522092529|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=GezondheidstoestandWaarde Follow up}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9795&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9800&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9960&lt;br /&gt;
||Ademhaling (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9961&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9963&lt;br /&gt;
||AdemhalingWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364062005&lt;br /&gt;
||observatie betreffende ademhaling (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.285--20200616133418|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Ademhaling}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9964&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9969&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9886&lt;br /&gt;
||Navelstomp (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9887&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9889&lt;br /&gt;
||NavelstompWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364595007&lt;br /&gt;
||aspect van navelstrengstomp (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.279--20191118174055|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ControleNavelstomp}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9890&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9895&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9896&lt;br /&gt;
||Slaappatroon (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9897&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9899&lt;br /&gt;
||SlaappatroonWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||404950004&lt;br /&gt;
||gedrag omtrent slaap (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9900&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9905&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9906&lt;br /&gt;
||Huilgedrag (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9907&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9909&lt;br /&gt;
||HuilgedragWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||28263002&lt;br /&gt;
||huilen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.274--20200512160326|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Huilgedrag baby}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9910&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9915&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4356&lt;br /&gt;
||Controle huid&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9959&lt;br /&gt;
||Huid (Observatie)&lt;br /&gt;
||2967&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9916&lt;br /&gt;
||Spugen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9917&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9919&lt;br /&gt;
||SpugenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||300359004&lt;br /&gt;
||bevinding betreffende braken (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.284--20200103125137|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=SpugenCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9920&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9925&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9926&lt;br /&gt;
||Schedel (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9927&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9929&lt;br /&gt;
||SchedelWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||248369007&lt;br /&gt;
||bevinding betreffende schedel (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.370--20220221143159|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=SchedelCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9930&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9935&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10727&lt;br /&gt;
||Tonus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10728&lt;br /&gt;
||Neurologie (Observatie)&lt;br /&gt;
||3085&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10003&lt;br /&gt;
||Gehoortest (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10004&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10006&lt;br /&gt;
||GehoortestWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||252957005&lt;br /&gt;
||gehoortest bij kind (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10007&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10012&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10013&lt;br /&gt;
||Hielprik (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10014&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10016&lt;br /&gt;
||HielprikWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||77262006&lt;br /&gt;
||hielprik (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10025&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;SetnummerHielprikWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||396278008&lt;br /&gt;
||identificatienummer (waarneembare entiteit)&lt;br /&gt;
||identifier&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10017&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10022&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10023&lt;br /&gt;
||DatumGehoortestWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439272007&lt;br /&gt;
||datum van verrichting (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10024&lt;br /&gt;
||DatumHielprikWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-ChildObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DeliveryObservation=&lt;br /&gt;
&amp;lt;section begin=bc-DeliveryObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9144&lt;br /&gt;
||Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie)&lt;br /&gt;
||3951&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9172&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9174&lt;br /&gt;
||HoeveelheidBloedverliesWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249212004&lt;br /&gt;
||hoeveelheid lochia (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9175&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9180&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7863&lt;br /&gt;
||Wijze Begin Baring (Observatie)&lt;br /&gt;
||4096&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4395&lt;br /&gt;
||Ziekenhuis baring&lt;br /&gt;
||1587&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10677&lt;br /&gt;
||Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie)&lt;br /&gt;
||3951&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4390&lt;br /&gt;
||Hoeveelheid bloedverlies (Observatie)&lt;br /&gt;
||3967&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7865&lt;br /&gt;
||Wijze Geboorte Placenta (Observatie)&lt;br /&gt;
||4218&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4084&lt;br /&gt;
||Actieve Ontsluiting (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4085&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4087&lt;br /&gt;
||BeginActieveOntsluitingWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||160621000146107&lt;br /&gt;
||datum van begin van eerste fase van partus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4088&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4095&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4096&lt;br /&gt;
||Wijze Begin Baring (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4097&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4099&lt;br /&gt;
||BeginBaringWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||160611000146102&lt;br /&gt;
||manier waarop eerste fase van partus is begonnen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.308--20210126165826|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WijzeBeginBaring_32}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4100&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4107&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4108&lt;br /&gt;
||Breken Vliezen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4109&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4111&lt;br /&gt;
||BrekenVliezenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||289251005&lt;br /&gt;
||tijdstip waarop gebroken vliezen zijn geconstateerd (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4112&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4119&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4120&lt;br /&gt;
||Aard Vruchtwater (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4121&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4123&lt;br /&gt;
||Aard Vruchtwater Waarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||168089007&lt;br /&gt;
||aspect van vruchtwater (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.20--20210222094051|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=KleurVruchtwater}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4124&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4131&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4218&lt;br /&gt;
||Wijze Geboorte Placenta (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4219&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4221&lt;br /&gt;
||WijzeGeboortePlacentaWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||236994008&lt;br /&gt;
||geboorte van placenta (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.313--20210210164932|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Geboorte Placenta 3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4222&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4229&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4230&lt;br /&gt;
||Geboorte Placenta (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4231&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4233&lt;br /&gt;
||GeboortePlacentaWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||136311000146100&lt;br /&gt;
||datum en tijd van geboorte van placenta (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4234&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4241&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4242&lt;br /&gt;
||Placenta Compleet (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4243&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4245&lt;br /&gt;
||PlacentaCompleetWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364343000&lt;br /&gt;
||compleetheid van placenta (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.342--20210225121553|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=PlacentaCompleet (3.2)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4246&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4253&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4254&lt;br /&gt;
||Placenta PA? (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4255&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4257&lt;br /&gt;
||PlacentaPAWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||168123008&lt;br /&gt;
||monster ingestuurd voor onderzoek (situatie)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4258&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4265&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4266&lt;br /&gt;
||Testuitslag PA (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4267&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4269&lt;br /&gt;
||TestuitslagPAWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||726566009&lt;br /&gt;
||Pathology biopsy report (record artifact)&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4270&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4277&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4278&lt;br /&gt;
||Compleetheid Vliezen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4279&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4281&lt;br /&gt;
||CompleetheidVliezenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364351002&lt;br /&gt;
||compleetheid van vruchtvliezen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.230--20170201162016|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Compleetheid vliezen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4282&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4289&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4290&lt;br /&gt;
||Navelstreng Vaten (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4291&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4293&lt;br /&gt;
||NavelstrengVatenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249191003&lt;br /&gt;
||aantal bloedvaten in navelstreng (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.231--20170201164126|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Navelstreng vaten}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4294&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4301&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3967&lt;br /&gt;
||Hoeveelheid bloedverlies (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3968&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1751&lt;br /&gt;
||HoeveelheidBloedverliesWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364332008&lt;br /&gt;
||bloedverlies durante partu (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3969&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3970&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DeliveryObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DisorderOfChild=&lt;br /&gt;
&amp;lt;section begin=bc-DisorderOfChild /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1985&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Kind&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||subject&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1981&lt;br /&gt;
||Probleem (Kindspecifieke maternale problemen)&lt;br /&gt;
||1591&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1983&lt;br /&gt;
||Probleem (ProblematiekKind)&lt;br /&gt;
||1503&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8781&lt;br /&gt;
||Probleem (Geboortetrauma)&lt;br /&gt;
||1493&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8782&lt;br /&gt;
||Probleem (Congenitale aandoeningen)&lt;br /&gt;
||1514&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8783&lt;br /&gt;
||Probleem_Huid&lt;br /&gt;
||3059&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8784&lt;br /&gt;
||Probleem_Hoofd/Hals&lt;br /&gt;
||2954&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8785&lt;br /&gt;
||Probleem_Thorax&lt;br /&gt;
||2995&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8786&lt;br /&gt;
||Probleem_Abdomen&lt;br /&gt;
||2985&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8787&lt;br /&gt;
||Probleem_Rug&lt;br /&gt;
||3006&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8788&lt;br /&gt;
||Probleem_Extremiteiten&lt;br /&gt;
||3017&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8789&lt;br /&gt;
||Probleem_Genitalia&lt;br /&gt;
||3028&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8790&lt;br /&gt;
||Probleem_Neurologie&lt;br /&gt;
||3039&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10683&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10684&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10685&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10686&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.369--20220214141440|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Opname Indicatie Kind (3.2)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10687&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10688&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10689&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10690&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10691&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2696&lt;br /&gt;
||Probleem (Pediatrische betrokkenheid)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2697&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2698&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2699&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2700&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.341--20210225105013|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=BetrokkenheidKinderarts}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2701&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2702&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2703&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2704&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2705&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4406&lt;br /&gt;
||Problematiek kind&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10680&lt;br /&gt;
||Probleem (ProblematiekKind)&lt;br /&gt;
||1503&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10681&lt;br /&gt;
||Probleem (Geboortetrauma)&lt;br /&gt;
||1493&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4408&lt;br /&gt;
||Probleem (Congenitale aandoeningen)&lt;br /&gt;
||1514&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1489&lt;br /&gt;
||Problematiek kind&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1503&lt;br /&gt;
||Probleem (ProblematiekKind)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||22925008&lt;br /&gt;
||neonatale aandoening (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1504&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1505&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1506&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1507&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.325--20210518104806|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Probleem Kind (Kraam)}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.324--20210518101158|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Probleem Kind (Obstetrie)}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.295--20200810122858|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Problematiek Kind (Pediatrie)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1508&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1509&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1510&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1511&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1512&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3632&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Aanvang&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:onsetInstitution&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.265--20230613115107|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieHierOfElders}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7896&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MicroorganismeSepsisMeningitis&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:causativeAgent&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.249--20230524101339|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MicroorganismeSepsisMeningCodelijst_LNR}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7897&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MicroorganismeCongenitaleInfectie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:causativeAgent&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.226--20180816141641|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MicroorganismeCongInfectCodelijst_LNR}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7899&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Lijnsepsis?&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||736152001&lt;br /&gt;
||bloedbaaninfectie gelijktijdig met en door centraal veneuze katheter in situ (aandoening)&lt;br /&gt;
||extension:lineSepsis&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7898&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Onset&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:onsetPeriod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.283--20200101130352|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=OnsetCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1490&lt;br /&gt;
||Geboortetrauma&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1493&lt;br /&gt;
||Probleem (Geboortetrauma)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||56110009&lt;br /&gt;
||geboortetrauma (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1494&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1495&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1496&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1497&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.327--20210518144535|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Geboortetrauma (Kraam)}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.326--20210518125239|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Geboortetrauma (Obstetrie)}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.296--20200811105755|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Geboortetrauma (Pediatrie)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1498&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1499&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1500&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1501&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1502&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1513&lt;br /&gt;
||Congenitale aandoeningen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1514&lt;br /&gt;
||Probleem (Congenitale aandoeningen)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||66091009&lt;br /&gt;
||congenitale ziekte (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1515&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1516&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1517&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1518&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.299--20200824154514|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam CongenitaleAfwijking Kraam}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.328--20210520161536|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Congenitale  Afwijking Obstetrie}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.298--20200824133956|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam CongenitaleAfwijking Pediatrie}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1519&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1520&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1521&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1522&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1523&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8777&lt;br /&gt;
||Probleem (ProblematiekKind)&lt;br /&gt;
||1503&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8778&lt;br /&gt;
||Probleem (Congenitale aandoeningen)&lt;br /&gt;
||1514&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9706&lt;br /&gt;
||Zintuigen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||59061000146101&lt;br /&gt;
||gedeelte betreffende sensoriek in status (gegevensobject)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9721&lt;br /&gt;
||Probleem (Zintuigen)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||60981000146109&lt;br /&gt;
||aandoening van zintuiglijke functies (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9722&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9723&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9724&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9725&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.231--20220120134819|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Zintuigen (Neonatologie)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9726&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9727&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9728&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9729&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9730&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9771&lt;br /&gt;
||Probleem (Neurologie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||118940003&lt;br /&gt;
||aandoening van zenuwstelsel (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9772&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9773&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9774&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9775&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaamCodelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.337--20210628164200|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_AcuteOverdracht}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9776&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9777&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9778&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9779&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9780&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3920&lt;br /&gt;
||Probleem (Hart &amp;amp; perifeer vaatstelsel)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||49601007&lt;br /&gt;
||cardiovasculaire aandoening (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3921&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3922&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3923&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3924&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.260--20200407134908|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Bevinding_Hart}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3925&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3926&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3927&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3928&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3929&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3930&lt;br /&gt;
||Probleem (Hersenen, hersenstructuren, intracranieel)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||81308009&lt;br /&gt;
||encefalopathie (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3931&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3932&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3933&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3934&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.253--20200401105232|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Hersenen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3935&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3936&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3937&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3938&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3939&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3940&lt;br /&gt;
||Probleem (Wervelkolom, ruggenmerg)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||699699005&lt;br /&gt;
||aandoening van wervelkolom (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3941&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3942&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3943&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3944&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.283--20200527093520|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Wervelkolom Ruggemerg}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3945&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3946&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3947&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3948&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3949&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10570&lt;br /&gt;
||Probleem (Aangezicht)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||118930001&lt;br /&gt;
||aandoening van aangezicht (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10571&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10572&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10573&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10574&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.359--20220131105223|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Aangezicht}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10575&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10576&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10577&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10578&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10579&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10580&lt;br /&gt;
||Probleem (Nek / huid)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||128044005&lt;br /&gt;
||aandoening van huid en/of subcutaan weefsel van hals (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10581&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10582&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10583&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10584&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.360--20220131110025|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Nek/Huid}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10585&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10586&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10587&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10588&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10589&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10590&lt;br /&gt;
||Probleem (ThoraxLuchtwegen)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||50043002&lt;br /&gt;
||respiratoire aandoening (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10591&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10592&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10593&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10594&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.361--20220131110815|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking ThoraxLuchtwegen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10595&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10596&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10597&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10598&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10599&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10600&lt;br /&gt;
||Probleem (Diafragma)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||118928003&lt;br /&gt;
||aandoening van buikwand (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10601&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10602&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10603&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10604&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.362--20220131111328|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Diafragma}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10605&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10606&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10607&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10608&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10609&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10610&lt;br /&gt;
||Probleem (Buikwand)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10611&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10612&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10613&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10614&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.363--20220131112406|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Buikwand}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10615&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10616&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10617&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10618&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10619&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10620&lt;br /&gt;
||Probleem (MaagDarm)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||119292006&lt;br /&gt;
||gastro-intestinale aandoening (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10621&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10622&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10623&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10624&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.364--20220131113252|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking MaagDarm}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10625&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10626&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10627&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10628&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10629&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10630&lt;br /&gt;
||Probleem (NierenBlaasUrogenitalis)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||42030000&lt;br /&gt;
||aandoening van urogenitaal stelsel (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10631&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10632&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10633&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10634&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.365--20220131114808|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking NierenBlaasUrogenitalis}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10635&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10636&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10637&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10638&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10639&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10640&lt;br /&gt;
||Probleem (SkeletSpierstelsel)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||928000&lt;br /&gt;
||aandoening van bewegingsapparaat (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10641&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10642&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10643&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10644&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.366--20220131115327|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking_Afwijking_SkeletSpierstelsel}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10645&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10646&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10647&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10648&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10649&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10650&lt;br /&gt;
||Probleem (Extremiteiten)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||128605003&lt;br /&gt;
||aandoening van extremiteit (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10651&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10652&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10653&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10654&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.367--20220131120004|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Verdenking Afwijking Extremiteiten}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10655&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10656&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10657&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10658&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10659&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DisorderOfChild /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DisorderOfLaborAndDelivery=&lt;br /&gt;
&amp;lt;section begin=bc-DisorderOfLaborAndDelivery /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9882&lt;br /&gt;
||Probleem (Kindspecifieke maternale problemen)&lt;br /&gt;
||1591&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3196&lt;br /&gt;
||Probleem (Maternaal)&lt;br /&gt;
||1564&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1564&lt;br /&gt;
||Probleem (Maternaal)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||362972006&lt;br /&gt;
||aandoening durante partu (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1565&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1566&lt;br /&gt;
||ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1567&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1568&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.289--20200127101358|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Maternaal}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7917&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Vermoeden iuvd op basis van&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||evidence.code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.223--20161202162349|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=IUVD methode}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1569&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1570&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1571&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1572&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1573&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1591&lt;br /&gt;
||Probleem (Kindspecifieke maternale problemen)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1592&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1593&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1594&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1595&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.304--20200213111855|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_KindspecifiekMaternaal}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1596&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1597&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1598&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1599&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1600&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DisorderOfLaborAndDelivery /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DisorderOfPregnancy=&lt;br /&gt;
&amp;lt;section begin=bc-DisorderOfPregnancy /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3830&lt;br /&gt;
||Probleem (Zwangerschap)&lt;br /&gt;
||1180&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9140&lt;br /&gt;
||Probleem (Zwangerschap)&lt;br /&gt;
||1180&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2731&lt;br /&gt;
||Probleem (Zwangerschap)&lt;br /&gt;
||1180&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4384&lt;br /&gt;
||Probleem (Zwangerschap)&lt;br /&gt;
||1180&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1180&lt;br /&gt;
||Probleem (Zwangerschap)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||173300003&lt;br /&gt;
||zwangerschapsstoornis (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1181&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1182&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1183&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1184&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.302--20200211092928|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaam_Zwangerschap}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8654&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Ernst oedeem&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||severity&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.251--20181119182547|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Ernst van de aandoening}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7894&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Vermoeden iuvd op basis van&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||evidence.code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.223--20161202162349|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=IUVD methode}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1185&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1186&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1187&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1188&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1189&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2458&lt;br /&gt;
||Afwijking placenta&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2460&lt;br /&gt;
||Probleem&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||125586008&lt;br /&gt;
||aandoening van placenta (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2461&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2462&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2463&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2464&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.214--20160125115042|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Specificatie van de afwijking van placenta en/of vliezen en/of navelstreng (2.2)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2465&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2466&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2467&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2468&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2469&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DisorderOfPregnancy /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DisorderPostPartum=&lt;br /&gt;
&amp;lt;section begin=bc-DisorderPostPartum /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1928&lt;br /&gt;
||Probleem (Maternaal)&lt;br /&gt;
||1564&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3833&lt;br /&gt;
||Probleem (Postpartum complicatie)&lt;br /&gt;
||2305&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9661&lt;br /&gt;
||Probleem (Postpartum complicatie)&lt;br /&gt;
||2305&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2305&lt;br /&gt;
||Probleem (Postpartum complicatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||80113008&lt;br /&gt;
||complicatie van kraamperiode (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2306&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2307&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2308&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2309&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.34--20210413094135|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Postpartum complicatie}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemNaamCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2310&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2311&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2312&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2313&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2314&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10800&lt;br /&gt;
||Probleem (Postpartum complicatie)&lt;br /&gt;
||2305&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2844&lt;br /&gt;
||Probleem&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||79604008&lt;br /&gt;
||aandoening van mamma (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2846&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2847&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||category&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemTypeCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2848&lt;br /&gt;
||ProbleemNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.322--20201124115905|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Controle borsten 3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2849&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemBeginDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||onsetDateTime:onsetDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2850&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||abatementDateTime:abatementDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2851&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ProbleemStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||clinicalStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.2--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=ProbleemStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2852&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerificatieStatus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||verificationStatus&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.5.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerificatieStatusCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2853&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||note&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DisorderPostPartum /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-DonorObservation=&lt;br /&gt;
&amp;lt;section begin=bc-DonorObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7890&lt;br /&gt;
||Leeftijd eiceldonor&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DonorObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DonorObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||424144002&lt;br /&gt;
||huidige chronologische leeftijd (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-DonorObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-FetusObservation=&lt;br /&gt;
&amp;lt;section begin=bc-FetusObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4169&lt;br /&gt;
||Ligging kind (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4170&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4172&lt;br /&gt;
||LiggingKindWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||271692001&lt;br /&gt;
||presenterend deel van foetus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.393--20250425085943|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LiggingKind32}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4173&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4180&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1208&lt;br /&gt;
||Foetusspecifieke onderzoeksgegevens&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10283&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Patient&lt;br /&gt;
||675&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||subject&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1767&lt;br /&gt;
||Foetale monitoring (CTG)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||281568006&lt;br /&gt;
||monitoren van foetale hart (regime/therapie)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3513&lt;br /&gt;
||FoetaleBuikomtrek / AC (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3515&lt;br /&gt;
||ACWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11979-2&lt;br /&gt;
||Omtrek [afmeting] in abdomen^foetus d.m.v. echografische bepaling&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3516&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3519&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ACDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3520&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ACDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3521&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3539&lt;br /&gt;
||FoetaleFemurlengte / FL (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3541&lt;br /&gt;
||FLWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11963-6&lt;br /&gt;
||Fetal Femur diaphysis [Length] US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3542&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3545&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;FLDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3546&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;FLDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3547&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3552&lt;br /&gt;
||FoetaleBipariëtaleDiameter / BPD (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3554&lt;br /&gt;
||BPDWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11820-8&lt;br /&gt;
||Fetal Head Diameter.biparietal US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3555&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3558&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BPDDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3559&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BPDDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3560&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3564&lt;br /&gt;
||FoetaalLongitudinaleBlaasDiameter / LBD (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3566&lt;br /&gt;
||LBDWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11815-8&lt;br /&gt;
||Diameter [afmeting] in blaas^foetus d.m.v. echografische bepaling&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3567&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3570&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;LBDDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3571&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;LBDDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3572&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3576&lt;br /&gt;
||FoetaleKruinRompLengte / CRL (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3578&lt;br /&gt;
||CRLWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11957-8&lt;br /&gt;
||Fetal Crown Rump length US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3579&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3582&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;CRLDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3583&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;CRLDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3584&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3589&lt;br /&gt;
||FoetaleTranscerebellarDiameter / TCD (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3591&lt;br /&gt;
||TCDWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11863-8&lt;br /&gt;
||Fetal Cerebellum Diameter transverse US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3592&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3595&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;TCDDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3596&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;TCDDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3597&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3602&lt;br /&gt;
||FoetaleNekplooidikte / NT (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3604&lt;br /&gt;
||NTWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||12146-7&lt;br /&gt;
||Fetal Nuchal fold Thickness US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3605&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3608&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;NTDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3609&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;NTDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3610&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3614&lt;br /&gt;
||FoetaalGeschatGewicht / EFW (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3616&lt;br /&gt;
||EFWWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11727-5&lt;br /&gt;
||Fetal Body weight estimated by US&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3617&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3620&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;EFWDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3621&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;EFWDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3622&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2451&lt;br /&gt;
||Bevindingen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7789&lt;br /&gt;
||LiggingFoetus (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2404&lt;br /&gt;
||Beweging foetus (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2405&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BewegingFoetusDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2407&lt;br /&gt;
||BewegingFoetusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364619008&lt;br /&gt;
||meetbare observatie betreffende foetale bewegingen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.264--20200409090337|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Beweging}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2408&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2409&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10846&lt;br /&gt;
||Diameter vruchtzak (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10848&lt;br /&gt;
||DiameterVruchtzakWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||441742003&lt;br /&gt;
||beoordeling van bevinding (bevinding)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10849&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10852&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10853&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10854&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7836&lt;br /&gt;
||OrgaansysteemFoetus (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7837&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;OrgaansysteemFoetusDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7887&lt;br /&gt;
||ObservatieNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.322--20210506140617|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=OrgaansysteemFoetus}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7839&lt;br /&gt;
||OrgaansysteemFoetusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.23--20240906075853|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Beoordeling Bevindingen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7840&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7845&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7847&lt;br /&gt;
||Sonomarkers (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7848&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7886&lt;br /&gt;
||SonomarkerNaam&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.323--20210506154515|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Sonomarkers 3.2}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7850&lt;br /&gt;
||SonomarkerWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.22--20140904000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Beoordeling Sonomarkers}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7851&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7856&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-FetusObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-MaternalObservation=&lt;br /&gt;
&amp;lt;section begin=bc-MaternalObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2581&lt;br /&gt;
||Opleiding&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2583&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10898&lt;br /&gt;
||Gebruik LMWH?&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||443464003&lt;br /&gt;
||behandelen met laagmoleculairgewicht heparine (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3407&lt;br /&gt;
||Consanguïniteit (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||842009&lt;br /&gt;
||consanguiniteit (bevinding)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3500&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ConsanguïniteitDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3499&lt;br /&gt;
||ConsanguïniteitWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||842009&lt;br /&gt;
||consanguiniteit (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3497&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3498&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1728&lt;br /&gt;
||Metingen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3427&lt;br /&gt;
||Body Mass Index (BMI) (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3429&lt;br /&gt;
||BMIWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||39156-5&lt;br /&gt;
||Body mass index (BMI) [Ratio]&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3430&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3433&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BMIDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3434&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BMIDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3435&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2913&lt;br /&gt;
||SociaalNetwerk&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||365469004&lt;br /&gt;
||bevinding betreffende netwerk van gezin, familie en ondersteuners (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1742&lt;br /&gt;
||Foliumzuurgebruik (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||792807003&lt;br /&gt;
||intake van foliumzuur (waarneembare entiteit)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1743&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;FoliumzuurgebruikDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1745&lt;br /&gt;
||FoliumzuurgebruikWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||792807003&lt;br /&gt;
||intake van foliumzuur (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.227--20170201134622|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Foliumzuur gebruik}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1746&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1749&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4367&lt;br /&gt;
||Kinkhoestvaccinatie (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4368&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4370&lt;br /&gt;
||KinkhoestvaccinatieWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||39343008&lt;br /&gt;
||vaccinatie tegen kinkhoest (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4371&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4378&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10270&lt;br /&gt;
||Trisomie in de anamnese? (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10271&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10273&lt;br /&gt;
||TrisomieAnamneseWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||390281000146101&lt;br /&gt;
||voorgeschiedenis met trisomie en partiële trisomie van autosoom (situatie)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10274&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10279&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1712&lt;br /&gt;
||Voornemens vrouw&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2252&lt;br /&gt;
||Voorgenomen plaats baring tijdens zwangerschap (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2253&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VoorgenomenPlaatsBaringDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2255&lt;br /&gt;
||VoorgenomenPlaatsBaringWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||142961000146102&lt;br /&gt;
||voorkeur voor locatie van bevalling (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.319--20201112122448|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VoorgenomenPlaatsBaring (3.2)}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2938&lt;br /&gt;
||Voorkeursziekenhuis&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||55621000146103&lt;br /&gt;
||voorkeurslocatie voor zorg (waarneembare entiteit)&lt;br /&gt;
||value[x].extension:valueReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2256&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2257&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3336&lt;br /&gt;
||Voorgenomen echelon eindverantwoordelijke (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3838&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VoorgenomenEchelonDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3337&lt;br /&gt;
||VoorgenomenEchelonWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||159821000146107&lt;br /&gt;
||lijn in gezondheidszorg (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.321--20210412154013|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Echelon_3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3839&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3840&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2279&lt;br /&gt;
||Voorgenomen voeding (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3872&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VoorgenomenVoedingDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2281&lt;br /&gt;
||VoorgenomenVoedingWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||268467002&lt;br /&gt;
||voorgenomen voeding van zuigeling (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.331--20210607115708|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VoedingSoort_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3873&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3874&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2272&lt;br /&gt;
||Voorgenomen achternaam (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3875&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VoorgenomenAchternaamDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2275&lt;br /&gt;
||VoorgenomenAchternaamWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||142981000146105&lt;br /&gt;
||voorgenomen achternaam voor neonaat&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3876&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3877&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2269&lt;br /&gt;
||Kraamzorg aangevraagd (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3878&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;KraamzorgAangevraagdDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2277&lt;br /&gt;
||KraamzorgAangevraagdWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||147771000146108&lt;br /&gt;
||zorgafnemer heeft kraamzorg aangevraagd (situatie)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2270&lt;br /&gt;
||Zorgaanbieder&lt;br /&gt;
||956&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x].extension:valueReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3879&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3880&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10740&lt;br /&gt;
||GeïndiceerdAantalUurKraamzorg (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10744&lt;br /&gt;
||GeïndiceerdAantalUurKraamzorgDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10745&lt;br /&gt;
||GeïndiceerdAantalUurKraamzorgWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||160631000146109&lt;br /&gt;
||geïndiceerd aantal uur kraamzorg (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10748&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10741&lt;br /&gt;
||WenstVrouwMinderKraamzorg? (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10747&lt;br /&gt;
||WenstVrouwMinderKraamzorgDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10746&lt;br /&gt;
||WenstVrouwMinderKraamzorgWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10749&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10521&lt;br /&gt;
||Bevindingen Moeder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3415&lt;br /&gt;
||Fundushoogte (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3417&lt;br /&gt;
||FundushoogteWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||11881-0&lt;br /&gt;
||Fundushoogte [afmeting] in uterus d.m.v. meetlint&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3418&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.21.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3421&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3422&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3423&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3424&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatieMeting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405813007&lt;br /&gt;
||directe locatie van verrichting (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3425&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4048&lt;br /&gt;
||Fundusstand (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4050&lt;br /&gt;
||FundusstandWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364265003&lt;br /&gt;
||hoogte van uterus gravidus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.226--20161216162923|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Fundusstand (2.2)}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.246--20191028105919|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Fundusstand Kraamzorg}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4051&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.21.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4054&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4055&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4056&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4057&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatieMeting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405813007&lt;br /&gt;
||directe locatie van verrichting (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4058&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.3--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieICD-O-3Codelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10522&lt;br /&gt;
||Bevindingen Foetus&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4060&lt;br /&gt;
||LiggingFoetus (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4062&lt;br /&gt;
||LiggingFoetusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249062004&lt;br /&gt;
||ligging van foetus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.188--20140102000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Ligging}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4063&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.21.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4066&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4067&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4068&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4069&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatieMeting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405813007&lt;br /&gt;
||directe locatie van verrichting (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4070&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4072&lt;br /&gt;
||IndalingFoetus(Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4074&lt;br /&gt;
||IndalingFoetusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364611006&lt;br /&gt;
||indaling van foetus ten opzichte van spinae ischiadicae (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.320--20201112155937|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Indaling (3.2)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4075&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.21.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4078&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4079&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4080&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4081&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatieMeting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405813007&lt;br /&gt;
||directe locatie van verrichting (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4082&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1846&lt;br /&gt;
||Maternale sterfte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3635&lt;br /&gt;
||Cervixlengte (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3637&lt;br /&gt;
||CervixlengteWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||248918004&lt;br /&gt;
||lengte van cervix uteri (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3638&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.21.1.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3641&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;CervixlengteDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3642&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;CervixlengteDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3643&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1124&lt;br /&gt;
||Maternale onderzoeksgegevens&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3678&lt;br /&gt;
||Portio/ P (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3680&lt;br /&gt;
||PortioWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249021005&lt;br /&gt;
||verstrijking van cervix uteri (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.158--20201210134951|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Cervix Effacement}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3681&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3684&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;PortioDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3685&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;PortioDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3686&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3691&lt;br /&gt;
||PositiePortio/ P (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3693&lt;br /&gt;
||PositiePortioWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||248920001&lt;br /&gt;
||positie van cervix uteri (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.213--20160425122048|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Positie portio (2.2)}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3694&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3697&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;PositiePortioDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3698&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;PositiePortioDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3699&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3703&lt;br /&gt;
||Ontsluiting/ O (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3705&lt;br /&gt;
||OntsluitingWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||289761004&lt;br /&gt;
||bevinding betreffende ontsluiting (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.175--20201210140135|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Cervical dilatation}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3706&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3709&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;OntsluitingDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3710&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;OntsluitingDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3711&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3715&lt;br /&gt;
||Vliezen/ V (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3717&lt;br /&gt;
||VliezenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||112074005&lt;br /&gt;
||bevinding betreffende foetaal membraan (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.173--20201210140520|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Vliezen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3718&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3721&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VliezenDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3722&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VliezenDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3723&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3727&lt;br /&gt;
||IndalingHodge/ I (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3729&lt;br /&gt;
||IndalingHodgeWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364611006&lt;br /&gt;
||indaling van foetus ten opzichte van spinae ischiadicae (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.159--20210621112616|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Hodge Planes}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3730&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3733&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;IndalingHodgeDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3734&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;IndalingHodgeDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3735&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3739&lt;br /&gt;
||AardVoorliggendDeel/ A (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3741&lt;br /&gt;
||AardVoorliggendDeelWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364612004&lt;br /&gt;
||voorliggend deel palpabel bij vaginaal toucher (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.172--20201210141721|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Presentation of fetus}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3742&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3745&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AardVoorliggendDeelDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3746&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AardVoorliggendDeelDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3747&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3751&lt;br /&gt;
||Stand/ S (Meting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3753&lt;br /&gt;
||StandWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||289388006&lt;br /&gt;
||bevinding betreffende palpabel voorliggend deel bij vaginaal toucher (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.174--20151019205620|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Stand}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3754&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeetMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||260686004&lt;br /&gt;
||methode (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3757&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;StandDatumBeginTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3758&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;StandDatumEindTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectivePeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3759&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10896&lt;br /&gt;
||NIPT&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||7751000146103&lt;br /&gt;
||niet-invasieve prenatale test (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10897&lt;br /&gt;
||Keuze ouders NIPT&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||1186606009&lt;br /&gt;
||observatie betreffende verzoek van patiënt (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.266--20200414155952|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=KeuzeTest}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10774&lt;br /&gt;
||UrinatieGeweest?&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249278006&lt;br /&gt;
||vermogen tot mictie (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10775&lt;br /&gt;
||DefecatieGeweest?&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||111989001&lt;br /&gt;
||defecatie (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3108&lt;br /&gt;
||Lochia (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249211006&lt;br /&gt;
||bevinding betreffende lochia (bevinding)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3109&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3111&lt;br /&gt;
||Bloedverlies kraambed (lochia) (Waarde)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||366299003&lt;br /&gt;
||bevinding betreffende hoeveelheid lochia (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.287--20200619144804|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Lochia}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3113&lt;br /&gt;
||Aantal kraamverbanden (Waarde)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||570931000146101&lt;br /&gt;
||hoeveelheid gebruikte kraamverbanden (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3115&lt;br /&gt;
||Lochia foetide / riekend? (Waarde)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||276375002&lt;br /&gt;
||stinkende lochia (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3117&lt;br /&gt;
||Grote stolsels in lochia (Waarde)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||146381000146107&lt;br /&gt;
||grote bloedstolsels in lochia (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3118&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3119&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3120&lt;br /&gt;
||Sectiowond (Wond)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||31781000146105&lt;br /&gt;
||	wond na sectio caesarea (afwijkende morfologie)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10661&lt;br /&gt;
||Sectiowond normaal&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3123&lt;br /&gt;
||WondInfectie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405009004&lt;br /&gt;
||infectiestatus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3124&lt;br /&gt;
||WondVochtigheid&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||298007001&lt;br /&gt;
||vochtigheid van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondVochtigheidCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3125&lt;br /&gt;
||WondRand&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||449747006&lt;br /&gt;
||bevinding betreffende rand van wond (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondRandCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3126&lt;br /&gt;
||Wondlengte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||401238003&lt;br /&gt;
||lengte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3127&lt;br /&gt;
||Wondbreedte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||401239006&lt;br /&gt;
||breedte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3128&lt;br /&gt;
||Wonddiepte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||425094009&lt;br /&gt;
||diepte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3129&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3131&lt;br /&gt;
||WondOntstaansdatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3132&lt;br /&gt;
||DatumLaatsteVerbandwissel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3150&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9860&lt;br /&gt;
||Fundusstand (Meting)&lt;br /&gt;
||4048&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3182&lt;br /&gt;
||Zelfredzaamheid kraamvrouw&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10732&lt;br /&gt;
||ZelfredzaamheidAndersDanVerwachting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2842&lt;br /&gt;
||Controle borsten&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2864&lt;br /&gt;
||Controle benen&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2865&lt;br /&gt;
||Bevindingen benen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2866&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2867&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2868&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Lateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||272741003&lt;br /&gt;
||lateraliteit (attribuut)&lt;br /&gt;
||bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.20.7.2--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=LateraliteitCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2869&lt;br /&gt;
||ObservatieWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||116312005&lt;br /&gt;
||bevinding betreffende onderste extremiteit (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.324--20201124152403|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Controle benen 3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2870&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9837&lt;br /&gt;
||Controle perineum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2824&lt;br /&gt;
||Controle perineum (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2826&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2825&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ControlePerineumWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||124734007&lt;br /&gt;
||bevinding betreffende perineum (bevinding)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.290--20200622000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Controle perineum}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2828&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2827&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2871&lt;br /&gt;
||Perineumwond (Wond)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||210484005&lt;br /&gt;
||wond van perineum (aandoening)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10662&lt;br /&gt;
||Perineumwond normaal&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||449891003&lt;br /&gt;
||genezende wond van perineum (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2873&lt;br /&gt;
||WondWeefsel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||148641000146109&lt;br /&gt;
||observatie betreffende wondweefsel (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondWeefselWCSCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2874&lt;br /&gt;
||WondInfectie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405009004&lt;br /&gt;
||infectiestatus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2875&lt;br /&gt;
||WondVochtigheid&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||298007001&lt;br /&gt;
||vochtigheid van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondVochtigheidCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2876&lt;br /&gt;
||WondRand&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||449747006&lt;br /&gt;
||bevinding betreffende rand van wond (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.5--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondRandCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2877&lt;br /&gt;
||Wondlengte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||401238003&lt;br /&gt;
||lengte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2878&lt;br /&gt;
||Wondbreedte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||401239006&lt;br /&gt;
||breedte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2879&lt;br /&gt;
||Wonddiepte&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||425094009&lt;br /&gt;
||diepte van verwonding (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2880&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363698007&lt;br /&gt;
||locatie van bevinding (attribuut)&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.19.2.6--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=WondAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2882&lt;br /&gt;
||WondOntstaansdatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2883&lt;br /&gt;
||DatumLaatsteVerbandwissel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2901&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9826&lt;br /&gt;
||Gezin&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10220&lt;br /&gt;
||Voorlichting veilig slapen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10221&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10223&lt;br /&gt;
||VoorlichtingVeiligSlapenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||1263932002&lt;br /&gt;
||voorlichten over slaap (verrichting)&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10224&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10229&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10230&lt;br /&gt;
||Voorlichting vitamine D (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10231&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10233&lt;br /&gt;
||VoorlichtingVitamineDWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||118791000146100&lt;br /&gt;
||voorlichten over toedienen van vitamine D (verrichting)&lt;br /&gt;
||value[x]:valueString&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10234&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10239&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7973&lt;br /&gt;
||Vloeien (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7974&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7976&lt;br /&gt;
||VloeienWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249211006&lt;br /&gt;
||bevinding betreffende lochia (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.249--20181119171103|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Vloeien}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7977&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7982&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7983&lt;br /&gt;
||Menstruatie (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7984&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7986&lt;br /&gt;
||MenstruatieWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||276319003&lt;br /&gt;
||bevinding betreffende menstruatie (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7987&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7992&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7970&lt;br /&gt;
||Continentie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|ordinal&lt;br /&gt;
||7971&lt;br /&gt;
||UrineContinentie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||129009001&lt;br /&gt;
||blaascontrole (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.4.14.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=UrineContinentieCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|ordinal&lt;br /&gt;
||7972&lt;br /&gt;
||FecesContinentie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||129008009&lt;br /&gt;
||darmcontrole (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.4.15.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=FecesContinentieCodelijst}}&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10675&lt;br /&gt;
||Flatusincontinentie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||249508009&lt;br /&gt;
||flatusincontinentie (bevinding)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7950&lt;br /&gt;
||Conditie perineum (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7951&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7953&lt;br /&gt;
||ConditiePerineumWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364297003&lt;br /&gt;
||observatie betreffende perineum van vrouw (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.368--20220210155748|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Conditie Perineum Observatie}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7954&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7959&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7960&lt;br /&gt;
||Sectiowond (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7961&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7963&lt;br /&gt;
||SectiowondWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||31781000146105&lt;br /&gt;
||wond na sectio caesarea (afwijkende morfologie)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.248--20181119170402|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Wond}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7964&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7969&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-MaternalObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-ObstetricProcedure=&lt;br /&gt;
&amp;lt;section begin=bc-ObstetricProcedure /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3835&lt;br /&gt;
||Verrichting (Zwangerschap)&lt;br /&gt;
||1190&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1970&lt;br /&gt;
||Verrichting (Maternaal)&lt;br /&gt;
||1547&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3837&lt;br /&gt;
||Verrichting (Postpartum complicatie)&lt;br /&gt;
||2315&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1982&lt;br /&gt;
||Verrichting (Kindspecifieke maternale verrichtingen)&lt;br /&gt;
||1603&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8791&lt;br /&gt;
||Verrichting (Ondersteuning opvang)&lt;br /&gt;
||3091&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8792&lt;br /&gt;
||Chirurgische ingrepen (Verrichting)&lt;br /&gt;
||8699&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8793&lt;br /&gt;
||Verrichting (Problematiek kind)&lt;br /&gt;
||7900&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9143&lt;br /&gt;
||Verrichting (Algemene anamnese)&lt;br /&gt;
||1080&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9880&lt;br /&gt;
||Verrichting (Zwangerschap)&lt;br /&gt;
||1190&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9881&lt;br /&gt;
||Verrichting (Maternaal)&lt;br /&gt;
||1547&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9883&lt;br /&gt;
||Verrichting (Kindspecifieke maternale verrichtingen)&lt;br /&gt;
||1603&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9884&lt;br /&gt;
||Verrichting (Postpartum complicatie)&lt;br /&gt;
||2315&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4387&lt;br /&gt;
||Verrichting (Maternaal)&lt;br /&gt;
||1547&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7866&lt;br /&gt;
||Verrichting (Kindspecifieke maternale verrichtingen)&lt;br /&gt;
||1603&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1190&lt;br /&gt;
||Verrichting (Zwangerschap)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1191&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1192&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1193&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1194&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1195&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1207&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Zwangerschap)&lt;br /&gt;
||1180&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1197&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.375--20220321094419|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingTypeGeboortezorgCodelijst}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.307--20200226094046|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingType_Zwangerschap}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1198&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1199&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice.manipulated&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1201&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1312&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Zorgaanbieder&lt;br /&gt;
||956&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1203&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1310&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Zorgverlener&lt;br /&gt;
||978&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1547&lt;br /&gt;
||Verrichting (Maternaal)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1548&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1549&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1550&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1551&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1552&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1583&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Maternaal)&lt;br /&gt;
||1564&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1554&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.303--20200213102349|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingType_Maternaal}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.375--20220321094419|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingTypeGeboortezorgCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||10280&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Moment amniotomie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:partusPhase&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.19--20141222113040|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=AmniotomieMoment}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1555&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1556&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1558&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1560&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1603&lt;br /&gt;
||Verrichting (Kindspecifieke maternale verrichtingen)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1604&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1605&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1606&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1607&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1608&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1620&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Kindspecifieke maternale problemen)&lt;br /&gt;
||1591&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1610&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.288--20200123134654|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingType_Kindspecifiek}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.375--20220321094419|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingTypeGeboortezorgCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7919&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Beslismoment sectio caesarea&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:decisionMoment&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.376--20220321133443|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=BesluitSectio}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1611&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1612&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1614&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1616&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8699&lt;br /&gt;
||Chirurgische ingrepen (Verrichting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8700&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8701&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8702&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8703&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8704&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8716&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Congenitale aandoeningen)&lt;br /&gt;
||1514&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8706&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.333--20210615102522|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingType_ChirurgischeIngrepen_3.2}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8707&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8708&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8710&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8712&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7900&lt;br /&gt;
||Verrichting (Problematiek kind)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7901&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7902&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7903&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7904&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7905&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8686&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (ProblematiekKind)&lt;br /&gt;
||1503&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8687&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Geboortetrauma)&lt;br /&gt;
||1493&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8688&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Probleem (Congenitale aandoeningen)&lt;br /&gt;
||1514&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7907&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.329--20210525162006|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingType_ProblematiekKind}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7908&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7909&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7911&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7913&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8760&lt;br /&gt;
||Ondersteuning bij ontslag naar huis (Verrichting)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||71388002&lt;br /&gt;
||verrichting (verrichting)&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8761&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingStartDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.start&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8762&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingEindDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performed[x]:performedPeriod.end&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8763&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingAnatomischeLocatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.1--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingAnatomischeLocatieCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8764&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingLateraliteit&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||bodySite.extension:ProcedureLaterality&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.3--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingLateraliteitCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8765&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Indicatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363702006&lt;br /&gt;
||heeft focus (attribuut)&lt;br /&gt;
||reasonReference&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8767&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.229--20230802100559|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Ondersteuning_Ontslag_Huis}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8768&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8769&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||usedReference&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8771&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||8773&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||9707&lt;br /&gt;
||Verrichting (Problematiek kind)&lt;br /&gt;
||7900&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7870&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Verrichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||363714003&lt;br /&gt;
||Interprets&lt;br /&gt;
||report&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7875&lt;br /&gt;
||Verrichting (Maternaal onderzoek)&lt;br /&gt;
||2416&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2423&lt;br /&gt;
||VerrichtingType&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||code&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.255--20200406115120|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Onderzoektype}}{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.11.375--20220321094419|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingTypeGeboortezorgCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2424&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;VerrichtingMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||extension:procedureMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.14.1.4--20171231000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=VerrichtingMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2425&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MedischHulpmiddel&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||405815000&lt;br /&gt;
||hulpmiddel voor verrichting (attribuut)&lt;br /&gt;
||focalDevice&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2427&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Locatie&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer.actor&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2429&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Uitvoerder&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||performer.actor&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-ObstetricProcedure /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-PregnancyObservation=&lt;br /&gt;
&amp;lt;section begin=bc-PregnancyObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3346&lt;br /&gt;
||ATermeDatumItems&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3347&lt;br /&gt;
||ATermeDatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||161714006&lt;br /&gt;
||geschatte datum van partus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3348&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;BepalingsMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.40.2.7.14.1--20200901000000|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=BepalingsMethodeCodelijst}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||3349&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;DatumBepaling&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1729&lt;br /&gt;
||Datum einde zwangerschap&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||118951000146109&lt;br /&gt;
||datum van einde van zwangerschap (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2220&lt;br /&gt;
||Definitieve à terme datum (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2221&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Definitieve à terme DatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2223&lt;br /&gt;
||Definitieve à terme Waarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||147781000146105&lt;br /&gt;
||definitieve uitgerekende datum van partus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2224&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Definitieve à terme Methode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method.coding:aTermMethod&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2225&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1711&lt;br /&gt;
||Meerling zwangerschap (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1825&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;MeerlingZwangerschapDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2231&lt;br /&gt;
||TweelingzwangerschapWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||65147003&lt;br /&gt;
||tweelingzwangerschap (bevinding)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.310--20201006145809|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=TweelingzwangerschapType}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1833&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1826&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1734&lt;br /&gt;
||Aantal levende kinderen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1735&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;AantalLevendeKinderenDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1740&lt;br /&gt;
||AantalLevendeKinderenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||143881000146107&lt;br /&gt;
||aantal levende nakomelingen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1736&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1738&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1817&lt;br /&gt;
||Fetal loss (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1818&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;FetalLossDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1820&lt;br /&gt;
||FetalLossWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||16216731000119106&lt;br /&gt;
||voorgeschiedenis met eerdere zwangerschap met intra-uteriene foetale dood (situatie)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1821&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1824&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2134&lt;br /&gt;
||Leven voelen (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2135&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;LevenVoelenDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2137&lt;br /&gt;
||LevenVoelenWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||364618000&lt;br /&gt;
||bewegingspatroon van foetus (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueCodeableConcept&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.207--20201112144120|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Leven voelen}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2138&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2141&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2143&lt;br /&gt;
||Actuele aantal levende foetus (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2144&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ActueleAantalLevendeFoetusDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2146&lt;br /&gt;
||ActueelAantalLevendeFoetusWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||142931000146106&lt;br /&gt;
||aantal levende foetussen (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueQuantity&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2147&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||2150&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1847&lt;br /&gt;
||OverlijdensIndicator&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||59283008&lt;br /&gt;
||maternale sterfte (gebeurtenis)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1848&lt;br /&gt;
||DatumOverlijden&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||399753006&lt;br /&gt;
||datum van overlijden (waarneembare entiteit)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4157&lt;br /&gt;
||TOP nav prenataal onderzoek? (Observatie)&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4158&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieDatumTijd&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||439771001&lt;br /&gt;
||datum van gebeurtenis (waarneembare entiteit)&lt;br /&gt;
||effective[x]:effectiveDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4160&lt;br /&gt;
||TOPnavPrenataalOnderzoekWaarde&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||386639001&lt;br /&gt;
||afbreken van zwangerschap (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4161&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;ObservatieMethode&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||418775008&lt;br /&gt;
||methode van bevinding (attribuut)&lt;br /&gt;
||method&lt;br /&gt;
||{{Simplifier|http://decor.nictiz.nl/fhir/ValueSet/2.16.840.1.113883.2.4.3.11.60.90.77.11.282--20200526172902|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=MeetMethode_GZ}}&lt;br /&gt;
|-style=&amp;quot;font-style: italic;&amp;quot;&lt;br /&gt;
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||4168&lt;br /&gt;
||&amp;amp;#160;&amp;amp;#160;&amp;amp;#160;Toelichting&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||http://loinc.org&lt;br /&gt;
||48767-8&lt;br /&gt;
||Annotation comment [Interpretation] Narrative&lt;br /&gt;
||comment&lt;br /&gt;
||&lt;br /&gt;
|-style=&amp;quot;vertical-align:top;  background-color: #E3E3E3;&amp;quot;&lt;br /&gt;
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||1845&lt;br /&gt;
||Aantal foetussen (Observatie)&lt;br /&gt;
||1837&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PregnancyObservation}}&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-PregnancyObservation /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=bc-ProcedureObservation=&lt;br /&gt;
&amp;lt;section begin=bc-ProcedureObservation /&amp;gt;&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot; &lt;br /&gt;
| style=&amp;quot;background-color: #1F497D;; color: white; font-weight: bold; text-align:center;&amp;quot;  colspan=&amp;quot;13&amp;quot; | PWD 2.3 to FHIR&lt;br /&gt;
|-style=&amp;quot;background-color: #1F497D;; color: white; text-align:left;&amp;quot;&lt;br /&gt;
|style=&amp;quot;width:30px;&amp;quot;| Type &lt;br /&gt;
|style=&amp;quot;width:10px;&amp;quot;| # &lt;br /&gt;
|| Concept&lt;br /&gt;
|| Reference&lt;br /&gt;
|| Profile&lt;br /&gt;
|| System &lt;br /&gt;
|| Code&lt;br /&gt;
|| Display &lt;br /&gt;
|| FHIR element &lt;br /&gt;
|| ValueSet &lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7891&lt;br /&gt;
||Eicelextractiedatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ProcedureObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||177037000&lt;br /&gt;
||eicelaspiratie (verrichting)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7892&lt;br /&gt;
||Cryo embryo&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ProcedureObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||236894009&lt;br /&gt;
||transfer van ingevroren embryo (verrichting)&lt;br /&gt;
||value[x]:valueBoolean&lt;br /&gt;
||&lt;br /&gt;
|-&lt;br /&gt;
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] &lt;br /&gt;
||7893&lt;br /&gt;
||Embryotransferdatum&lt;br /&gt;
||&lt;br /&gt;
||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ProcedureObservation}}&lt;br /&gt;
||http://snomed.info/sct&lt;br /&gt;
||75456002&lt;br /&gt;
||embryotransfer (verrichting)&lt;br /&gt;
||value[x]:valueDateTime&lt;br /&gt;
||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;section end=bc-ProcedureObservation /&amp;gt;&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
	<entry>
		<id>https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-FetusObservation&amp;diff=286256</id>
		<title>Gebz:V2.0 FHIR IG bc-FetusObservation</title>
		<link rel="alternate" type="text/html" href="https://informatiestandaarden.nictiz.nl/index.php?title=Gebz:V2.0_FHIR_IG_bc-FetusObservation&amp;diff=286256"/>
		<updated>2025-10-31T13:36:39Z</updated>

		<summary type="html">&lt;p&gt;Tessa van Alphen: bc-FetusObservation pagina voor package 1.3.3&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;=bc-FetusObservation=&lt;br /&gt;
This is a generic profile for observations related to a fetus. If a patient record is available for the (to be born) child, use bc-ChildObservation instead.&lt;br /&gt;
&lt;br /&gt;
Each FetusObservation must have:&lt;br /&gt;
* a subject, the mother&lt;br /&gt;
* a fetus, the focal element of the Observation&lt;br /&gt;
* performer should be provided if known (this may not always be the case for historical data). performer is the responsible care professional.&lt;br /&gt;
==Profile==&lt;br /&gt;
The entire profile can be found at:&lt;br /&gt;
{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-fetusobservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetusObservation}}&lt;br /&gt;
&lt;br /&gt;
==Pattern==&lt;br /&gt;
This is a patten for fetus-related Observations in Birthcare. &lt;br /&gt;
&lt;br /&gt;
All FHIR instances which follow this pattern will be valid FetusObservations. Other fields from the FHIR profile may be present: this description is a minimal representation.&lt;br /&gt;
&lt;br /&gt;
[[https://informatiestandaarden.nictiz.nl/wiki/Gebz:FHIR_Guidelines#Pattern_legend Legend]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;xml&amp;quot; heading=&amp;quot;XML fragment&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;Observation xmlns=&amp;quot;http://hl7.org/fhir&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;id value=&amp;quot;[[a unique id]]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;meta&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/nl-core-observation&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;profile value=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/meta&amp;gt;&lt;br /&gt;
    &amp;lt;extension url=&amp;quot;http://nictiz.nl/fhir/StructureDefinition/Observation-focus-stu3&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;valueReference&amp;gt;&lt;br /&gt;
            &amp;lt;reference value=&amp;quot;[[reference to the pregnancy | BodySite/fetus1]]&amp;quot; /&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;Foetus 1 vd Wouden&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/valueReference&amp;gt;&lt;br /&gt;
    &amp;lt;/extension&amp;gt;&lt;br /&gt;
    [[! Other values than final should be avoided ]]&lt;br /&gt;
    &amp;lt;status value=&amp;quot;final&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;code&amp;gt;&lt;br /&gt;
        &amp;lt;coding&amp;gt;&lt;br /&gt;
            &amp;lt;system value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;code value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
            &amp;lt;display value=&amp;quot;[[several values possible, see below]]&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/coding&amp;gt;&lt;br /&gt;
    &amp;lt;/code&amp;gt;&lt;br /&gt;
    &amp;lt;subject&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Mother Patient | Patient/XXX-VDWOUDEN&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Patient van der Wouden]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/subject&amp;gt;&lt;br /&gt;
    &amp;lt;context&amp;gt;&lt;br /&gt;
        [[#context]]&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the EpisodeOfCare | EpisodeOfCare/wouden-dossier-zwanger1]]&amp;quot;/&amp;gt;&lt;br /&gt;
        OR&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the Encounter | Encounter/wouden-controle12]]&amp;quot;/&amp;gt;&lt;br /&gt;
        [[/context]]&lt;br /&gt;
    &amp;lt;/context&amp;gt;&lt;br /&gt;
    &amp;lt;performer&amp;gt;&lt;br /&gt;
        &amp;lt;reference value=&amp;quot;[[reference to the performer should be included if known | Practitioner/nl-core-practitioner-01]]&amp;quot; /&amp;gt;&lt;br /&gt;
        &amp;lt;display value=&amp;quot;[[display of reference | Vera de Los]]&amp;quot; /&amp;gt;&lt;br /&gt;
    &amp;lt;/performer&amp;gt;&lt;br /&gt;
    [[several values possible, see below]]&lt;br /&gt;
&amp;lt;/Observation&amp;gt;&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
==Valuation table==&lt;br /&gt;
The FHIR profiles are independent of dataset versions, the mappings are not.&lt;br /&gt;
&lt;br /&gt;
(The values in column 'Code' can be found on Simplifier as a binding on the code on this profile.)&lt;br /&gt;
&lt;br /&gt;
===Dataset 3.2 mappings===&lt;br /&gt;
{{#lst:Gebz:V3.0_Dataset:V3.2_FHIR_mapping_addendum|bc-FetusObservation }}&lt;/div&gt;</summary>
		<author><name>Tessa van Alphen</name></author>
		
	</entry>
</feed>