|
|
(42 tussenliggende versies door dezelfde gebruiker niet weergegeven) |
Regel 1: |
Regel 1: |
| | __NOINDEX__ |
| {{DISPLAYTITLE:eOverdracht FHIR Implementation Guide}} | | {{DISPLAYTITLE:eOverdracht FHIR Implementation Guide}} |
| __NUMBEREDHEADINGS__ | | __NUMBEREDHEADINGS__ |
| =Introduction= | | =Introduction= |
|
| |
|
| This implementation guide assumes that the reader is familiar with [https://www.hl7.org/fhir/stu3/ FHIR(STU3)]. | | This is the implementation guide for the information standard eOverdracht, version {{VersieInfo|eOverdracht}}. This standard is described in this functional specification (TODO) and implemented here using [https://www.hl7.org/fhir/stu3/ FHIR(STU3) HL7 FHIR, STU3]. This implementation guide assumes that the reader is familiar with this FHIR version. |
|
| |
|
| ==Overarching FHIR principles==
| | Apart from this document, the guidelines as specified in [[FHIR:V1.0 FHIR IG STU3|general FHIR Implementation Guide]] apply. In particular, the reader should take note of the [[FHIR:V1.0_FHIR_IG_STU3#Use_case_overarching_principles|Use case overarching principles]] and the use of [[FHIR:V1.0_FHIR_IG_STU3#FHIR_Packages|FHIR packages]]. |
| | |
| TODO: This implementation guide does not provide information on finding the right XIS, nor does it provide information about security. It is assumed that the sending XIS is able to make a connection with the receiving XIS.
| |
| | |
| {TODO: referentie naar overarching principles}
| |
| {{#lst:FHIR:V1.0_FHIR_IG_STU3|FHIRPackages}}
| |
| | |
| {TODO}: link naar versie
| |
|
| |
|
| =Actors involved= | | =Actors involved= |
Regel 63: |
Regel 57: |
| '''Note 1''': More than one result can be returned, for example when an additional Task can have been modified before the notification has been sent, when the receiving XIS choose to batch search interactions, etc. | | '''Note 1''': More than one result can be returned, for example when an additional Task can have been modified before the notification has been sent, when the receiving XIS choose to batch search interactions, etc. |
|
| |
|
| '''Note 2''': It is up to the receiving XIS to detect if a result is a new Task instance or a change to an exising instance, and if so, what has been changed since the last invocation. | | '''Note 2''': It is up to the receiving XIS to detect if a result is a new Task instance or a change to an existing instance, and if so, what has been changed since the last invocation. |
|
| |
|
| The receiving XIS can update a Task hosted by the sending XIS using a PUT operation: | | The receiving XIS can update a Task hosted by the sending XIS using a PUT operation: |
Regel 69: |
Regel 63: |
| PUT base/Task/[id] | | PUT base/Task/[id] |
|
| |
|
| The body should be the original Task with the needed modifications. | | The body should be the original Task with the needed modifications. The sending XIS SHOULD check the update for errors and inconsistencies. If the update is rejected, the sending XIS SHALL response with a HTTP 422 status code and an OperationOutcome detailing the problem. |
| | |
| | ===Notifications=== |
| | It is expected that the sending XIS will notify the receiving XIS when a new Task is created or when an existing Task is updated. Although the notification mechanism is out of scope for the eOverdracht information standard, it is assumed that the notification does not contain a Task resource id. Rather, it signals that the receiving server should perform a search at the sending server to look for additions or changes in the eOverdracht Task resources. |
|
| |
|
| [TODO: uitleggen hoe de sending XIS reageert]
| | A straightforward implementation for this notification mechanism is for the notifying party to make an empty POST request on a pre-determined endpoint at the party that should be notified. This could be arranged using the FHIR subscriptions mechanism, but the endpoints could also be arranged by other means. |
|
| |
|
| ==Notifications== | | ==Use of the Composition resource== |
|
| |
|
| It is expected that the sending XIS will notify the receiving XIS when a new Task is created or when an existing Task is updated. Although the notification mechanism is out of scope for the eOverdracht information standard, it is assumed that the notification does not contain a Task resource id. Rather, it signals that the receiving server should perform a search at the sending server to look for additions or changes in the eOverdracht Task resources.
| | The Aanmeldbericht and the (three variants of) the Overdrachtbericht are mainly built up of individual FHIR resources, selected by the sending organization to form a coherent set of information relevant to the receiving organization. The bulk of these resources are not referenced directly from [[#Task|the Task]]. Instead, the Task references a Composition resource which in turn assembles the references to all individual FHIR resources. For this purpose, the Composition profiles described in [[#FHIR profiles]] SHALL be used. |
| | |
| | ===Composition invocations=== |
| | The receiving XIS MAY use either of the following mechanism for retrieving the individual FHIR resources referenced in the Compostion resource. |
| | ; As a Document: The receiving XIS uses the {{fhir|$document}} operation to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.<br/><pre>GET [base]/Composition/[id]/$document</pre> |
| | ; Individual requests: The receiving XIS first retrieves the Composition resource<br/><pre>GET [base]/Compositon/[id]</pre>Then the necessary other resources referenced can be fetched using a <code>GET</code> interaction. |
|
| |
|
| A straightforward implementation for this notification mechanism is for the notifying party to make an empty POST request on a pre-determined endpoint at the party that should be notified. This could be arranged using the FHIR subscriptions mechanism, but the endpoints could also be arranged by other means.
| | The sending XIS SHALL support both mechanisms. |
|
| |
|
| ==Workflow== | | ==Using Task to manage the workflow== |
| The Task is the main entry point for the eOverdracht transactions. The eOverdracht workflow starts with the retrieval of a new Task instance by the receiving XIS, and all subsequent steps in the worflow are mediated by updates to this Task instance. | | The Task is the main entry point for the eOverdracht transactions. The eOverdracht workflow starts with the retrieval of a new Task instance by the receiving XIS, and all subsequent steps in the worflow are mediated by updates to this Task instance. |
|
| |
|
Regel 104: |
Regel 106: |
| * receiving xis updates Task: | | * receiving xis updates Task: |
| ** {{fhir|Task.status}} = {{term|accepted}} | | ** {{fhir|Task.status}} = {{term|accepted}} |
| | ** optionally: {{fhir|Task.owner}} set to receiving organization. See [[#Brokers]]. |
| |- | | |- |
| | Reject transfer | | | Reject transfer |
Regel 114: |
Regel 117: |
| * receiving xis updates Task: | | * receiving xis updates Task: |
| ** {{fhir|Task.status}} = {{term|on-hold}} | | ** {{fhir|Task.status}} = {{term|on-hold}} |
| ** {{fhir|Task.input:alternatieveDatum}} contains alternate proposed date | | ** {{fhir|Task.output:alternatieveDatum}} contains alternate proposed date |
| |- | | |- |
| | colspan=2 | Respond to alternate proposed date | | | colspan=2 | Respond to alternate proposed date |
Regel 122: |
Regel 125: |
| | Accept alternate proposed date: | | | Accept alternate proposed date: |
| | | | | |
| * sending XIS updates Aanmeldbericht | | * sending XIS updates Aanmeldbericht Composition |
| ** ''new date/time for overdracht'' | | ** ''new date/time for overdracht'' |
| * sending xis updates Task: | | * sending xis updates Task: |
| ** {{fhir|Task.status}} = ??? | | ** {{fhir|Task.status}} = {{term|requested}} |
| * (sending XIS sends notification to receiving XIS) | | * (sending XIS sends notification to receiving XIS) |
| |- | | |- |
Regel 131: |
Regel 134: |
| | | | | |
| * sending xis updates Task: | | * sending xis updates Task: |
| ** {{fhir|Task.status}} = ??? | | ** {{fhir|Task.status}} = {{term|cancelled}} |
| * (sending XIS sends notification to receiving XIS) | | * (sending XIS sends notification to receiving XIS) |
| |- | | |- |
Regel 140: |
Regel 143: |
| ** {{fhir|Task.input:overdrachtBericht}} contains reference to the Overdrachtbericht Composition resource | | ** {{fhir|Task.input:overdrachtBericht}} contains reference to the Overdrachtbericht Composition resource |
| * (sending XIS sends notification to receiving XIS) | | * (sending XIS sends notification to receiving XIS) |
| | |- |
| | | colspan=2 | Send confirmation of Overdrachtbericht |
| | | |
| | * Recieving XIS updates Task: |
| | ** {{fhir|Task.status}} = {{term|completed}} |
| |} | | |} |
| | ===Partial workflow=== |
| | When the transfer has to be carried out without the negotiation phase, the sending XIS will create the Task instance with {{fhir|Task.status}} already set to {{term|accepted}} and {{fhir|Task.input:overdrachtbericht}} populated. |
|
| |
|
| ==Use of the Composition resource== | | ===Brokers=== |
| | The use of a broker to find an available healthcare provider for the patient transfer fall outside the scope of the eOverdracht information standard. However, it is possible to start the workflow without knowing the receiving organization, which allows for the use of a broker. In this situation, for the sending XIS the broker acts as a receiving XIS, and for the receiving XIS the broker acts as a sending XIS. |
|
| |
|
| The Aanmeldbericht and the (three variants of) the Overdrachtbericht are mainly built up of individual FHIR resources, selected by the sending organization to form a coherent set of information relevant to the receiving organization. The bulk of these resources are not referenced directly from [[#Task|the Task]]. Instead, the Task references a Composition resource which in turn assembles the references to all individual FHIR resources. For this purpose, the Composition profiles described in [[#FHIR profiles]] SHALL be used.
| | When {{fhir|Task.input:overdrachtbericht}} is populated with the Overdrachtbericht Composition, {{fhir|Task.owner}} MUST be populated with the receiving organization. |
|
| |
|
| ===Composition invocations=== | | =FHIR profiles= |
| The receiving XIS MAY use either of the following mechanism for retrieving the individual FHIR resources referenced in the Compostion resource.
| | {{NoteBox|eOverdracht uses the [[FHIR:V1.0_FHIR_IG_STU3#FHIR_Packages|FHIR Packaging mechanism]]. This conveniently bundles all profiles, terminology, example material and other conformance resources you need into a single archive, which can be downloaded or installed using the appropriate FHIR tooling. This version of the information standard uses the following packages: |
| ; As a Document: The receiving XIS uses the {{fhir|$document}} operation to retrieve both the Composition ''and'' all referenced resources as a single document Bundle.<br/><pre>GET [base]/Composition/[id]/$document</pre>
| | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.eoverdracht nictiz.fhir.nl.stu3.eoverdracht] |
| ; Individual requests: The receiving XIS first retrieves the Composition resource<br/><pre>GET [base]/Compositon/[id]</pre>Then the necessary other resources referenced can be fetched using a <code>GET</code> interaction.
| | * [https://simplifier.net/packages/nictiz.fhir.nl.stu3.zib2017 nictiz.fhir.nl.stu3.zib2017, version 2.0.5] |
|
| |
|
| The sending XIS SHALL support both mechanisms.
| | '''Note''': any other version with the same ''major''.''minor'' version is compatible. See [https://semver.org/ Semantic Versioning] for more information.}} |
| | | ==Infrastructure== |
| =FHIR profiles= | | The following table lists the FHIR profiles that should be used for the infrastructural parts of the eOverdracht information standard. The mapping to the functional data elements is given using the mapping within these profiles. |
| ==eOverdracht Task== | | {| class="wikitable" |
| ==Aanmeldbericht==
| | !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | HCIM Name |
| {| class="wikitable" style="horizontal-align: right" | | !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR profile |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | Section | |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | FHIR profile | |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR resource
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM name
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM version
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | Remarks
| |
| |- | | |- |
| | - | | | eOverdracht Task |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-Task|nictiz.fhir.nl.stu3.eoverdracht}} |
| | Composition
| |
| | -
| |
| | -
| |
| | Declaration of the Send Aanmeldbericht transaction.
| |
| |- | | |- |
| | Datum overplaatsing | | | Composition for Aanmeldbericht |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|title=eOverdracht-TransferDate}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|nictiz.fhir.nl.stu3.eoverdracht}} |
| | -
| |
| | -
| |
| | -
| |
| | DateTime extension used in eOverdracht composition profiles
| |
| |- | | |- |
| | rowspan="3"|Persoonsgegevens | | | Composition for Overdrachtbericht volwassenen |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-overdrachtsbericht-volwassenen|nictiz.fhir.nl.stu3.eoverdracht}} |
| | Patient
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|title=zib-Payer}} | | | Composition for Overdrachtbericht pasgeborenen |
| | Coverage
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-overdrachtsbericht-kinderen-0-1-jaar|nictiz.fhir.nl.stu3.eoverdracht}} |
| | Betaler
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|title=nl-core-relatedperson}} | | | Composition for Overdrachtbericht jeugdzorg |
| | RelatedPerson | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-overdrachtsbericht-kinderen-1-18-jaar|nictiz.fhir.nl.stu3.eoverdracht}} |
| | Contactpersoon | | |} |
| | v3.1(2017NL) | | |
| | - | | ==HCIMs== |
| | The following table lists the FHIR profiles that implement the HCIMs used within eOverdracht. |
| | {| class="wikitable" |
| | !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | HCIM Name |
| | !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR profile |
| | !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | Remark |
| |- | | |- |
| | Sturende organisatie | | | Ademhaling |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|nictiz.fhir.nl.stu3.zib2017}} |
| | rowspan="2"| Organization | | | |
| | rowspan="2"| Zorgaanbieder
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |- | | |- |
| | Ontvangende organisatie | | | Alert |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|nictiz.fhir.nl.stu3.zib2017}} |
| | | |
| |- | | |- |
| | Medische diagnose
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| |-
| |
| | Voorgeschiedenis
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| | Let op
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|title=zib-Alert}}
| |
| | Flag
| |
| | Alert | | | Alert |
| | v3.2(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | Vrijheidsbeperking | | | ApgarScore |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingMeasures|title=zib-FreedomRestrictingMeasures}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017}} |
| | Procedure | | | |
| | VrijheidsBeperkendeMaatregelen
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Actuele patiëntenproblemen | | | Behandeldoel |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|nictiz.fhir.nl.stu3.zib2017}} |
| | Condition
| | | |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | Afspraken patiënt
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|title=zib-ProcedureRequest}}
| |
| | ProcedureRequest | |
| | OverdrachtGeplandeZorgActiviteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Wensen en behoeften patiënt en/of naasten
| |
| | -
| |
| | -
| |
| | -
| |
| | -
| |
| | Declared as a text section. See {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht profile}}.
| |
| |-
| |
| | rowspan="2"| Voeding/vocht
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|title=zib-FeedingTubeSystem}}
| |
| | DeviceUseStatement
| |
| | SondeSysteem
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|title=zib-Infusion}}
| |
| | DeviceUseStatement
| |
| | Infuus
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | Uitscheiding
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|title=zib-Stoma}}
| |
| | Observation
| |
| | Stoma
| |
| | v3.2(2017NL)
| |
| | -
| |
| |}
| |
| ==Overdrachtsbericht volwassenen==
| |
| {| class="wikitable" style="horizontal-align: right"
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | Section
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | FHIR profile
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR resource
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM name
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM version
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | Remarks
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Administratieve gegevens
| |
| |-
| |
| | -
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht}}
| |
| | Composition
| |
| | -
| |
| | -
| |
| | Declaration of the Send Aanmeldbericht transaction.
| |
| |-
| |
| | Datum overplaatsing
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|title=eOverdracht-TransferDate}}
| |
| | -
| |
| | -
| |
| | -
| |
| | DateTime extension used in eOverdracht composition profiles
| |
| |-
| |
| | rowspan="4"|Persoonsgegevens
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|title=zib-Payer}}
| |
| | Coverage
| |
| | Betaler | | | Betaler |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|title=nl-core-relatedperson}} | | | Blaasfunctie |
| | RelatedPerson | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017}} |
| | rowspan="2"|Contactpersoon
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Zorgverlener sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | rowspan="2"| Zorgverlener ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Algemene patiënten context
| |
| |-
| |
| | Gezinssituatie
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|title=zib-FamilySituation}}
| |
| | FamilySituation
| |
| | Gezinssituatie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Woonomgeving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|title=zib-LivingSituation}}
| |
| | Woonsituatie
| |
| | LivingSituation
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Levensovertuiging
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|title=zib-LifeStance}}
| |
| | Levensovertuiging
| |
| | LifeStance
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|title=zib-AdvanceDirective}}
| |
| | Wilsverklaring
| |
| | AdvanceDirective
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Sociale omgeving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|title=zib-ParticipationInSociety}}
| |
| | ParticipatieInMaatschappij
| |
| | ParticipationInSociety
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|title=zib-HelpFromOthers}}
| |
| | HulpVanAnderen
| |
| | HelpFromOthers
| |
| | v3.0 (2017NL)
| |
| | -
| |
| |-
| |
| | Communicatie
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|title=patient-proficiency}}
| |
| | Taalvaardigheid
| |
| | LanguageProfeciency
| |
| | v3.1(2017NL)
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Medische context
| |
| |-
| |
| | Medische diagnose
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| |-
| |
| | Voorgeschiedenis
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| | Let op
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|title=zib-Alert}}
| |
| | Flag
| |
| | Alert
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | Vrijheidsbeperking
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingMeasures|title=zib-FreedomRestrictingMeasures}}
| |
| | Procedure
| |
| | VrijheidsBeperkendeMaatregelen
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="7"| Meetwaarden
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|title=zib-BloodPressure}}
| |
| | Observation
| |
| | Bloeddruk | | | Bloeddruk |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|title=zib-PulseRate}} | | | BrandWond |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|nictiz.fhir.nl.stu3.zib2017}} |
| | PolsFrequentie
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|title=zib-BodyTemperature}} | | | ChecklijstPijnScore |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ChecklistPainBehaviour|nictiz.fhir.nl.stu3.zib2017}} |
| | Lichaamstemperatuur
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|title=zib-Respiration}} | | | Contact |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment|nictiz.fhir.nl.stu3.zib2017}} |
| | Ademhaling
| | | To be used for future encounters in the "Afspraken patiënt" context |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|title=zib-BodyWeight}} | | | Contactpersoon |
| | Observation
| | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017}} |
| | Lichaamsgewicht
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|title=zib-BodyHeight}}
| |
| | Observation
| |
| | Lichaamslengte
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | [https://zibs.nl/wiki/AlgemeneMeting-v3.0(2017NL) AlgemeneMeting]
| |
| | Observation
| |
| | AlgemeneMeting
| |
| | v3.0(2017NL)
| |
| | No FHIR profile is available yet for this HCIM.
| |
| |-
| |
| | Pijnscore
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|title=zib-PainScore}}
| |
| | Observation
| |
| | Pijnscore
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: zorgplan
| |
| |-
| |
| | rowspan="3"| Actuele patiëntenproblemen
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}} | |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|title=zib-TreatmentObjective}}
| |
| | Goal
| |
| | Behandeldoel
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|title=zib-NursingIntervention}}
| |
| | Procedure
| |
| | VerpleegkundigeInterventie
| |
| | v3.2(2018NL)
| |
| | -
| |
| |-
| |
| | Zorgresultaat
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|title=zib-OutcomeOfCare}}
| |
| | DiagnisticReport
| |
| | UitkomstVanZorg
| |
| | v3.1(2017NL)
| |
| | - | |
| |-
| |
| | rowspan="3"|Afspraken patiënt
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|title=zib-ProcedureRequest}}
| |
| | ProcedureRequest
| |
| | rowspan="3"|OverdrachtGeplandeZorgActiviteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment|title=eAfspraak-Appointment}}
| |
| | Appointment
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation|title=zib-VaccinationRecommendation}}
| |
| | ImmunizationRecommendation | |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Wensen en behoeften patiënt en/of naasten
| |
| | -
| |
| | -
| |
| | -
| |
| | -
| |
| | Declared as a text section. See {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht profile}}.
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: specificatie gezondheidstoestand
| |
| |-
| |
| | rowspan="12"| Zelfzorg
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink|title=zib-AbilityToDrink}}
| |
| | Observation
| |
| | VermogenTotDrinken
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToEat|title=zib-AbilityToEat}}
| |
| | Observation
| |
| | VermogenTotEten
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities|title=zib-AbilityToPerformMouthcareActivities}}
| |
| | Observation
| |
| | rowspan="3"|VermogenTotMondverzorging
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDevice|title=zib-AbilityToPerformMouthcareActivities-MedicalDevice}}
| |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct|title=zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct}}
| |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToWashOneSelf|title=zib-AbilityToWashOneSelf}}
| |
| | Observation
| |
| | VermogenTotZichWassen
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDressOneself|title=zib-AbilityToDressOneself}}
| |
| | Observation
| |
| | VermogenTotZichKleden
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToGroome|title=zib-AbilityToGroome}}
| |
| | Observation
| |
| | VermogenTotUiterlijkeVerzorging
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToUseToilet|title=zib-AbilityToUseToilet}}
| |
| | Observation
| |
| | VermogenTotToiletgang
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToManageMedication|title=zib-AbilityToManageMedication}}
| |
| | Observation
| |
| | VermogenTotZelfstandigMedicatiegebruik
| |
| | v1.0(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|title=zib-AbilityToPerformNursingActivities}}
| |
| | Observation
| |
| | VermogenTotVerpleegtechnischeHandelingen
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | toelichting zelfzorg
| |
| | -
| |
| | Explanation selfcare
| |
| | -
| |
| | Free text
| |
| |-
| |
| | Mobiliteit
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Mobility|title=zib-Mobility}}
| |
| | Observation
| |
| | Mobiliteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="7"| Voeding/vocht
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|title=zib-NutritionAdvice}}
| |
| | NutritionOrder
| |
| | Voedingsadvies
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQScore|title=zib-SNAQScore}}
| |
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|title=zib-SNAQrcScore}}
| |
|
| |
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|title=zib-SNAQ65+Score}}
| |
|
| |
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MUSTScore|title=zib-MUSTScore}}
| |
| | Observation
| |
| | SNAQScore
| |
|
| |
| SNAQrcScore
| |
|
| |
| SNAQ65+Score
| |
|
| |
| MUSTScore
| |
| |v3.1(2017NL)
| |
|
| |
| v1.0(2017NL)
| |
|
| |
| v1.0(2017NL)
| |
|
| |
| v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|title=zib-FluidBalance}}
| |
| | Observation
| |
| | Vochtbalans
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|title=zib-FeedingTubeSystem}}
| |
| | DeviceUseStatement
| |
| | rowspan="2"|SondeSysteem
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|title=zib-FeedingTubeSystem-Product}}
| |
| | Device
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|title=zib-Infusion}}
| |
| | DeviceUseStatement
| |
| | rowspan="2"|Infuus
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|title=zib-Infusion-Product}}
| |
| | Device
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="3"|Uitscheiding
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|title=zib-BladderFunction}}
| |
| | Observation
| |
| | Blaasfunctie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|title=zib-BowelFunction}}
| |
| | Observation
| |
| | Darmfunctie | | | Darmfunctie |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|title=zib-Stoma}} | | | Datum overplaatsing |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|nictiz.fhir.nl.stu3.zib2017}} |
| | Stoma
| | | |
| | v3.2(2017NL)
| |
| | -
| |
| |- | | |- |
| | rowspan="4"| Huid
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|title=zib-Burnwound}}
| |
| | Condition
| |
| | Brandwond
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|title=zib-PressureUlcer}}
| |
| | Condition
| |
| | DecubitusWond | | | DecubitusWond |
| | v3.2(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|title=zib-SkinDisorder}} | | | FLACCPijnScore |
| | Condition | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FLACCPainScale|nictiz.fhir.nl.stu3.zib2017}} |
| | Huidaandoening
| | | |
| | v3.2(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|title=zib-Wound}} | | | rowspan="3" | FunctieHoren |
| | Condition | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|nictiz.fhir.nl.stu3.zib2017}} |
| | Wond | | | rowspan="3" | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | rowspan="6"| Zintuigen
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|nictiz.fhir.nl.stu3.zib2017}} |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|title=zib-HearingFunction}} | |
| | Observation
| |
| | rowspan="3"| FunctieHoren
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|title=zib-HearingFunction-HearingAid}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|nictiz.fhir.nl.stu3.zib2017}} |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|title=zib-HearingFunction-HearingAid-Product}} | | | rowspan="3" | FunctieZien |
| | Device | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|nictiz.fhir.nl.stu3.zib2017}} |
| | v3.1(2017NL)
| | | rowspan="3" | |
| | - | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|title=zib-VisualFunction}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | rowspan="3"|FunctieZien
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|title=zib-VisualAid}}
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAidProduct|nictiz.fhir.nl.stu3.zib2017}} |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAidProduct|title=zib-VisualAid-Product}} | |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ziektebeleving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|title=zib-IllnessPerception}}
| |
| | Observation
| |
| | Ziektebeleving
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Mentale status
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="7"| Voortplanting
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|title=zib-Pregnancy}}
| |
| | Condition
| |
| | Zwangerschap
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyStatus|title=zib-Pregnancy-PregnancyStatus}}
| |
| | Observation
| |
| | Zwanger
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|title=zib-Pregnancy-TermDate}}
| |
| | Observation
| |
| | ATermDatum
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|title=zib-PregnancyDuration}}
| |
| | Observation
| |
| | Zwangerschapsduur
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|title=zib-Pregnancy-Parity}}
| |
| | Observation
| |
| | Pariteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|title=zib-Pregnancy-Gravidity}}
| |
| | Observation
| |
| | Graviditeit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-DateLastMenstruation|title=zib-Pregnancy-DatelastMenstruation}}
| |
| | Observation
| |
| | DatumLaatsteMenstruatie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| |}
| |
| | |
| ==Overdrachtsbericht kindzorg==
| |
| {| class="wikitable" style="horizontal-align: right"
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | Section
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | FHIR profile
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR resource
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM name
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM version
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | Remarks
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Administratieve gegevens
| |
| |-
| |
| | -
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht}}
| |
| | Composition
| |
| | -
| |
| | -
| |
| | Declaration of the Send Aanmeldbericht transaction.
| |
| |-
| |
| | Datum overplaatsing
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|title=eOverdracht-TransferDate}}
| |
| | -
| |
| | -
| |
| | -
| |
| | DateTime extension used in eOverdracht composition profiles
| |
| |-
| |
| | rowspan="4"|Persoonsgegevens
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|title=zib-Payer}}
| |
| | Coverage
| |
| | Betaler
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|title=nl-core-relatedperson}}
| |
| | RelatedPerson
| |
| | rowspan="2"|Contactpersoon
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Zorgverlener sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | rowspan="2"| Zorgverlener ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Algemene patiënten contact
| |
| |- | | |- |
| | Gezinssituatie | | | Gezinssituatie |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|title=zib-FamilySituation}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017}} |
| | FamilySituation | | | |
| | Gezinssituatie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Woonomgeving | | | Huidaandoening |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|title=zib-LivingSituation}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|nictiz.fhir.nl.stu3.zib2017}} |
| | Woonsituatie
| | | |
| | LivingSituation
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Levensovertuiging
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|title=zib-LifeStance}}
| |
| | Levensovertuiging
| |
| | LifeStance
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|title=zib-AdvanceDirective}}
| |
| | Wilsverklaring
| |
| | AdvanceDirective
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Sociale omgeving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|title=zib-ParticipationInSociety}}
| |
| | ParticipatieInMaatschappij | |
| | ParticipationInSociety
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|title=zib-HelpFromOthers}}
| |
| | HulpVanAnderen | | | HulpVanAnderen |
| | HelpFromOthers | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|nictiz.fhir.nl.stu3.zib2017}} |
| | v3.0 (2017NL) | | | |
| | - | |
| |- | | |- |
| | Communicatie | | | rowspan="2" | Infuus |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|title=patient-proficiency}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|nictiz.fhir.nl.stu3.zib2017}} |
| | Taalvaardigheid | | | rowspan="2" | |
| | LanguageProfeciency
| |
| | v3.1(2017NL) | |
| |- | | |- |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Medische context | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|nictiz.fhir.nl.stu3.zib2017}} |
| |- | | |- |
| | Medische diagnose | | | Levensovertuiging |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|nictiz.fhir.nl.stu3.zib2017}} |
| | Condition | | | |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |- | | |- |
| | | Lichaamsgewicht |
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017}} |
| | | |
| |- | | |- |
| | Voorgeschiedenis | | | Lichaamslengte |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|nictiz.fhir.nl.stu3.zib2017}} |
| | Condition | | | |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |- | | |- |
| | Let op
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|title=zib-Alert}}
| |
| | Flag
| |
| | Alert
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | Vrijheidsbeperking
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingMeasures|title=zib-FreedomRestrictingMeasures}}
| |
| | Procedure
| |
| | VrijheidsBeperkendeMaatregelen
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="9"| Meetwaarden
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|title=zib-BloodPressure}}
| |
| | Observation
| |
| | Bloeddruk
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|title=zib-PulseRate}}
| |
| | Observation
| |
| | PolsFrequentie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|title=zib-BodyTemperature}}
| |
| | Observation
| |
| | Lichaamstemperatuur | | | Lichaamstemperatuur |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|title=zib-Respiration}} | | | Mobiliteit |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Mobility|nictiz.fhir.nl.stu3.zib2017}} |
| | Ademhaling
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|title=zib-BodyWeight}} | | | MUSTScore |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MUSTScore|nictiz.fhir.nl.stu3.zib2017}} |
| | Lichaamsgewicht
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|title=zib-BodyHeight}} | | | Ontwikkeling kind |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DevelopmentChild|nictiz.fhir.nl.stu3.zib2017}} |
| | Lichaamslengte
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference|title=zib-HeadCircumference}} | | | ParticipatieInMaatschappij |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017}} |
| | Schedelomvang
| | | |
| | v1.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|title=zib-ApgarScore}} | | | Patient |
| | Observation | | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017}} |
| | ApgarScore
| | | |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | [https://zibs.nl/wiki/AlgemeneMeting-v3.0(2017NL) AlgemeneMeting]
| |
| | Observation
| |
| | AlgemeneMeting
| |
| | v3.0(2017NL)
| |
| | No fhir profile is available yet for this HCIM. | |
| |- | | |- |
| | Pijnscore | | | Pijnscore |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|title=zib-PainScore}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation | | | |
| | Pijnscore
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: zorgplan | | | PolsFrequentie |
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017}} |
| | | |
| |- | | |- |
| | rowspan="3"| Actuele patiëntenproblemen
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem | | | Probleem |
| | v4.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|title=zib-TreatmentObjective}} | | | Schedelomvang |
| | Goal | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference|nictiz.fhir.nl.stu3.zib2017}} |
| | Behandeldoel
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|title=zib-NursingIntervention}} | | | SNAQ65+Score |
| | Procedure | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017}} |
| | VerpleegkundigeInterventie
| | | |
| | v3.2(2018NL)
| |
| | -
| |
| |- | | |- |
| | Zorgresultaat | | | SNAQrcScore |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|title=zib-OutcomeOfCare}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQrcScore|nictiz.fhir.nl.stu3.zib2017}} |
| | DiagnisticReport | | | |
| | UitkomstVanZorg
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | rowspan="3"|Afspraken patiënt | | | SNAQScore |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|title=zib-ProcedureRequest}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SNAQScore|nictiz.fhir.nl.stu3.zib2017}} |
| | ProcedureRequest | | | |
| | rowspan="3"|OverdrachtGeplandeZorgActiviteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment|title=eAfspraak-Appointment}} | | | rowspan="2" | SondeSysteem |
| | Appointment | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|nictiz.fhir.nl.stu3.zib2017}} |
| | v3.1(2017NL) | | | rowspan=2" | |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation|title=zib-VaccinationRecommendation}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|nictiz.fhir.nl.stu3.zib2017}} |
| | ImmunizationRecommendation
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Wensen en behoeften patiënt en/of naasten | | | Stoma |
| | -
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|nictiz.fhir.nl.stu3.zib2017}} |
| | -
| | | |
| | -
| |
| | -
| |
| | Declared as a text section. See {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht profile}}. | |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: specificatie gezondheidstoestand | |
| |- | | |- |
| | rowspan="2"| Zelfzorg
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|title=zib-AbilityToPerformNursingActivities}}
| |
| | Observation
| |
| | VermogenTotVerpleegtechnischeHandelingen
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | toelichting zelfzorg
| |
| | -
| |
| | Explanation selfcare
| |
| | -
| |
| | Free text
| |
| |-
| |
| | rowspan="8"| Voeding/vocht
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|title=zib-NutritionAdvice}}
| |
| | NutritionOrder
| |
| | Voedingsadvies
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant|title=zib-FeedingPatternInfant}}
| |
| | Observation
| |
| | VoedingspatroonZuigeling
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-StrongKidsScore|title=zib-StrongKidsScore}}
| |
| | Observation
| |
| | StrongKidsScore | | | StrongKidsScore |
| | v1.0(2017NL)
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-StrongKidsScore|nictiz.fhir.nl.stu3.zib2017}} |
| | -
| | | |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|title=zib-FluidBalance}}
| |
| | Observation
| |
| | Vochtbalans
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|title=zib-FeedingTubeSystem}}
| |
| | DeviceUseStatement
| |
| | rowspan="2"|SondeSysteem
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|title=zib-FeedingTubeSystem-Product}}
| |
| | Device
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|title=zib-Infusion}}
| |
| | DeviceUseStatement
| |
| | rowspan="2"|Infuus
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|title=zib-Infusion-Product}}
| |
| | Device
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="3"|Uitscheiding
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|title=zib-BladderFunction}}
| |
| | Observation
| |
| | Blaasfunctie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|title=zib-BowelFunction}}
| |
| | Observation
| |
| | Darmfunctie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|title=zib-Stoma}}
| |
| | Observation
| |
| | Stoma
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="4"| Huid
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|title=zib-Burnwound}}
| |
| | Condition
| |
| | Brandwond
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|title=zib-PressureUlcer}}
| |
| | Condition
| |
| | DecubitusWond
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|title=zib-SkinDisorder}}
| |
| | Condition
| |
| | Huidaandoening
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|title=zib-Wound}}
| |
| | Condition
| |
| | Wond
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="6"| Zintuigen
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|title=zib-HearingFunction}}
| |
| | Observation
| |
| | rowspan="3"| FunctieHoren
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|title=zib-HearingFunction-HearingAid}}
| |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|title=zib-HearingFunction-HearingAid-Product}}
| |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|title=zib-VisualFunction}}
| |
| | Observation
| |
| | rowspan="3"|FunctieZien
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|title=zib-VisualAid}}
| |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid-Product|title=zib-VisualAid-Product}}
| |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ziektebeleving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|title=zib-IllnessPerception}}
| |
| | Observation
| |
| | Ziektebeleving
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Mentale status
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ontwikkeling kind
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DevelopmentChild|title=zib-DevelopmentChild}} | |
| | Observation
| |
| | Ontwikkeling kind
| |
| | v1.1(2017NL)
| |
| | -
| |
| |-
| |
| | Overige bijzonderheden kind
| |
| | -
| |
| | Free text
| |
| | -
| |
| | -
| |
| | Free text for particularities child
| |
| |-
| |
| |}
| |
| | |
| ==Overdrachtsbericht Child 1-18==
| |
| {| class="wikitable" style="horizontal-align: right"
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | Section
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:400px" | FHIR profile
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | FHIR resource
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM name
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | HCIM version
| |
| !style="background-color: #4AB8A7; color: white; font-weight: bold; text-align:left; background-color: #E3E3E3 width:50px" | Remarks
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Administratieve gegevens
| |
| |-
| |
| | -
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht}}
| |
| | Composition
| |
| | -
| |
| | -
| |
| | Declaration of the Send Aanmeldbericht transaction. | |
| |-
| |
| | Datum overplaatsing
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-TransferDate|title=eOverdracht-TransferDate}}
| |
| | -
| |
| | -
| |
| | -
| |
| | DateTime extension used in eOverdracht composition profiles
| |
| |-
| |
| | rowspan="4"|Persoonsgegevens
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|title=zib-Payer}}
| |
| | Coverage | |
| | Betaler
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|title=nl-core-relatedperson}}
| |
| | RelatedPerson
| |
| | rowspan="2"|Contactpersoon
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|title=nl-core-patient}}
| |
| | Patient
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|title=nl-core-organization}}
| |
| | Organization
| |
| | Zorgaanbieder
| |
| | v3.1.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Zorgverlener sturende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | rowspan="2"| Zorgverlener ontvangende organisatie
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|title=nl-core-practitioner}}
| |
| | Practitioner
| |
| | rowspan="2"| Zorgverlener
| |
| | rowspan="2"| v3.1.1(2017NL)
| |
| | rowspan="2"| -
| |
| |-
| |
| | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|title=nl-core-practitionerrole}}
| |
| | PractitionerRole
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Algemene patiënten context
| |
| |-
| |
| | Gezinssituatie
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|title=zib-FamilySituation}}
| |
| | FamilySituation
| |
| | Gezinssituatie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Woonomgeving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|title=zib-LivingSituation}}
| |
| | Woonsituatie
| |
| | LivingSituation
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Levensovertuiging
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LifeStance|title=zib-LifeStance}}
| |
| | Levensovertuiging
| |
| | LifeStance
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|title=zib-AdvanceDirective}}
| |
| | Wilsverklaring
| |
| | AdvanceDirective
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="2"| Sociale omgeving
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|title=zib-ParticipationInSociety}}
| |
| | ParticipatieInMaatschappij
| |
| | ParticipationInSociety
| |
| | v3.1 (2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HelpFromOthers|title=zib-HelpFromOthers}}
| |
| | HulpVanAnderen
| |
| | HelpFromOthers
| |
| | v3.0 (2017NL)
| |
| | -
| |
| |-
| |
| | Communicatie
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|title=patient-proficiency}}
| |
| | Taalvaardigheid | | | Taalvaardigheid |
| | LanguageProfeciency
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/patient-proficiency|nictiz.fhir.nl.stu3.zib2017}} |
| | v3.1(2017NL)
| | | |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Medische context
| |
| |-
| |
| | Medische diagnose
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}} | |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| |-
| |
| | Voorgeschiedenis
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL
| |
| | -
| |
| |-
| |
| | Let op
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|title=zib-Alert}}
| |
| | Flag
| |
| | Alert
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | Vrijheidsbeperking
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FreedomRestrictingMeasures|title=zib-FreedomRestrictingMeasures}}
| |
| | Procedure | |
| | VrijheidsBeperkendeMaatregelen
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="7"| Meetwaarden
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|title=zib-BloodPressure}}
| |
| | Observation
| |
| | Bloeddruk
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|title=zib-PulseRate}}
| |
| | Observation
| |
| | PolsFrequentie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|title=zib-BodyTemperature}}
| |
| | Observation
| |
| | Lichaamstemperatuur
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Respiration|title=zib-Respiration}}
| |
| | Observation
| |
| | Ademhaling
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|title=zib-BodyWeight}}
| |
| | Observation
| |
| | Lichaamsgewicht
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|title=zib-BodyHeight}}
| |
| | Observation
| |
| | Lichaamslengte
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | [https://zibs.nl/wiki/AlgemeneMeting-v3.0(2017NL) AlgemeneMeting]
| |
| | Observation
| |
| | AlgemeneMeting
| |
| | v3.0(2017NL)
| |
| | No fhir profile is available yet for this HCIM.
| |
| |-
| |
| | rowspan="4"|Pijnscore
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PainScore|title=zib-PainScore}}
| |
| | Observation
| |
| | Pijnscore
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ComfortScale|title=zib-ComfortScale}}
| |
| | Observation
| |
| | ComfortScore
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FLACCPainScale|title=zib-FLACCPainScale}}
| |
| | Observation
| |
| | FLACCPijnScore
| |
| | v1.0(2017)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ChecklistPainBehaviour|title=zib-ChecklistPainBehaviour}}
| |
| | Observation
| |
| | ChecklijstPijnScore
| |
| | v1.0(2017NL)
| |
| | -
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: zorgplan
| |
| |-
| |
| | rowspan="3"| Actuele patiëntenproblemen
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|title=zib-Problem}}
| |
| | Condition
| |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentObjective|title=zib-TreatmentObjective}}
| |
| | Goal
| |
| | Behandeldoel
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|title=zib-NursingIntervention}}
| |
| | Procedure
| |
| | VerpleegkundigeInterventie
| |
| | v3.2(2018NL)
| |
| | -
| |
| |-
| |
| | Zorgresultaat
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|title=zib-OutcomeOfCare}}
| |
| | DiagnisticReport
| |
| | UitkomstVanZorg | | | UitkomstVanZorg |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-OutcomeOfCare|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | rowspan="3"|Afspraken patiënt
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|title=zib-ProcedureRequest}}
| |
| | ProcedureRequest
| |
| | rowspan="3"|OverdrachtGeplandeZorgActiviteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment|title=eAfspraak-Appointment}}
| |
| | Appointment
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation|title=zib-VaccinationRecommendation}}
| |
| | ImmunizationRecommendation
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | Wensen en behoeften patiënt en/of naasten
| |
| | -
| |
| | -
| |
| | -
| |
| | -
| |
| | Declared as a text section. See {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eOverdracht-aanmeldbericht|title=eOverdracht aanmeldbericht profile}}.
| |
| |-
| |
| | colspan="6" style="text-align: center; background-color: #4AB8A7; color: white" | Verpleegkundige context: specificatie gezondheidstoestand
| |
| |-
| |
| | rowspan="12"| Zelfzorg
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink|title=zib-AbilityToDrink}}
| |
| | Observation
| |
| | VermogenTotDrinken | | | VermogenTotDrinken |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDrink|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToEat|title=zib-AbilityToEat}}
| |
| | Observation
| |
| | VermogenTotEten | | | VermogenTotEten |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToEat|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities|title=zib-AbilityToPerformMouthcareActivities}} | | | rowspan="3" | VermogenTotMondverzorging |
| | Observation
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities|nictiz.fhir.nl.stu3.zib2017}} |
| | rowspan="3"|VermogenTotMondverzorging | | | rowspan="3" | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDevice|title=zib-AbilityToPerformMouthcareActivities-MedicalDevice}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDevice|nictiz.fhir.nl.stu3.zib2017}} |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct|title=zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformMouthcareActivities-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017}} |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToWashOneSelf|title=zib-AbilityToWashOneSelf}} | | | VermogenTotToiletgang |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToUseToilet|nictiz.fhir.nl.stu3.zib2017}} |
| | VermogenTotZichWassen
| | | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDressOneself|title=zib-AbilityToDressOneself}}
| |
| | Observation
| |
| | VermogenTotZichKleden
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToGroome|title=zib-AbilityToGroome}}
| |
| | Observation
| |
| | VermogenTotUiterlijkeVerzorging | | | VermogenTotUiterlijkeVerzorging |
| | v1.0(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToGroome|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToUseToilet|title=zib-AbilityToUseToilet}} | | | VermogenTotVerpleegtechnischeHandelingen |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|nictiz.fhir.nl.stu3.zib2017}} |
| | VermogenTotToiletgang
| | | |
| | v1.0(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToManageMedication|title=zib-AbilityToManageMedication}}
| |
| | Observation
| |
| | VermogenTotZelfstandigMedicatiegebruik | | | VermogenTotZelfstandigMedicatiegebruik |
| | v1.0(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToManageMedication|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToPerformNursingActivities|title=zib-AbilityToPerformNursingActivities}} | | | VermogenTotZichKleden |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToDressOneself|nictiz.fhir.nl.stu3.zib2017}} |
| | VermogenTotVerpleegtechnischeHandelingen
| | | |
| | v1.0(2017NL)
| |
| | -
| |
| |- | | |- |
| | toelichting zelfzorg | | | VermogenTotZichWassen |
| | -
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AbilityToWashOneSelf|nictiz.fhir.nl.stu3.zib2017}} |
| | Explanation selfcare
| | | |
| | -
| |
| | Free text
| |
| |-
| |
| | Mobiliteit
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Mobility|title=zib-Mobility}} | |
| | Observation | |
| | Mobiliteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | rowspan="7"| Voeding/vocht | | | rowspan="2" | VerpleegkundigeInterventie |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|title=zib-NutritionAdvice}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NursingIntervention|nictiz.fhir.nl.stu3.zib2017}} |
| | NutritionOrder | | | When used in the "Zorgresultaat" context (past use) |
| | Voedingsadvies
| |
| | v3.2(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-StrongKidsScore|title=zib-StrongKidsScore}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation | | | When used in the "Aspraken patient" context (future use) |
| | StrongKidsScore
| |
| | v1.0(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|title=zib-FluidBalance}}
| |
| | Observation
| |
| | Vochtbalans | | | Vochtbalans |
| | v1.0(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FluidBalance|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem|title=zib-FeedingTubeSystem}} | | | Voedingsadvies |
| | DeviceUseStatement
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|nictiz.fhir.nl.stu3.zib2017}} |
| | rowspan="2"|SondeSysteem
| | | |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingTubeSystem-Product|title=zib-FeedingTubeSystem-Product}}
| |
| | Device
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion|title=zib-Infusion}}
| |
| | DeviceUseStatement | |
| | rowspan="2"|Infuus
| |
| | v3.2(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Infusion-Product|title=zib-Infusion-Product}} | | | VoedingspatroonZuigeling |
| | Device | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant|nictiz.fhir.nl.stu3.zib2017}} |
| | v3.2(2017NL)
| | | |
| | -
| |
| |- | | |- |
| | rowspan="3"|Uitscheiding | | | VrijheidsBeperkendeInterventie |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|title=zib-BladderFunction}}
| | | TODO |
| | Observation
| | | Pre-adopt of zib2020 |
| | Blaasfunctie
| |
| | v3.1(2017NL) | |
| | - | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|title=zib-BowelFunction}} | | | Wilsverklaring |
| | Observation
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|nictiz.fhir.nl.stu3.zib2017}} |
| | Darmfunctie
| | | |
| | v3.1(2017NL)
| |
| | - | |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Stoma|title=zib-Stoma}}
| |
| | Observation
| |
| | Stoma
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | rowspan="4"| Huid
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BurnWound|title=zib-Burnwound}}
| |
| | Condition
| |
| | Brandwond
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PressureUlcer|title=zib-PressureUlcer}}
| |
| | Condition | |
| | DecubitusWond
| |
| | v3.2(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-SkinDisorder|title=zib-SkinDisorder}}
| |
| | Condition
| |
| | Huidaandoening
| |
| | v3.2(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|title=zib-Wound}}
| |
| | Condition
| |
| | Wond | | | Wond |
| | v3.1(2017NL) | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Wound|nictiz.fhir.nl.stu3.zib2017}} |
| | - | | | |
| |- | | |- |
| | rowspan="6"| Zintuigen | | | Woonsituatie |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction|title=zib-HearingFunction}}
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| | | |
| | rowspan="3"| FunctieHoren
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid|title=zib-HearingFunction-HearingAid}} | |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HearingFunction-HearingAid-Product|title=zib-HearingFunction-HearingAid-Product}}
| |
| | Device
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction|title=zib-VisualFunction}}
| |
| | Observation
| |
| | rowspan="3"|FunctieZien
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid|title=zib-VisualAid}}
| |
| | DeviceUseStatement
| |
| | v3.1(2017NL)
| |
| | -
| |
| |-
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VisualFunction-VisualAid-Product|title=zib-VisualAid-Product}}
| |
| | Device | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Ziektebeleving | | | Ziektebeleving |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|title=zib-IllnessPerception}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-IllnessPerception|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation | | | |
| | Ziektebeleving
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Mentale status | | | Zorgaanbieder |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition|title=zib-Problem}} | | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017}} |
| | Condition
| | | |
| | Probleem
| |
| | v4.1(2017NL)
| |
| | -
| |
| |-
| |
| | Ontwikkeling kind
| |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DevelopmentChild|title=zib-DevelopmentChild}}
| |
| | Observation | |
| | OntwikkelingKind
| |
| | v1.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | rowspan="7"| Voortplanting | | | rowspan="2" | Zorgverlener |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|title=zib-Pregnancy}} | | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017}} |
| | Condition | | | rowspan="2" | |
| | Zwangerschap | |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyStatus|title=zib-Pregnancy-PregnancyStatus}} | | | {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | Zwanger
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|title=zib-Pregnancy-TermDate}} | | | rowspan="7" | Zwangerschap |
| | Observation | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017}} |
| | ATermDatum
| | | rowspan="7" | |
| | v3.1(2017NL)
| |
| | - | |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|title=zib-PregnancyDuration}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyStatus|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | Zwangerschapsduur
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|title=zib-Pregnancy-Parity}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | Pariteit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|title=zib-Pregnancy-Gravidity}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | Graviditeit
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-DateLastMenstruation|title=zib-Pregnancy-DatelastMenstruation}} | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|nictiz.fhir.nl.stu3.zib2017}} |
| | Observation
| |
| | DatumLaatsteMenstruatie
| |
| | v3.1(2017NL)
| |
| | -
| |
| |- | | |- |
| | Overige bijzonderheden kind | | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|nictiz.fhir.nl.stu3.zib2017}} |
| | - | |
| | -
| |
| | free text
| |
| | -
| |
| | Free text for particularities of child | |
| |- | | |- |
| | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-DateLastMenstruation|nictiz.fhir.nl.stu3.zib2017}} |
| |} | | |} |