BgZ:V1.0 BgZ 2017 Technical IG: verschil tussen versies

Uit informatiestandaarden
Ga naar: navigatie, zoeken
(CDA templates)
(Title has been corrected with the version number)
 
(85 tussenliggende versies door 2 gebruikers niet weergegeven)
Regel 1: Regel 1:
 
__NUMBEREDHEADINGS__
 
__NUMBEREDHEADINGS__
 
__NOINDEX__
 
__NOINDEX__
{{IssueBox|This version is not final yet. Do not use.}}
+
{{DISPLAYTITLE:BgZ medisch-specialistische zorg Technical Implementation Guide 1.0}}
{{DISPLAYTITLE:BgZ CDA Implementation Guide}}
 
 
__TOC__
 
__TOC__
 
=Introduction=
 
=Introduction=
TODO
+
See the [[BgZ:V1.0_BgZ_MSZ_Informatiestandaard|Functional specification]] for context.
 +
 
 
=Actors involved=
 
=Actors involved=
 
{| class="wikitable"
 
{| class="wikitable"
Regel 26: Regel 26:
 
| Electronic health record
 
| Electronic health record
 
|}
 
|}
=Use cases=
+
=Systems and system roles=
 +
System roles are further defined through the Healthcare Information Exchange model of "Registratie aan de Bron" ("Register at the source").
 +
[[Bestand:Healthcare Information Exchange model v1.0.png|Healthcare Information Exchange model v1.0.png]]
 +
BgZ-compliant systems should use HCIMs with appropriate metadata, not only in exchange but also when recording and processing data. Since HCIMs do not have many mandatory items, a sparsely filled BgZ woudl easily be compliant for exchange. The need however is to be able to record, exchange and process the full HCIMs. Therefore, it is a requirement for a Storing System to register the full HCIMs, for an Exchanging System to provide the full HCIMs and for a Processing System to process the entire zib.
 +
 
 +
Further requirements are specified in:
 +
* the HCIM definitions and technical artefacts
 +
* the [[BgZ:V1.0_Kwalificatie | Qualification Scenario's]]
 +
* in the [[#Metadata|Metadata]] section below.
 +
 
 
=Metadata=
 
=Metadata=
=CDA templates=
+
The [[BgZ:V1.0_BgZ_MSZ_Informatiestandaard#Metagegevens|functional description]] requires metadata for the BgZ. This chapter outlines the technical implementation of those metadata.
 +
==Document metadata==
 +
For CDA Documents, the following metadata are mandatory (i.e. must always be present in the BgZ).
 +
* ClinicalDocument/id: the identifier of the entire BgZ document.
 +
* ClinicalDocument/effectiveTime: the date and time the BgZ was generated.
 +
* ClinicalDocument/recordTarget/patientRole/id: the id of the Patient who is subject of this BgZ.
 +
* ClinicalDocument/author/assignedAuthor/representedOrganization/id: the BgZ will rarely have a human as author. Nevertheless, author is required in CDA. Multiple authors are allowed. One should be the same as the custodian for the BgZ.
 +
* ClinicalDocument/custodian/assignedCustodian/representedCustodianOrganization/id: the organization who has generated this BgZ.
 +
 
 +
These items loosely correspond with the BasicElements:
 +
* IdentificationNumber
 +
* DateTime
 +
* Subject
 +
* Author
 +
* Information Source
 +
They are not the same, since the BasicElements are about HCIMs and not documents. When HCIM do not carry sufficient metadata (see: [[#Historical and Absent Metadata|Historical and Absent Metadata]] below), the document metadata can provide the necessary context.
 +
 
 +
==HCIM (zib) metadata==
 +
===Basic Elements===
 +
The 2017 HCIM all have the following implicit Basic Elements which provide metadata:
 +
====IdentificationNumber====
 +
Identification is usually required for deduplication and unambiguous identification of data. Most HCIMs do not provide identification, so Problems, Procedures, Medication etc. need an IdentificationNumber. Some HCIM (such as Patient) already have an IdentificationNumber, and need no additional metadata. For some (Contact Persons) use of BSN is not permitted, and providing another non-unique id is not desirable (How could one keep that consistent over organizations?) Identification only makes sense when data has a single clear origin. In some other cases, identification is of little added value. I.e. for Body Weight, the datetime when it was recorded should suffice. To provide an additional "Body Weight id" to deduplicate Body Weight records is of little added value.
 +
====DateTime====
 +
Quite often HCIMs already have some DateTime. The relevant datetime usually is that of the event itself (say a surgery or medication administration), not of the recording of the event. For the BgZ, all relevant datetimes are already part of the HCIM. The others do not have to be provided (i.e., a Patients Contact Person carries no relevant datetime).
 +
====Subject====
 +
Subject is always implicit in the BgZ. It is always the Patient itself, except for Contact Persons and Health Professionals/Organizations, where the entire HCIM relates to the Patient and the data items therein of course pertain to the Contact Persons and Health Professionals/Organizations in question. The subject thus does not have to be separately stored, assuming the data will be stored in a Patient Record anyway, though exchange formats (certainly FHIR) may require the Patient resource to be part of exchanged data.
 +
 
 +
====Author and Information Source====
 +
The basic elements state:
 +
* Information Source: The person who provided the information and ensures the correctness of it. The source of information does not have to be the author of the information, who in that case is only instrumental in capturing the information.
 +
* Author: The person who has recorded the information.
 +
In the context of the BgZ, when the information source is an healthcare professional (or organization), the person who actually entered or recorded the information (data enterer, capturer) etc. is never relevant. A healthcare professional as information source is is responsible for the medical data, and the organization is responsible for the proper recording and exchange: this should never be an individuals responsibility. The only case where author can be relevant is when the patient is the source of information. In such cases, optionally, the "Patient as author" is provided, and responsible healthcare professional as Information Source.
 +
 
 +
In CDA, there are the following header participants in a CDA Document:
 +
* Author: A party that originates the Act and therefore has responsibility for the information given in the Act.
 +
* DataEnterer: A person entering the data into the originating system.
 +
Therefore, HCIM:Author corresponds more with CDA:dataEnterer and HCIM:InformationSource corresponds more with Author. Be aware of this collision of terminology!
 +
 
 +
FHIR does not always clearly distinguish Author and Information Source. FHIR Observations, for instance,  have a single 'performer' which can be a Patient or a Professional. It is often not be possible (nor needed) to exchange both Information Source and Author in FHIR. Usually the correct reading of the 'responsible person' present in FHIR is Information Source.
 +
 
 +
For almost all records either is relevant. Some listed exceptions are Patient, Contact Person, Payer. In other cases information which typically originates with the Patient, and which is recorded in the anamnesis, the preferred Basic Element to store the fact that the data is provided by the Patient is Information Source. When the information typically originates from a Healthcare Professional, such as a diagnosis, that professional is the Information Source. It is never required to provide both an Author and an Information Source when both are the same, i.e. it is not necessary to state that a diagnosis has the same doctor as Information Source AND Author, or that the Patient is Information Source AND Author of an Alcohol Use statement.
 +
 
 +
====System Requirements for Metadata====
 +
{| class="wikitable"
 +
|-
 +
! Required
 +
||
 +
* A '''Storing System''' MUST be able to persistently store these metadata item when the data originates within the organization
 +
* An '''Exchanging System''' MUST be able to provide the persistent metadata items in the BgZ
 +
* A '''Processing System''' MUST be able to persistently store the received metadata items
 +
* A '''Reusing System''' SHOULD only display medically relevant metadata to the healthcare professional (which excludes identifiers which are not meaningful to an end user)
 +
|-
 +
! Optional
 +
|| This is for metadata items which are not crucial to interoperability. I.e. when a measurement already has an Author, the Information Source is not relevant.
 +
|-
 +
! Not relevant
 +
|| For certain HCIMs the metadata items are not important. I.e. for the contact persons of a Patient, it is not relevant who or when recorded this.
 +
|-
 +
! Named data elements
 +
|| Often the metadata items from the Basic Elements are already present in the HCIM itself. In this case these data items double as metadata, i.e. there is no need for a separate metadata item. All those metadata items are considered '''Required'''.
 +
|-
 +
! Other / textual
 +
|| On other cases textual clarification is given in the table.
 +
|}
 +
 
 +
{{NoteBox|Example '''Procedure'''
 +
 
 +
For a Procedure which is recorded in a Storing System (i.e. which originates in the organization), the system:
 +
* MUST generate and store an Identifier
 +
* MUST record and store the ProcedureStartDate
 +
* MUST record and store the Performer::HealthProfessional
 +
* the Subject is implicit (this is the Patients record)
 +
* the Author is optional.}}
 +
 
 +
{{NoteBox|Example '''LivingSituation'''
 +
 
 +
For a LivingSituation which is recorded in a Storing System (i.e. which originates in the organization), the system must:
 +
* MAY generate and store an Identifier: but this will be of little use in deduplication, since the LivingSituation is a simply coded type (such as "FLATW") without start- and end-data, so deduplication can simply be done on content
 +
* MAY record and store a date of registration - but this is not part of the exchanged data
 +
* MAY record and store an Author or InformationSource, but this is optional for the exchanged data
 +
* the Subject is implicit (this is the Patients record).}}
 +
 
 +
====Historical and Absent Metadata====
 +
For historical data, the appropriate metadata may simply no be available. In those cases those metadata items MUST NOT be exchanged, unless they are also persisted in the source system. In cases where HCIMs are received from another organization, and metadata are absent or incomplete, the metadata SHOULD NOT be exchanged when sending to yet another organization (i.e. one should not invent identifiers when one is not the original source of the data).
 +
 
 +
===Metadata table===
 +
Metadata are often already present in the HCIMs themselves: in that case there is no need to add them to the HCIM again. In other cases, the metadata is not relevant. The table below lists the various Basic Elements against the HCIMs.
 +
 
 +
{| class="wikitable" style="horizontal-align: right"
 +
! Id
 +
! Zib
 +
! HCIM
 +
! IdentificationNumber
 +
! DateTime
 +
! Author
 +
! Subject
 +
! InformationSource
 +
|-
 +
| '''NL-CM:0.1.1'''
 +
| Patient
 +
| Patient
 +
| PatientIdentificationNumber
 +
| DateOfBirth
 +
| Not Relevant
 +
| Patient
 +
| Not Relevant
 +
|-
 +
| '''NL-CM:1.1.1'''
 +
| Betaler
 +
| Payer
 +
| BankCode+AccountNumber OR IdentificationNumber+InsurantNumber
 +
| StartDateTime+EndDateTime
 +
| Not Relevant
 +
| Patient
 +
| Not Relevant
 +
|-
 +
| '''NL-CM:2.1.1'''
 +
| BehandelAanwijzing
 +
| TreatmentDirective
 +
| Required
 +
| VerificationDate
 +
| Optional
 +
| Patient
 +
| Patient OR patient's authorized representative
 +
|-
 +
| '''NL-CM:7.15.1'''
 +
| Wilsverklaring
 +
| AdvanceDirective
 +
| Required
 +
| LivingWillDate
 +
| Optional
 +
| Patient
 +
| Patient OR patient's authorized representative
 +
|-
 +
| '''NL-CM:3.1.1'''
 +
| Contactpersoon
 +
| Contactperson
 +
| Not Relevant
 +
| Not Relevant
 +
| Not Relevant
 +
| Contactpersoon
 +
| Not Relevant
 +
|-
 +
| '''NL-CM:4.26.1'''
 +
| FunctioneleOfMentaleStatus
 +
| FunctionalOrMentalStatus
 +
| Required
 +
| StatusDate
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:5.1.1'''
 +
| Probleem
 +
| Problem
 +
| Required
 +
| ProblemStartDate
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:7.8.1'''
 +
| Woonsituatie
 +
| LivingSituation
 +
| Optional
 +
| Not Relevant
 +
| Not Relevant
 +
| Patient
 +
| Optional
 +
|-
 +
| '''NL-CM:7.4.1'''
 +
| DrugsGebruik
 +
| DrugUse
 +
| Required
 +
| StartDate
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:7.3.1'''
 +
| AlcoholGebruik
 +
| AlcoholUse
 +
| Required
 +
| StartDate
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:7.2.1'''
 +
| TabakGebruik
 +
| TobaccoUse
 +
| Required
 +
| StartDate
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:7.11.1'''
 +
| Voedingsadvies
 +
| NutritionAdvice
 +
| Required
 +
| Not Relevant
 +
| Optional
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:8.3.1'''
 +
| Alert
 +
| Alert
 +
| Required
 +
| StartDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:8.2.1'''
 +
| AllergieIntolerantie
 +
| AllergyIntolerance
 +
| Required
 +
| StartDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:9.6.9580'''
 +
| Medicatieafspraak
 +
| MedicationAgreement
 +
| Required
 +
| MedicationAgreementDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Prescriber::HealthProfessional
 +
|-
 +
| '''NL-CM:9.8.20132'''
 +
| Toedieningsafspraak
 +
| AdministrationAgreement
 +
| Required
 +
| AdministrationAgreementDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Supplier::HealthProfessional
 +
|-
 +
| '''NL-CM:9.11.21338'''
 +
| MedicatieGebruik
 +
| MedicationUse2
 +
| Required
 +
| MedicationUseDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Prescriber::HealthProfessional
 +
|-
 +
| '''NL-CM:10.1.1'''
 +
| MedischHulpmiddel
 +
| MedicalDevice
 +
| ProductID
 +
| StartDate
 +
| empty OR equal to Source
 +
| Patient
 +
| HealthProfessional
 +
|-
 +
| '''NL-CM:11.1.1'''
 +
| Vaccinatie
 +
| Vaccination
 +
| ProductCode+VaccinationDate
 +
| VaccinationDate
 +
| empty OR equal to Source
 +
| Patient
 +
| Administrator::Healthprofessional
 +
|-
 +
| '''NL-CM:12.4.1'''
 +
| Bloeddruk
 +
| BloodPressure
 +
| BloodPressureDateTime
 +
| BloodPressureDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:12.1.1'''
 +
| Lichaamsgewicht
 +
| BodyWeight
 +
| WeightDateTime
 +
| WeightDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:12.2.1'''
 +
| Lichaamslengte
 +
| BodyHeight
 +
| HeightValue OR HeightDateTime
 +
| HeightDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| Required
 +
|-
 +
| '''NL-CM:14.1.1'''
 +
| Verrichting
 +
| Procedure
 +
| Required
 +
| ProcedureStartDate
 +
| empty OR equal to Source
 +
| Patient
 +
| Performer::HealthProfessional
 +
|-
 +
| '''NL-CM:15.1.1'''
 +
| Contact
 +
| Encounter
 +
| ContactType + StartDateTime
 +
| StartDateTime
 +
| empty OR equal to Source
 +
| Patient
 +
| ContactWith::HealthProfessional
 +
|-
 +
| '''NL-CM:17.1.1'''
 +
| Zorgverlener
 +
| HealthProfessional
 +
| HealthProfessionalIdentificationNumber
 +
| Not Relevant
 +
| Not Relevant
 +
| HealthProfessional
 +
| Not Relevant
 +
|}
 +
 
 +
=Reconciliation=
 +
Metadata provides the opportunity for reconciliation: combining patient data from multiple sources in a consistent and integrated way. This may involve:
 +
* receiving information, such as a BgZ, from another source and integrating that in one's own EHR;
 +
* retrieving information from multiple sources, and showing that in a consistent and unambiguous way.
 +
 
 +
Reconciliation involves the following.
 +
* '''De-duplication''': data item X may be available from multiple sources, and should only be shown once. De-duplication is possible through '''consistent identifiers''' across data custodians.
 +
* '''Semantic interpretation''': data items from multiple sources should be classified in a consistent way, which is interoperable across sources. Semantic interoperability is possible through the use of consistent '''classification and terminologies'''. The HCIMs themselves, along with "Eenheid van Taal" (Unity of Language) terminology services already provide the necessary level of semantic interoperability.
 +
* '''Provenance''': it should be clear which data originates where, and the original source should be traceable and (where still possible) approachable. Provenance is achieved through '''authorship and information source'''.
 +
* '''Attribution''': patient data is a statement: usually a fact that something is the matter about something or someone at some point in time. '''Subject and date/time''' information allow the data item to be related to the real world.
 +
==Persistent identifiers==
 +
CDA has identifiers of the following form, where root must be an oid and extension is some local string value.:
 +
<nowiki>
 +
  <id extension="1A2B3C" root="2.16.840.1.113883.2.4.3.46.20"/>
 +
</nowiki>
 +
 
 +
FHIR has identifiers of the following form, where system is some uri and value is some local string value.:
 +
<nowiki>
 +
  <identifier>
 +
    <system value="http://www.example.org" />
 +
    <value value="1A2B3C" />
 +
  </identifier>
 +
</nowiki>
 +
 
 +
It is strongly recommended to use FHIR identifiers of the following form in the BgZ, where the oid is the same as the oid used in CDA-based exchanges. :
 +
<nowiki>
 +
  <identifier>
 +
    <system value="urn:oid:2.16.840.1.113883.2.4.3.46.20" />
 +
    <value value="1A2B3C" />
 +
  </identifier>
 +
</nowiki>
 +
This greatly facilitates interoperability between FHIR and CDA.
 +
{{NoteBox|When reconciling data from multiple sources, persistent identifiers MAY be used for the de-duplication of data. Systems may, however,  choose to display duplicate data.}}
 +
{{NoteBox|When storing reconciled data from another source, persistent identifiers MUST be stored as well.}}
 +
 
 +
==Re-identification==
 +
When a record is received from another organization, it should be persisted with the identifiers of the source. However, when the record is updated, the Storing System:
 +
* MUST issue a new Identifier, following their own identification mechanisms
 +
* MUST assign its own professional and/or organization as Information Source
 +
{{NoteBox|Example: a Patient is diagnosed at Hospital A by doctor X as having a Problem: Fracture of wrist, with a start date. The Patient is transferred to another hospital, and the BgZ is sent along. The Problem is there stored in the EHR with the original identifier, and doctor X from hospital A as Information Source. The Patient is treated, and the fracture is healed. Doctor Y changes the Problem to 'inactive', and adds an end date. The system in hospital B must now supply its own identifier, and record doctor Y from hospital B as Information Source. Doctor B, and hospital B are responsible for the entire new record.}}
 +
As of yet, HCIMs and the BgZ do not provide a reliable mechanism to record and exchange shared responsibility and treatment across organizations, and there is no way to record different individuals are responsible for different steps in the lifecycle of an HCIM. This should therefore not be attempted.
 +
 
 +
==Provenance==
 +
Every data item is a statement, an assertion of a fact, recorded by someone somewhere. This original source should be retained when integrating data from multiple sources. The source can be:
 +
# An individual as Information Source of the statement. This is the InformationSource from the zib. In CDA of FHIR this is the corresponding element when a person is populating this element. Examples:
 +
#* a health professional makes a diagnosis
 +
#* a patient reports alcohol and tobacco use
 +
# An organization as Information Source of the statement. This is the InformationSource from the zib. In CDA of FHIR this is the corresponding element when an organization person is populating this element. Examples:
 +
#* a lab reports certain chemical or biological measurements on a specimen
 +
# A XIS as the information source. This is the custodian a CDA document, and the XIS from which the HCIM was retrieved in FHIR (possibly other elements are suitable, as in XDS based exchanges or FHIR Documents). in Examples:
 +
#* a BgZ is received from a XIS, and the contact persons of the patient are listed without further author or source;
 +
#* a record is retrieved from a XIS, and the historical problems in the problem list do not have further author or source;
 +
#* lab results are retrieved from a XIS, but the lab where the measurements were made is not provided;
 +
Certainly for historical data the original source of the statement often is not retained. The order above is the preferred order: i.e. when an individual is known as information source, provide that individual. In the case of an healthcare professional, provide the healthcare organization and professionals role as well. When no individual is known, use the organization. When no organization is known, use the originating XIS as source.
 +
{{NoteBox|When displaying reconciled data from multiple sources, provenance metadata MUST be available to the person viewing that data.}}
 +
{{NoteBox|When storing reconciled data from another source, provenance metadata MUST be stored as well, in the order:
 +
# responsible individual, when known, preferably with organization;
 +
# responsible organization, when no individual is known;
 +
# originating XIS, when no more specific organization is known.}}
 +
 
 +
==De-duplication==
 +
De-duplication is not always possible when receiving consecutive records with the same identifiers but different content. It may not always be obvious which of those records is the most recent one. This standard does not require specific mechanisms for de-deduplication, but suggests the following heuristics:
 +
* when a record is received from A and B, and A is listed as the information source in both, assume the record from A to be the most recent one;
 +
* when a record is received from A, stored, and retrieved again from A, assume the latter is most recent one;
 +
* when a record is received from B and C, and A is listed as the information source in both, assume the most recently received record is most recent one.
 +
A Processing System can flag such conflicting records. When in doubt, a medical professional should decide, possibly after consulting colleagues.
 +
=Implementation technologies=
 +
==FHIR profiles==
 +
The [[MedMij:V2020.01/FHIR_BGZ_2017#List_of_profiles|FHIR profiles defined for MedMij]] are also used for the BgZ.
 +
 
 +
==CDA templates==
 +
The entire publication can be found at [https://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/ Basisgegevensset Zorg 2017 (BgZ)]
 +
 
 +
The following CDA templates are used for the BgZ 2017.
 
{| class="wikitable" style="horizontal-align: right"  
 
{| class="wikitable" style="horizontal-align: right"  
 
!style="background-color: #1F497D; color: white; font-weight: bold; text-align:left;  background-color: #E3E3E3 width:10px"  | Section
 
!style="background-color: #1F497D; color: white; font-weight: bold; text-align:left;  background-color: #E3E3E3 width:10px"  | Section
Regel 37: Regel 443:
 
| 0
 
| 0
 
| colspan="2" | BgZ
 
| colspan="2" | BgZ
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20211029T132923/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.1-2017-10-24T180540.html Template  CDA Basisgegevensset Zorg 2017 (BgZ)]
+
| [https://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.1-2021-11-29T000000.html Template  CDA Basisgegevensset Zorg 2017 (BgZ)]
 
|-
 
|-
 
| colspan="2" | 1. Demografie en identificatie  
 
| colspan="2" | 1. Demografie en identificatie  
 
| Demographics and identification
 
| Demographics and identification
 +
| [https://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.3-2021-11-29T000000.html CDArecordTargetSDTC-NL]
 
|-
 
|-
 
|   
 
|   
Regel 49: Regel 456:
 
| colspan="2" | 2. Financiële informatie
 
| colspan="2" | 2. Financiële informatie
 
| Financial information
 
| Financial information
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.19-2017-02-05T000000.html BgZ2017Betaler]
 
|-
 
|-
 
|  
 
|  
Regel 56: Regel 464:
 
|-
 
|-
 
| colspan="2" | 3. Behandelrestricties
 
| colspan="2" | 3. Behandelrestricties
|  
+
| Treatment Directives
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.4-2017-10-24T000000.html BgZ2017TreatmentDirectives]
 
|-
 
|-
 
| rowspan="2" |
 
| rowspan="2" |
 
| [https://zibs.nl/wiki/BehandelAanwijzing-v3.1(2017NL) BehandelAanwijzing]
 
| [https://zibs.nl/wiki/BehandelAanwijzing-v3.1(2017NL) BehandelAanwijzing]
 
| [https://zibs.nl/wiki/TreatmentDirective-v3.1(2017EN) TreatmentDirective]
 
| [https://zibs.nl/wiki/TreatmentDirective-v3.1(2017EN) TreatmentDirective]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TreatmentDirective|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Wilsverklaring-v3.1(2017NL) Wilsverklaring]
 
| [https://zibs.nl/wiki/Wilsverklaring-v3.1(2017NL) Wilsverklaring]
 
| [https://zibs.nl/wiki/AdvanceDirective-v3.1(2017EN) AdvanceDirective]
 
| [https://zibs.nl/wiki/AdvanceDirective-v3.1(2017EN) AdvanceDirective]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdvanceDirective|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 4. Contactpersonen
 
| colspan="2" | 4. Contactpersonen
|  
+
| Contact persons
 +
| [https://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.3-2021-11-29T000000.html CDArecordTargetSDTC-NL]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Contactpersoon-v3.1(2017NL) Contactpersoon]
 
| [https://zibs.nl/wiki/Contactpersoon-v3.1(2017NL) Contactpersoon]
 
| [https://zibs.nl/wiki/ContactPerson-v3.1(2017EN) ContactPerson]
 
| [https://zibs.nl/wiki/ContactPerson-v3.1(2017EN) ContactPerson]
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 5. Functionele status
 
| colspan="2" | 5. Functionele status
|  
+
| Functional Status
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.5-2017-10-24T000000.html BgZ2017FunctionalStatus]
 
|-
 
|-
 
|  
 
|  
| [https://zibs.nl/wiki/FunctioneleOfMentaleStatus-v3.1(2017NL) Funct. OfMentaleStatus]
+
| [https://zibs.nl/wiki/FunctioneleOfMentaleStatus-v3.1(2017NL) FunctioneleOfMentaleStatus]
 
| [https://zibs.nl/wiki/FunctionalOrMentalStatus-v3.1(2017EN) FunctionalOrMentalStatus]
 
| [https://zibs.nl/wiki/FunctionalOrMentalStatus-v3.1(2017EN) FunctionalOrMentalStatus]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FunctionalOrMentalStatus|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 6. Klachten en diagnoses
 
| colspan="2" | 6. Klachten en diagnoses
|  
+
| Complaints and diagnoses
 +
| [https://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.18-2018-01-20T000000.html Voorgeschiedenis]
 +
[http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.6-2017-10-24T000000.html BgZ2017ComplaintsAndDiagnoses]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Probleem-v4.1(2017NL) Probleem]
 
| [https://zibs.nl/wiki/Probleem-v4.1(2017NL) Probleem]
 
| [https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem]
 
| [https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 7. Sociale anamnese
 
| colspan="2" | 7. Sociale anamnese
|  
+
| Social anamnesis
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.7-2017-10-24T000000.html BgZ2017SocialAnamesis]
 
|-
 
|-
 
| rowspan="5" |  
 
| rowspan="5" |  
 
| [https://zibs.nl/wiki/Woonsituatie-v3.1(2017NL) Woonsituatie]
 
| [https://zibs.nl/wiki/Woonsituatie-v3.1(2017NL) Woonsituatie]
 
| [https://zibs.nl/wiki/LivingSituation-v3.1(2017EN) LivingSituation]
 
| [https://zibs.nl/wiki/LivingSituation-v3.1(2017EN) LivingSituation]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/DrugsGebruik-v3.2(2017NL) DrugsGebruik]
 
| [https://zibs.nl/wiki/DrugsGebruik-v3.2(2017NL) DrugsGebruik]
 
| [https://zibs.nl/wiki/DrugUse-v3.2(2017EN) DrugUse]
 
| [https://zibs.nl/wiki/DrugUse-v3.2(2017EN) DrugUse]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/AlcoholGebruik-v3.1(2017NL) AlcoholGebruik]
 
| [https://zibs.nl/wiki/AlcoholGebruik-v3.1(2017NL) AlcoholGebruik]
 
| [https://zibs.nl/wiki/AlcoholUse-v3.1(2017EN) AlcoholUse]
 
| [https://zibs.nl/wiki/AlcoholUse-v3.1(2017EN) AlcoholUse]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/TabakGebruik-v3.1(2017NL) TabakGebruik]
 
| [https://zibs.nl/wiki/TabakGebruik-v3.1(2017NL) TabakGebruik]
 
| [https://zibs.nl/wiki/TobaccoUse-v3.1(2017EN) TobaccoUse]
 
| [https://zibs.nl/wiki/TobaccoUse-v3.1(2017EN) TobaccoUse]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Voedingsadvies-v3.1(2017NL) Voedingsadvies]
 
| [https://zibs.nl/wiki/Voedingsadvies-v3.1(2017NL) Voedingsadvies]
 
| [https://zibs.nl/wiki/NutritionAdvice-v3.1(2017EN) NutritionAdvice]
 
| [https://zibs.nl/wiki/NutritionAdvice-v3.1(2017EN) NutritionAdvice]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 8. Waarschuwingen
 
| colspan="2" | 8. Waarschuwingen
|  
+
| Alerts
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.8-2017-10-24T000000.html BgZ2017Alerts]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Alert-v3.2(2017NL) Alert]
 
| [https://zibs.nl/wiki/Alert-v3.2(2017NL) Alert]
 
| [https://zibs.nl/wiki/Alert-v3.2(2017EN) Alert]
 
| [https://zibs.nl/wiki/Alert-v3.2(2017EN) Alert]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Alert|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 9. Allergieën
 
| colspan="2" | 9. Allergieën
|  
+
| Allergies
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.9-2017-10-24T000000.html BgZ2017Allergies]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/AllergieIntolerantie-v3.2(2017NL) AllergieIntolerantie]
 
| [https://zibs.nl/wiki/AllergieIntolerantie-v3.2(2017NL) AllergieIntolerantie]
 
| [https://zibs.nl/wiki/AllergyIntolerance-v3.2(2017EN) AllergyIntolerance]
 
| [https://zibs.nl/wiki/AllergyIntolerance-v3.2(2017EN) AllergyIntolerance]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 10. Medicatie
 
| colspan="2" | 10. Medicatie
|  
+
| Medication
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.10-2017-10-24T000000.html BgZ2017Medication]
 
|-
 
|-
 
| rowspan="3" |
 
| rowspan="3" |
 
| [https://zibs.nl/wiki/MedicatieGebruik2-v1.0.1(2017NL) MedicatieGebruik2]
 
| [https://zibs.nl/wiki/MedicatieGebruik2-v1.0.1(2017NL) MedicatieGebruik2]
 
| [https://zibs.nl/wiki/MedicationUse2-v1.0.1(2017EN) MedicationUse2]
 
| [https://zibs.nl/wiki/MedicationUse2-v1.0.1(2017EN) MedicationUse2]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Medicatieafspraak-v1.0.1(2017NL) Medicatieafspraak]
 
| [https://zibs.nl/wiki/Medicatieafspraak-v1.0.1(2017NL) Medicatieafspraak]
 
| [https://zibs.nl/wiki/MedicationAgreement-v1.0.1(2017EN) MedicationAgreement]
 
| [https://zibs.nl/wiki/MedicationAgreement-v1.0.1(2017EN) MedicationAgreement]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Toedieningsafspraak-v1.0.1(2017NL) Toedieningsafspraak]
 
| [https://zibs.nl/wiki/Toedieningsafspraak-v1.0.1(2017NL) Toedieningsafspraak]
 
| [https://zibs.nl/wiki/AdministrationAgreement-v1.0.1(2017EN) AdministrationAgreement]
 
| [https://zibs.nl/wiki/AdministrationAgreement-v1.0.1(2017EN) AdministrationAgreement]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AdministrationAgreement|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 11. Medische hulpmiddelen
 
| colspan="2" | 11. Medische hulpmiddelen
|  
+
| Medical devices
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.11-2017-10-24T000000.html BgZ2017MedicalDevices]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/MedischHulpmiddel-v3.1(2017NL) MedischHulpmiddel]
 
| [https://zibs.nl/wiki/MedischHulpmiddel-v3.1(2017NL) MedischHulpmiddel]
 
| [https://zibs.nl/wiki/MedicalDevice-v3.1(2017EN) MedicalDevice]
 
| [https://zibs.nl/wiki/MedicalDevice-v3.1(2017EN) MedicalDevice]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 12. Vaccinaties
 
| colspan="2" | 12. Vaccinaties
|  
+
| Immunizations
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.12-2021-10-28T000000.html BgZ2017Immunizations]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Vaccinatie-v3.1(2017NL) Vaccinatie]
 
| [https://zibs.nl/wiki/Vaccinatie-v3.1(2017NL) Vaccinatie]
 
| [https://zibs.nl/wiki/Vaccination-v3.1(2017EN) Vaccination]
 
| [https://zibs.nl/wiki/Vaccination-v3.1(2017EN) Vaccination]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Vaccination|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 13. Vitale functies
 
| colspan="2" | 13. Vitale functies
|  
+
| Vital signs
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.13-2017-10-24T000000.html BgZ2017VitalSigns]
 
|-
 
|-
 
| rowspan="3" |  
 
| rowspan="3" |  
 
| [https://zibs.nl/wiki/Bloeddruk-v3.1(2017NL) Bloeddruk]
 
| [https://zibs.nl/wiki/Bloeddruk-v3.1(2017NL) Bloeddruk]
 
| [https://zibs.nl/wiki/BloodPressure-v3.1(2017EN) BloodPressure]
 
| [https://zibs.nl/wiki/BloodPressure-v3.1(2017EN) BloodPressure]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Lichaamsgewicht-v3.1(2017NL) LichaamsGewicht]
 
| [https://zibs.nl/wiki/Lichaamsgewicht-v3.1(2017NL) LichaamsGewicht]
 
| [https://zibs.nl/wiki/BodyWeight-v3.1(2017EN) BodyWeight]
 
| [https://zibs.nl/wiki/BodyWeight-v3.1(2017EN) BodyWeight]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Lichaamslengte-v3.1(2017NL) LichaamsLengte]
 
| [https://zibs.nl/wiki/Lichaamslengte-v3.1(2017NL) LichaamsLengte]
 
| [https://zibs.nl/wiki/BodyHeight-v3.1(2017EN) BodyHeight]
 
| [https://zibs.nl/wiki/BodyHeight-v3.1(2017EN) BodyHeight]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyHeight|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 14. Uitslagen
 
| colspan="2" | 14. Uitslagen
 +
| Results
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.25.10.52-2021-10-27T000000.html Laboratoryspecialtysection]
 +
|-
 +
 +
| [https://zibs.nl/wiki/LaboratoriumUitslag-v4.1(2017NL) LaboratoriumUitslag]
 +
| [https://zibs.nl/wiki/LaboratoryTestResult-v4.1(2017EN) LaboratoryTestResult]
 
|  
 
|  
|-
 
| rowspan="2" |
 
| rowspan="2" | [https://zibs.nl/wiki/LaboratoriumUitslag-v4.1(2017NL) LaboratoriumUitslag]
 
| rowspan="2" | [https://zibs.nl/wiki/LaboratoryTestResult-v4.1(2017EN) LaboratoryTestResult]
 
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Observation|nictiz.fhir.nl.stu3.zib2017}}
 
|-
 
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LaboratoryTestResult-Specimen|nictiz.fhir.nl.stu3.zib2017}}
 
 
|-
 
|-
 
| colspan="2" | 15. Verrichtingen
 
| colspan="2" | 15. Verrichtingen
|  
+
| Procedures
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.15-2017-10-24T000000.html BgZ2017Procedures]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Verrichting-v4.1(2017NL) Verrichting]
 
| [https://zibs.nl/wiki/Verrichting-v4.1(2017NL) Verrichting]
 
| [https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure]
 
| [https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 16. Contacten
 
| colspan="2" | 16. Contacten
|  
+
| Encounters
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.16-2017-10-24T000000.html BgZ2017Encounters]
 
|-
 
|-
 
|  
 
|  
 
| [https://zibs.nl/wiki/Contact-v3.1(2017NL) Contact]
 
| [https://zibs.nl/wiki/Contact-v3.1(2017NL) Contact]
 
| [https://zibs.nl/wiki/Encounter-v3.1(2017EN) Encounter]
 
| [https://zibs.nl/wiki/Encounter-v3.1(2017EN) Encounter]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| colspan="2" | 17. Zorgplan
 
| colspan="2" | 17. Zorgplan
|  
+
| Care plan
 +
| [http://decor.nictiz.nl/pub/bgz2017/bgz2017-html-20220506T101050/tmp-2.16.840.1.113883.2.4.3.11.60.42.10.17-2021-07-09T172550.html BgZ2017CarePlan]
 
|-
 
|-
| rowspan="4" |
+
|
| rowspan="4" | [https://zibs.nl/wiki/OverdrachtGeplandeZorgActiviteit-v3.1(2017NL) OverdrachtGeplandeZorgActiviteit]
+
| [https://zibs.nl/wiki/OverdrachtGeplandeZorgActiviteit-v3.1(2017NL) OverdrachtGeplandeZorgActiviteit]
| rowspan="4" | [https://zibs.nl/wiki/PlannedCareActivityForTransfer-v3.1(2017EN) PlannedCareActivityForTransfer]
+
| [https://zibs.nl/wiki/PlannedCareActivityForTransfer-v3.1(2017EN) PlannedCareActivityForTransfer]
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|nictiz.fhir.nl.stu3.zib2017}}
 
|-
 
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-VaccinationRecommendation|nictiz.fhir.nl.stu3.zib2017}}
 
|-
 
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceRequest|nictiz.fhir.nl.stu3.zib2017}}
 
|-
 
| {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/eAfspraak-Appointment|nictiz.fhir.nl.stu3.eafspraak}}
 
 
|-
 
|-
 
| colspan="2" | 18. Zorgverleners
 
| colspan="2" | 18. Zorgverleners
 +
| Health professionals
 
|  
 
|  
 
|-
 
|-
Regel 225: Regel 641:
 
| [https://zibs.nl/wiki/Zorgverlener-v3.2(2017NL) Zorgverlener]
 
| [https://zibs.nl/wiki/Zorgverlener-v3.2(2017NL) Zorgverlener]
 
| [https://zibs.nl/wiki/HealthProfessional-v3.2(2017EN) HealthProfessional]
 
| [https://zibs.nl/wiki/HealthProfessional-v3.2(2017EN) HealthProfessional]
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|-
 
|-
 
| [https://zibs.nl/wiki/Zorgaanbieder-v3.1.1(2017NL) Zorgaanbieder]
 
| [https://zibs.nl/wiki/Zorgaanbieder-v3.1.1(2017NL) Zorgaanbieder]
 
| [https://zibs.nl/wiki/HealthcareProvider-v3.1.1(2017EN) HealthcareProvider]
 
| [https://zibs.nl/wiki/HealthcareProvider-v3.1.1(2017EN) HealthcareProvider]
| {{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017}}
+
|  
 
|}
 
|}
  
 +
=Infrastructure=
 +
This standard does not mandate a particular infrastructure, and therefore does not specify details for such an infrastructure.
 +
 +
Useful materials from other parties can be found on:
 +
* [https://taskforce-samen-vooruit.nl/downloads/ Taskforce Samen Vooruit]
 
=Release notes=
 
=Release notes=

Huidige versie van 10 okt 2023 om 14:14


1 Introduction

See the Functional specification for context.

2 Actors involved

Persons Systems
Name Description Name Description
Referring medical specialist Medical specialist who sends a BgZ along with a referral EHR Electronic health record
Receiving medical specialist Medical specialist receives a BgZ along with a referral EHR Electronic health record

3 Systems and system roles

System roles are further defined through the Healthcare Information Exchange model of "Registratie aan de Bron" ("Register at the source"). Healthcare Information Exchange model v1.0.png BgZ-compliant systems should use HCIMs with appropriate metadata, not only in exchange but also when recording and processing data. Since HCIMs do not have many mandatory items, a sparsely filled BgZ woudl easily be compliant for exchange. The need however is to be able to record, exchange and process the full HCIMs. Therefore, it is a requirement for a Storing System to register the full HCIMs, for an Exchanging System to provide the full HCIMs and for a Processing System to process the entire zib.

Further requirements are specified in:

4 Metadata

The functional description requires metadata for the BgZ. This chapter outlines the technical implementation of those metadata.

4.1 Document metadata

For CDA Documents, the following metadata are mandatory (i.e. must always be present in the BgZ).

  • ClinicalDocument/id: the identifier of the entire BgZ document.
  • ClinicalDocument/effectiveTime: the date and time the BgZ was generated.
  • ClinicalDocument/recordTarget/patientRole/id: the id of the Patient who is subject of this BgZ.
  • ClinicalDocument/author/assignedAuthor/representedOrganization/id: the BgZ will rarely have a human as author. Nevertheless, author is required in CDA. Multiple authors are allowed. One should be the same as the custodian for the BgZ.
  • ClinicalDocument/custodian/assignedCustodian/representedCustodianOrganization/id: the organization who has generated this BgZ.

These items loosely correspond with the BasicElements:

  • IdentificationNumber
  • DateTime
  • Subject
  • Author
  • Information Source

They are not the same, since the BasicElements are about HCIMs and not documents. When HCIM do not carry sufficient metadata (see: Historical and Absent Metadata below), the document metadata can provide the necessary context.

4.2 HCIM (zib) metadata

4.2.1 Basic Elements

The 2017 HCIM all have the following implicit Basic Elements which provide metadata:

4.2.1.1 IdentificationNumber

Identification is usually required for deduplication and unambiguous identification of data. Most HCIMs do not provide identification, so Problems, Procedures, Medication etc. need an IdentificationNumber. Some HCIM (such as Patient) already have an IdentificationNumber, and need no additional metadata. For some (Contact Persons) use of BSN is not permitted, and providing another non-unique id is not desirable (How could one keep that consistent over organizations?) Identification only makes sense when data has a single clear origin. In some other cases, identification is of little added value. I.e. for Body Weight, the datetime when it was recorded should suffice. To provide an additional "Body Weight id" to deduplicate Body Weight records is of little added value.

4.2.1.2 DateTime

Quite often HCIMs already have some DateTime. The relevant datetime usually is that of the event itself (say a surgery or medication administration), not of the recording of the event. For the BgZ, all relevant datetimes are already part of the HCIM. The others do not have to be provided (i.e., a Patients Contact Person carries no relevant datetime).

4.2.1.3 Subject

Subject is always implicit in the BgZ. It is always the Patient itself, except for Contact Persons and Health Professionals/Organizations, where the entire HCIM relates to the Patient and the data items therein of course pertain to the Contact Persons and Health Professionals/Organizations in question. The subject thus does not have to be separately stored, assuming the data will be stored in a Patient Record anyway, though exchange formats (certainly FHIR) may require the Patient resource to be part of exchanged data.

4.2.1.4 Author and Information Source

The basic elements state:

  • Information Source: The person who provided the information and ensures the correctness of it. The source of information does not have to be the author of the information, who in that case is only instrumental in capturing the information.
  • Author: The person who has recorded the information.

In the context of the BgZ, when the information source is an healthcare professional (or organization), the person who actually entered or recorded the information (data enterer, capturer) etc. is never relevant. A healthcare professional as information source is is responsible for the medical data, and the organization is responsible for the proper recording and exchange: this should never be an individuals responsibility. The only case where author can be relevant is when the patient is the source of information. In such cases, optionally, the "Patient as author" is provided, and responsible healthcare professional as Information Source.

In CDA, there are the following header participants in a CDA Document:

  • Author: A party that originates the Act and therefore has responsibility for the information given in the Act.
  • DataEnterer: A person entering the data into the originating system.

Therefore, HCIM:Author corresponds more with CDA:dataEnterer and HCIM:InformationSource corresponds more with Author. Be aware of this collision of terminology!

FHIR does not always clearly distinguish Author and Information Source. FHIR Observations, for instance, have a single 'performer' which can be a Patient or a Professional. It is often not be possible (nor needed) to exchange both Information Source and Author in FHIR. Usually the correct reading of the 'responsible person' present in FHIR is Information Source.

For almost all records either is relevant. Some listed exceptions are Patient, Contact Person, Payer. In other cases information which typically originates with the Patient, and which is recorded in the anamnesis, the preferred Basic Element to store the fact that the data is provided by the Patient is Information Source. When the information typically originates from a Healthcare Professional, such as a diagnosis, that professional is the Information Source. It is never required to provide both an Author and an Information Source when both are the same, i.e. it is not necessary to state that a diagnosis has the same doctor as Information Source AND Author, or that the Patient is Information Source AND Author of an Alcohol Use statement.

4.2.1.5 System Requirements for Metadata

Required
  • A Storing System MUST be able to persistently store these metadata item when the data originates within the organization
  • An Exchanging System MUST be able to provide the persistent metadata items in the BgZ
  • A Processing System MUST be able to persistently store the received metadata items
  • A Reusing System SHOULD only display medically relevant metadata to the healthcare professional (which excludes identifiers which are not meaningful to an end user)
Optional This is for metadata items which are not crucial to interoperability. I.e. when a measurement already has an Author, the Information Source is not relevant.
Not relevant For certain HCIMs the metadata items are not important. I.e. for the contact persons of a Patient, it is not relevant who or when recorded this.
Named data elements Often the metadata items from the Basic Elements are already present in the HCIM itself. In this case these data items double as metadata, i.e. there is no need for a separate metadata item. All those metadata items are considered Required.
Other / textual On other cases textual clarification is given in the table.

4.2.1.6 Historical and Absent Metadata

For historical data, the appropriate metadata may simply no be available. In those cases those metadata items MUST NOT be exchanged, unless they are also persisted in the source system. In cases where HCIMs are received from another organization, and metadata are absent or incomplete, the metadata SHOULD NOT be exchanged when sending to yet another organization (i.e. one should not invent identifiers when one is not the original source of the data).

4.2.2 Metadata table

Metadata are often already present in the HCIMs themselves: in that case there is no need to add them to the HCIM again. In other cases, the metadata is not relevant. The table below lists the various Basic Elements against the HCIMs.

Id Zib HCIM IdentificationNumber DateTime Author Subject InformationSource
NL-CM:0.1.1 Patient Patient PatientIdentificationNumber DateOfBirth Not Relevant Patient Not Relevant
NL-CM:1.1.1 Betaler Payer BankCode+AccountNumber OR IdentificationNumber+InsurantNumber StartDateTime+EndDateTime Not Relevant Patient Not Relevant
NL-CM:2.1.1 BehandelAanwijzing TreatmentDirective Required VerificationDate Optional Patient Patient OR patient's authorized representative
NL-CM:7.15.1 Wilsverklaring AdvanceDirective Required LivingWillDate Optional Patient Patient OR patient's authorized representative
NL-CM:3.1.1 Contactpersoon Contactperson Not Relevant Not Relevant Not Relevant Contactpersoon Not Relevant
NL-CM:4.26.1 FunctioneleOfMentaleStatus FunctionalOrMentalStatus Required StatusDate Optional Patient Required
NL-CM:5.1.1 Probleem Problem Required ProblemStartDate Optional Patient Required
NL-CM:7.8.1 Woonsituatie LivingSituation Optional Not Relevant Not Relevant Patient Optional
NL-CM:7.4.1 DrugsGebruik DrugUse Required StartDate Optional Patient Required
NL-CM:7.3.1 AlcoholGebruik AlcoholUse Required StartDate Optional Patient Required
NL-CM:7.2.1 TabakGebruik TobaccoUse Required StartDate Optional Patient Required
NL-CM:7.11.1 Voedingsadvies NutritionAdvice Required Not Relevant Optional Patient Required
NL-CM:8.3.1 Alert Alert Required StartDateTime empty OR equal to Source Patient Required
NL-CM:8.2.1 AllergieIntolerantie AllergyIntolerance Required StartDateTime empty OR equal to Source Patient Required
NL-CM:9.6.9580 Medicatieafspraak MedicationAgreement Required MedicationAgreementDateTime empty OR equal to Source Patient Prescriber::HealthProfessional
NL-CM:9.8.20132 Toedieningsafspraak AdministrationAgreement Required AdministrationAgreementDateTime empty OR equal to Source Patient Supplier::HealthProfessional
NL-CM:9.11.21338 MedicatieGebruik MedicationUse2 Required MedicationUseDateTime empty OR equal to Source Patient Prescriber::HealthProfessional
NL-CM:10.1.1 MedischHulpmiddel MedicalDevice ProductID StartDate empty OR equal to Source Patient HealthProfessional
NL-CM:11.1.1 Vaccinatie Vaccination ProductCode+VaccinationDate VaccinationDate empty OR equal to Source Patient Administrator::Healthprofessional
NL-CM:12.4.1 Bloeddruk BloodPressure BloodPressureDateTime BloodPressureDateTime empty OR equal to Source Patient Required
NL-CM:12.1.1 Lichaamsgewicht BodyWeight WeightDateTime WeightDateTime empty OR equal to Source Patient Required
NL-CM:12.2.1 Lichaamslengte BodyHeight HeightValue OR HeightDateTime HeightDateTime empty OR equal to Source Patient Required
NL-CM:14.1.1 Verrichting Procedure Required ProcedureStartDate empty OR equal to Source Patient Performer::HealthProfessional
NL-CM:15.1.1 Contact Encounter ContactType + StartDateTime StartDateTime empty OR equal to Source Patient ContactWith::HealthProfessional
NL-CM:17.1.1 Zorgverlener HealthProfessional HealthProfessionalIdentificationNumber Not Relevant Not Relevant HealthProfessional Not Relevant

5 Reconciliation

Metadata provides the opportunity for reconciliation: combining patient data from multiple sources in a consistent and integrated way. This may involve:

  • receiving information, such as a BgZ, from another source and integrating that in one's own EHR;
  • retrieving information from multiple sources, and showing that in a consistent and unambiguous way.

Reconciliation involves the following.

  • De-duplication: data item X may be available from multiple sources, and should only be shown once. De-duplication is possible through consistent identifiers across data custodians.
  • Semantic interpretation: data items from multiple sources should be classified in a consistent way, which is interoperable across sources. Semantic interoperability is possible through the use of consistent classification and terminologies. The HCIMs themselves, along with "Eenheid van Taal" (Unity of Language) terminology services already provide the necessary level of semantic interoperability.
  • Provenance: it should be clear which data originates where, and the original source should be traceable and (where still possible) approachable. Provenance is achieved through authorship and information source.
  • Attribution: patient data is a statement: usually a fact that something is the matter about something or someone at some point in time. Subject and date/time information allow the data item to be related to the real world.

5.1 Persistent identifiers

CDA has identifiers of the following form, where root must be an oid and extension is some local string value.:

  <id extension="1A2B3C" root="2.16.840.1.113883.2.4.3.46.20"/>

FHIR has identifiers of the following form, where system is some uri and value is some local string value.:

  <identifier>
    <system value="http://www.example.org" />
    <value value="1A2B3C" />
  </identifier>

It is strongly recommended to use FHIR identifiers of the following form in the BgZ, where the oid is the same as the oid used in CDA-based exchanges. :

  <identifier>
    <system value="urn:oid:2.16.840.1.113883.2.4.3.46.20" />
    <value value="1A2B3C" />
  </identifier>

This greatly facilitates interoperability between FHIR and CDA.

5.2 Re-identification

When a record is received from another organization, it should be persisted with the identifiers of the source. However, when the record is updated, the Storing System:

  • MUST issue a new Identifier, following their own identification mechanisms
  • MUST assign its own professional and/or organization as Information Source

As of yet, HCIMs and the BgZ do not provide a reliable mechanism to record and exchange shared responsibility and treatment across organizations, and there is no way to record different individuals are responsible for different steps in the lifecycle of an HCIM. This should therefore not be attempted.

5.3 Provenance

Every data item is a statement, an assertion of a fact, recorded by someone somewhere. This original source should be retained when integrating data from multiple sources. The source can be:

  1. An individual as Information Source of the statement. This is the InformationSource from the zib. In CDA of FHIR this is the corresponding element when a person is populating this element. Examples:
    • a health professional makes a diagnosis
    • a patient reports alcohol and tobacco use
  2. An organization as Information Source of the statement. This is the InformationSource from the zib. In CDA of FHIR this is the corresponding element when an organization person is populating this element. Examples:
    • a lab reports certain chemical or biological measurements on a specimen
  3. A XIS as the information source. This is the custodian a CDA document, and the XIS from which the HCIM was retrieved in FHIR (possibly other elements are suitable, as in XDS based exchanges or FHIR Documents). in Examples:
    • a BgZ is received from a XIS, and the contact persons of the patient are listed without further author or source;
    • a record is retrieved from a XIS, and the historical problems in the problem list do not have further author or source;
    • lab results are retrieved from a XIS, but the lab where the measurements were made is not provided;

Certainly for historical data the original source of the statement often is not retained. The order above is the preferred order: i.e. when an individual is known as information source, provide that individual. In the case of an healthcare professional, provide the healthcare organization and professionals role as well. When no individual is known, use the organization. When no organization is known, use the originating XIS as source.

5.4 De-duplication

De-duplication is not always possible when receiving consecutive records with the same identifiers but different content. It may not always be obvious which of those records is the most recent one. This standard does not require specific mechanisms for de-deduplication, but suggests the following heuristics:

  • when a record is received from A and B, and A is listed as the information source in both, assume the record from A to be the most recent one;
  • when a record is received from A, stored, and retrieved again from A, assume the latter is most recent one;
  • when a record is received from B and C, and A is listed as the information source in both, assume the most recently received record is most recent one.

A Processing System can flag such conflicting records. When in doubt, a medical professional should decide, possibly after consulting colleagues.

6 Implementation technologies

6.1 FHIR profiles

The FHIR profiles defined for MedMij are also used for the BgZ.

6.2 CDA templates

The entire publication can be found at Basisgegevensset Zorg 2017 (BgZ)

The following CDA templates are used for the BgZ 2017.

Section Titel Title CDA Template
0 BgZ Template CDA Basisgegevensset Zorg 2017 (BgZ)
1. Demografie en identificatie Demographics and identification CDArecordTargetSDTC-NL
Patient Patient
2. Financiële informatie Financial information BgZ2017Betaler
Betaler Payer
3. Behandelrestricties Treatment Directives BgZ2017TreatmentDirectives
BehandelAanwijzing TreatmentDirective
Wilsverklaring AdvanceDirective
4. Contactpersonen Contact persons CDArecordTargetSDTC-NL
Contactpersoon ContactPerson
5. Functionele status Functional Status BgZ2017FunctionalStatus
FunctioneleOfMentaleStatus FunctionalOrMentalStatus
6. Klachten en diagnoses Complaints and diagnoses Voorgeschiedenis

BgZ2017ComplaintsAndDiagnoses

Probleem Problem
7. Sociale anamnese Social anamnesis BgZ2017SocialAnamesis
Woonsituatie LivingSituation
DrugsGebruik DrugUse
AlcoholGebruik AlcoholUse
TabakGebruik TobaccoUse
Voedingsadvies NutritionAdvice
8. Waarschuwingen Alerts BgZ2017Alerts
Alert Alert
9. Allergieën Allergies BgZ2017Allergies
AllergieIntolerantie AllergyIntolerance
10. Medicatie Medication BgZ2017Medication
MedicatieGebruik2 MedicationUse2
Medicatieafspraak MedicationAgreement
Toedieningsafspraak AdministrationAgreement
11. Medische hulpmiddelen Medical devices BgZ2017MedicalDevices
MedischHulpmiddel MedicalDevice
12. Vaccinaties Immunizations BgZ2017Immunizations
Vaccinatie Vaccination
13. Vitale functies Vital signs BgZ2017VitalSigns
Bloeddruk BloodPressure
LichaamsGewicht BodyWeight
LichaamsLengte BodyHeight
14. Uitslagen Results Laboratoryspecialtysection
LaboratoriumUitslag LaboratoryTestResult
15. Verrichtingen Procedures BgZ2017Procedures
Verrichting Procedure
16. Contacten Encounters BgZ2017Encounters
Contact Encounter
17. Zorgplan Care plan BgZ2017CarePlan
OverdrachtGeplandeZorgActiviteit PlannedCareActivityForTransfer
18. Zorgverleners Health professionals
Zorgverlener HealthProfessional
Zorgaanbieder HealthcareProvider

7 Infrastructure

This standard does not mandate a particular infrastructure, and therefore does not specify details for such an infrastructure.

Useful materials from other parties can be found on:

8 Release notes