GZ:FHIR Pregnancy Card Kraam: verschil tussen versies
(Nieuwe pagina aangemaakt met '__NUMBEREDHEADINGS__ {{DISPLAYTITLE:FHIR Implementation Guide: Pregnancy Card Kraam DRAFT {{VersieInfo|Geboortezorg}}}} Bestand:MedMij2.png |link=https://www.med...') |
(→Generic HCIM profiles) |
||
| (40 tussenliggende versies door 4 gebruikers niet weergegeven) | |||
| Regel 1: | Regel 1: | ||
__NUMBEREDHEADINGS__ | __NUMBEREDHEADINGS__ | ||
| − | {{DISPLAYTITLE:FHIR Implementation Guide: Pregnancy Card | + | {{DISPLAYTITLE:FHIR Implementation Guide: Pregnancy Card Maternity Care{{VersieInfo|Geboortezorg}}}} |
| − | [[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]] | + | {{IssueBox|Please note that this material is still in development}} |
| + | |||
| + | <!--[[Bestand:MedMij2.png |link=https://www.medmij.nl/|rechts|Naar medmij.nl]]--> | ||
=Introduction= | =Introduction= | ||
| − | This page describes the process of collecting | + | This page describes the process of collecting maternity care data in a patient's personal health record (PHR). The process is initiated by the patient (pregnant person). |
| − | This Implementation Guide (IG) is a technical representation of the [[ | + | This Implementation Guide (IG) is a technical representation of the [[GZ:Integrale_Zwangerschapskaart_v2.0_FO#Use_case:_Client_vraagt_via_PGO_Integrale_Zwangerschapskaart_2.0_Kraam_op|functional design]] and follows the principles of the general [[MedMij:V2020.01/FHIR_IG#Use_case_overarching_principles|use case overarching principles]]. |
Technical details of the FHIR resources and structure definitions described in this IG can be found in the [[Gebz:V1.3_FHIR_IG|birthcare information standard]] and the [https://simplifier.net/packages/nictiz.fhir.nl.stu3.geboortezorg/1.3.0 Simplifier Geboortezorg STU3 package]. | Technical details of the FHIR resources and structure definitions described in this IG can be found in the [[Gebz:V1.3_FHIR_IG|birthcare information standard]] and the [https://simplifier.net/packages/nictiz.fhir.nl.stu3.geboortezorg/1.3.0 Simplifier Geboortezorg STU3 package]. | ||
| Regel 48: | Regel 50: | ||
This FHIR implementation guide assumes that the PHR system is able to make a connection with the XIS and create resources. It does not provide information on finding the right XIS nor does it provide information about security. These infrastructure and interface specifications are described in the [https://www.medmij.nl/afsprakenstelsel/ 'MedMij Afsprakenstelsel']. | This FHIR implementation guide assumes that the PHR system is able to make a connection with the XIS and create resources. It does not provide information on finding the right XIS nor does it provide information about security. These infrastructure and interface specifications are described in the [https://www.medmij.nl/afsprakenstelsel/ 'MedMij Afsprakenstelsel']. | ||
| − | The Pregnancy Card (Dutch: gegevensdienst Integrale Zwangerschapskaart) has overlap with other standards such as the BgZ (Basisgegevensset Zorg), Medication Process, Vital Signs and Lab Results. The Pregnancy Card | + | The Maternity Care Data Set is an addition to the Pregnancy Card (Dutch: gegevensdienst Integrale Zwangerschapskaart), which has overlap with other standards such as the BgZ (Basisgegevensset Zorg), Medication Process, Vital Signs and Lab Results. The Pregnancy Card and Maternity Care Data Set use the same HCIM based FHIR profiles for exchanging information as used in other standards extended with additional birthcare specific profiles. Most of these birthcare specific profiles are derived from the base HCIM FHIR profiles. For example, the bc-Woman is in fact a nl-core-patient with additional specifications for relating the pregnant person to the (unborn) child. |
| − | =Use case: retrieve | + | =Use case: retrieve maternity care data set= |
| − | This use case covers the process of retrieving the | + | This use case covers the process of retrieving the Maternity Care Data Set in the Personal Health Record (PHR) of the (pregnant) person. |
==PHR: request message== | ==PHR: request message== | ||
| − | The PHR system requests the | + | The PHR system requests the Maternity Care Data Set using individual search interactions. The Maternity Care Data Set consists of multiple FHIR resources with certain constraints. To obtain the patient's Maternity Care Data Set, the client can use multiple individual search operations based on specified [https://www.hl7.org/fhir/stu3/search.html search] queries. The interactions are performed by an HTTP GET as shown: |
<code>GET [base]/[type]{?[parameters]}</code> | <code>GET [base]/[type]{?[parameters]}</code> | ||
===List of requests=== | ===List of requests=== | ||
| − | To retrieve all known data of the | + | To retrieve all known data of the Maternity Care Data Set, a client has to execute the following requests: |
| − | <b>Step 1: Retrieve patient and | + | <b>Step 1: Retrieve patient data and their maternal record(s)</b> |
| − | A | + | A (pregnant) person may have data of one or more pregnancies. The data of each pregnancy is captured in a maternal record (EpisodeOfCare). |
Please note that the {{fhir|status}} search parameter should be set to {{term|active}} to retrieve the current, active pregnancy, or to {{term|finished}} to retrieve earlier, finished pregnancies. If the {{fhir|status}} search parameter is not used, both the active pregnancy and earlier pregnancies are retrieved. | Please note that the {{fhir|status}} search parameter should be set to {{term|active}} to retrieve the current, active pregnancy, or to {{term|finished}} to retrieve earlier, finished pregnancies. If the {{fhir|status}} search parameter is not used, both the active pregnancy and earlier pregnancies are retrieved. | ||
<pre> | <pre> | ||
| − | GET Patient | + | GET Patient?_include=Patient:link |
| + | GET Coverage | ||
| + | GET FamilyMemberHistory | ||
| + | GET DeviceUseStatement?_include=DeviceUseStatement:device | ||
GET EpisodeOfCare?type=http://snomed.info/sct|364320009{&status=active|finished}&_include=EpisodeOfCare:organization&_include=EpisodeOfCare:care-manager | GET EpisodeOfCare?type=http://snomed.info/sct|364320009{&status=active|finished}&_include=EpisodeOfCare:organization&_include=EpisodeOfCare:care-manager | ||
</pre> | </pre> | ||
| Regel 74: | Regel 79: | ||
For each pregnancy, the related data should be retrieved by using the maternal record id ({{fhir|EpisodeOfCare.id}}) in the {{fhir|context}} search parameter. | For each pregnancy, the related data should be retrieved by using the maternal record id ({{fhir|EpisodeOfCare.id}}) in the {{fhir|context}} search parameter. | ||
<pre> | <pre> | ||
| − | GET Condition?context=EpisodeOfCare/{ | + | GET Condition?context=EpisodeOfCare/{episode-id} |
| − | GET Encounter?episodeofcare={ | + | GET Encounter?episodeofcare=EpisodeOfCare/{episode-id}&_include=Encounter:practitioner |
| − | GET Observation?context=EpisodeOfCare/{ | + | GET Observation?context=EpisodeOfCare/{episode-id} |
| − | GET Observation?context:Encounter.episodeofcare=EpisodeOfCare/{ | + | GET Observation?context:Encounter.episodeofcare=EpisodeOfCare/{episode-id} |
| − | GET Procedure?context=EpisodeOfCare/{ | + | GET Procedure?context=EpisodeOfCare/{episode-id}&_include=Procedure:performer&_include=Procedure:based-on |
| + | GET CareTeam?context=context=EpisodeOfCare/{episode-id} | ||
</pre> | </pre> | ||
| Regel 85: | Regel 91: | ||
The table below shows in the first three columns the PWD 3.2 data elements, in the fifth and sixth column their mapping to the FHIR profiles. | The table below shows in the first three columns the PWD 3.2 data elements, in the fifth and sixth column their mapping to the FHIR profiles. | ||
| − | The mapping table below is based on the corresponding ART-DECOR transaction | + | The mapping table below is based on the corresponding ART-DECOR transaction. |
| + | =Addendum MedMij Kraam Beschikbaarstellen= | ||
| + | {{IssueBox|Generated code, do not change by hand}} | ||
| + | |||
| + | <section begin=transaction /> | ||
| + | Based on ART-DECOR transaction version: [https://decor.nictiz.nl/ad/#/peri20-/scenarios/scenarios/2.16.840.1.113883.2.4.3.11.60.90.77.1.12/2023-12-22T12:49:42 2023-12-22T12:49:42] | ||
{| class="wikitable" | {| class="wikitable" | ||
| style="background-color: #1F497D;; color: white; font-weight: bold; text-align:center;" colspan="13" | PWD 3.2 to FHIR | | style="background-color: #1F497D;; color: white; font-weight: bold; text-align:center;" colspan="13" | PWD 3.2 to FHIR | ||
| Regel 105: | Regel 116: | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1290 |
| − | ||    | + | ||   Betaler |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} |
| − | || | + | ||Coverage |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1291 |
| − | ||       | + | ||      BetalerPersoon |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.payor | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1292 | ||
| + | ||         BetalerNaam | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.name |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1293 |
| − | ||          | + | ||         Bankgegevens |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.payor:extension:bankInformation | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1294 | ||
| + | ||            BankNaam | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.payor:extension:bankInformation.extension:BankName | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1295 | ||
| + | ||            Bankcode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.payor:extension:bankInformation.extension:AccountNumber | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1296 | ||
| + | ||            Rekeningnummer | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} |
| − | || | + | ||Coverage.payor:extension:bankInformation.extension:Bankcode |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1297 |
| − | ||       | + | ||      Verzekeraar |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} |
| − | || | + | ||Coverage |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1298 |
| − | ||          | + | ||         Verzekering |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.payor | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1299 | ||
| + | ||            BeginDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.period.start | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1300 | ||
| + | ||            EindDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.period.end | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1301 | ||
| + | ||            Verzekeringssoort | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} | ||
| + | ||Coverage.type | ||
| + | |- | ||
| + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1302 | ||
| + | ||         IdentificatieNummer | ||
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| − | ||Organization | + | ||Organization.identifier |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1303 |
| − | ||       | + | ||         OrganisatieNaam |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.name |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1304 |
| − | + | ||         VerzekerdeNummer | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||          | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Payer}} |
| − | || | + | ||Coverage.subscriberId |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3279 |
| − | ||       | + | ||      Adresgegevens |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3280 |
| − | ||          | + | ||         Straat |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address.line:line.streetName |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3281 |
| − | ||          | + | ||         Huisnummer |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address.line:houseNumber |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3282 |
| − | ||          | + | ||         Huisnummerletter |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address.line:extension:buildingNumbersuffix |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3283 |
| − | ||          | + | ||         Huisnummertoevoeging |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address.line:extension:buildingNumbersuffix |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3284 |
| − | ||                | + | ||         AanduidingBijNummer |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.address.line.extension:additionalLocator | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3285 | ||
| + | ||         Postcode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.address.line.postalCode | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3286 | ||
| + | ||         Woonplaats | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.address.line.city | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3287 | ||
| + | ||         Gemeente | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.address.line.district | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3288 | ||
| + | ||         Land | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPersonaddress.country | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3289 | ||
| + | ||         AdditioneleInformatie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.address.line.extension:unitID | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3290 | ||
| + | ||         AdresSoort | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.address.type/.use (via conceptmap) |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3291 |
| − | ||       | + | ||      Contactgegevens |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3292 |
| − | ||          | + | ||         Telefoonnummers |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3293 |
| − | ||             | + | ||            Telefoonnummer |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.telecom.value | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3294 | ||
| + | ||            TelecomType | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} | ||
| + | ||Patient/RelatedPerson.telecom:extension:TelecomType | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3295 | ||
| + | ||            NummerSoort | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom.use |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3296 |
| − | ||          | + | ||         EmailAdressen |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom.value |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3297 |
| − | ||             | + | ||            EmailAdres |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom.value |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3298 |
| − | ||             | + | ||            EmailSoort |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient/nl-core-relatedperson}} |
| − | || | + | ||Patient/RelatedPerson.telecom.use |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||750 |
| − | ||                | + | ||   Contact |
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||751 | ||
| + | ||      ContactType | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter.class | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3690 | ||
| + | ||      ContactSoort | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.type |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||752 |
| − | ||       | + | ||      ContactMet |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.participant.individual |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1868 |
| − | ||          | + | ||         Zorgverlener |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.participant.individual |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||754 |
| − | ||       | + | ||      Locatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.serviceProvider |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1881 |
| − | ||          | + | ||         Zorgaanbieder |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization |
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||756 | ||
| + | ||      BeginDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter.period.start | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||757 | ||
| + | ||      EindDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter.period.end | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||758 | ||
| + | ||      RedenContact | ||
| + | ||1 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter.diagnosis | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||759 |
| − | ||          | + | ||         Probleem |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
||Condition | ||Condition | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1984 |
| − | ||             | + | ||            Vrouw/ moeder |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | ||Condition | + | ||Condition.subject |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3828 |
| − | ||                | + | ||               Probleem (Algemene anamnese) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
||Condition | ||Condition | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3831 |
| − | ||                | + | ||               Probleem (Psychiatrie) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
||Condition | ||Condition | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3829 |
| − | ||               Probleem ( | + | ||               Probleem (Sociale problemen) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3832 |
| − | ||                | + | ||               Probleem (Misbruik/ Geweld) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | ||Condition | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3830 |
| − | ||                | + | ||               Probleem (Zwangerschap) |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | ||Condition | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1928 |
| − | ||                | + | ||               Probleem (Maternaal) |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | ||Condition | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3833 |
| − | ||                | + | ||               Probleem (Postpartum complicatie) |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | ||Condition | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1985 |
| − | ||             | + | ||            Kind |
||0 .. 1 | ||0 .. 1 | ||
||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||
| − | ||Condition. | + | ||Condition.subject |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1981 |
| − | ||                | + | ||               Probleem (Kindspecifieke maternale problemen) |
||0 .. 1 | ||0 .. 1 | ||
||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||
| − | ||Condition. | + | ||Condition.code |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1983 |
| − | ||                | + | ||               Probleem (ProblematiekKind) |
||0 .. 1 | ||0 .. 1 | ||
||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||
| − | ||Condition | + | ||Condition |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||8781 |
| − | ||                | + | ||               Probleem (Geboortetrauma) |
||0 .. 1 | ||0 .. 1 | ||
||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||
| − | ||Condition. | + | ||Condition |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8782 | ||
| + | ||               Probleem (Congenitale aandoeningen) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DisorderOfChild|bc-DisorderOfChild]] | ||
| + | ||Condition | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||763 | ||
| + | ||         AfwijkendeUitslag | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter.reason.text | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8780 |
| − | || | + | ||         Toelichting reden contact |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.reason.text |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||764 |
| − | ||       | + | ||      Herkomst |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.hospitalization.admitSource |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||765 |
| − | ||       | + | ||      Bestemming |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter.hospitalization.dischargeDisposition |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||947 |
| − | ||    | + | ||   Contactpersoon |
| − | || | + | ||1 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3299 |
| − | ||                | + | ||      Naamgegevens |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.name | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3300 | ||
| + | ||         Voornamen | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.given |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3301 |
| − | ||                | + | ||         Initialen |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.name.given | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3302 | ||
| + | ||         Roepnaam | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.given |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3303 |
| − | ||          | + | ||         Naamgebruik |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.use |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3304 |
| − | ||          | + | ||         Geslachtsnaam |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.family:humannameOwnName |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3305 |
| − | ||             | + | ||            Voorvoegsels |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.family:humannameOwnPrefix |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3306 | ||
| + | ||            Achternaam | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.name.family:humannameOwnName | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3307 |
| − | ||          | + | ||         GeslachtsnaamPartner |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.family:humannamePartnerName |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3308 |
| − | ||             | + | ||            VoorvoegselsPartner |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.name.family:humannamePartnerPrefix |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3309 | ||
| + | ||            AchternaamPartner | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.name.family:humannamePartnerName | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3310 |
| − | ||       | + | ||      Contactgegevens |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.telecom |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3311 |
| − | ||          | + | ||         Telefoonnummers |
| − | ||0 .. | + | ||0 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.telecom |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3312 |
| − | ||        | + | ||            Telefoonnummer |
| − | + | ||1 .. 1 | |
| − | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | |
| − | + | ||Relatedperson.telecom.value | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | ||{{Simplifier|http:// | ||
| − | || | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3313 |
| − | ||       | + | ||            TelecomType |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.telecom:extension:TelecomType |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3314 |
| − | ||       | + | ||            NummerSoort |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.telecom.use |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3315 |
| − | ||    | + | ||         EmailAdressen |
| − | ||1 .. | + | ||0 .. * |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.telecom.value |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3316 | ||
| + | ||            EmailAdres | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.telecom.value | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3317 | ||
| + | ||            EmailSoort | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.telecom.use | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3318 |
| − | ||       | + | ||      Adresgegevens |
| − | ||1 .. 1 | + | ||0 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3319 | ||
| + | ||         Straat | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.address.line:line.streetName | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3320 |
| − | ||          | + | ||         Huisnummer |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line:houseNumber |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3321 |
| − | ||          | + | ||         Huisnummerletter |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line:extension:buildingNumbersuffix |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3322 |
| − | ||          | + | ||         Huisnummertoevoeging |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line:extension:buildingNumbersuffix |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3323 |
| − | ||          | + | ||         AanduidingBijNummer |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line.extension:additionalLocator |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3324 |
| − | ||          | + | ||         Postcode |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line.postalCode |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3325 |
| − | ||          | + | ||         Woonplaats |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line.city |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3326 |
| − | ||          | + | ||         Gemeente |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line.district |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3327 |
| − | ||          | + | ||         Land |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedpersonaddress.country |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3328 |
| − | ||          | + | ||         AdditioneleInformatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||Relatedperson.address.line.extension |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3329 |
| − | ||          | + | ||         AdresSoort |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | ||Patient. | + | ||Relatedperson.address.type/.use (via conceptmap) |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||954 | ||
| + | ||      Rol | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson:role | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||955 | ||
| + | ||      Relatie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.relationship | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||675 | ||
| + | ||   Patient | ||
| + | ||1 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient* | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3197 |
| − | ||       | + | ||      Naamgegevens |
| − | || | + | ||1 .. 1 |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3198 |
| − | ||          | + | ||         Voornamen |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.given |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3199 |
| − | ||          | + | ||         Initialen |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.given |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3200 |
| − | ||          | + | ||         Roepnaam |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.given |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3201 |
| − | ||          | + | ||         Naamgebruik |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.use |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3202 |
| − | ||          | + | ||         Geslachtsnaam |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.family:humannameOwnName |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3203 |
| − | ||          | + | ||            Voorvoegsels |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.family:humannameOwnPrefix |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3204 |
| − | ||          | + | ||            Achternaam |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.name.family:humannameOwnName | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3205 | ||
| + | ||         GeslachtsnaamPartner | ||
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.family:humannamePartnerName |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3206 |
| − | ||          | + | ||            VoorvoegselsPartner |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.name.family:humannamePartnerPrefix |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3207 |
| − | ||          | + | ||            AchternaamPartner |
| − | ||0 .. | + | ||1 .. 1 |
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.name.family:humannamePartnerName | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3208 | ||
| + | ||      Adresgegevens | ||
| + | ||0 .. * | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient.address | + | ||Patient.address |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3209 |
| − | ||          | + | ||         Straat |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient.address | + | ||Patient.address.line.streetName |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3210 |
| − | ||          | + | ||         Huisnummer |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient.address. | + | ||Patient.address.line.houseNumber |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3211 |
| − | ||       | + | ||         Huisnummerletter |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.line.buildingNumbersuffix |
| − | + | |- | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3212 |
| − | ||          | + | ||         Huisnummertoevoeging |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.line.additionalLocator |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3213 |
| − | ||          | + | ||         AanduidingBijNummer |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.line.additionalLocator |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3214 |
| − | ||          | + | ||         Postcode |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.postalCode |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3215 |
| − | ||          | + | ||         Woonplaats |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.city |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3216 |
| − | ||          | + | ||         Gemeente |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.district |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3217 |
| − | ||       | + | ||         Land |
| − | ||0 .. | + | ||0 .. 1 |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.country |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3218 |
| − | ||    | + | ||         AdditioneleInformatie |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3219 |
| − | ||       | + | ||         AdresSoort |
||1 .. 1 | ||1 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.address.use |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3220 |
| − | ||       | + | ||      Contactgegevens |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | ||Patient. | + | ||Patient.telecom |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3221 | ||
| + | ||         Telefoonnummers | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.telecom.value | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3222 |
| − | ||       | + | ||            Telefoonnummer |
| − | || | + | ||1 .. 1 |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.telecom.value |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3223 |
| − | ||       | + | ||            TelecomType |
| − | || | + | ||1 .. 1 |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.telecom:extension:TelecomType |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3224 |
| − | ||       | + | ||            NummerSoort |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.telecom.use |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3225 | ||
| + | ||         EmailAdressen | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.telecom.value | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3226 | ||
| + | ||            EmailAdres | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.telecom.value | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3227 |
| − | ||       | + | ||            EmailSoort |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| − | ||Patient. | + | ||Patient.telecom.use |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||682 |
| − | ||       | + | ||      Identificatienummer |
||1 .. * | ||1 .. * | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.identifier |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9861 |
| − | ||       | + | ||      GeborenIndicator |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-child}} |
| − | || | + | ||Patient.extension.born |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||683 |
| − | ||       | + | ||      Geboortedatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.birthDate |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||684 | ||
| + | ||      Geslacht (administratief) | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} | ||
| + | ||Patient.gender | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10776 |
| − | ||       | + | ||      Geslacht (identiteit) |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.extension:genderIdentity |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||685 |
| − | ||       | + | ||      MeerlingIndicator |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.multipleBirthBoolean |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ANY.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3358 |
| − | ||       | + | ||      Rangnummer |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.multipleInteger |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||686 |
| − | ||       | + | ||      OverlijdensIndicator |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.deceasedBoolean |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||687 |
| − | ||       | + | ||      DatumOverlijden |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-patient}} |
| − | || | + | ||Patient.deceasedDateTime |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||7858 |
| − | ||    | + | ||   JuridischeSituatie |
| − | ||0 .. | + | ||0 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
| − | || | + | ||Condition |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||7859 |
| − | ||       | + | ||      JuridischeStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
| − | || | + | ||Condition |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||7860 |
| − | ||       | + | ||      Vertegenwoordiging |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-Representation}} |
| − | || | + | ||Condition |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||7861 |
| − | ||       | + | ||      DatumAanvang |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus bc-LegalSituation-Representation}} |
| − | || | + | ||Condition.onset[x]:onsetDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||7862 |
| − | ||       | + | ||      DatumEinde |
||0 .. 1 | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus bc-LegalSituation-Representation}} | ||
| + | ||Condistion.abatementDateTime | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||956 | ||
| + | ||   Zorgaanbieder | ||
| + | ||1 .. * | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| − | ||Organization | + | ||Organization |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||957 |
| − | ||       | + | ||      ZorgaanbiederIdentificatienummer |
| − | ||1 .. | + | ||1 .. * |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| − | ||Organization. | + | ||Organization.identifier |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||958 |
| − | ||       | + | ||      OrganisatieNaam |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.name |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||959 |
| − | ||       | + | ||      OrganisatieLocatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization? |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||960 |
| − | ||       | + | ||      AfdelingSpecialisme |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.type:departmentSpecialty |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3228 | ||
| + | ||      Contactgegevens | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.telecom | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3229 | ||
| + | ||         Telefoonnummers | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.telecom.value | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3230 |
| − | ||          | + | ||            Telefoonnummer |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.telecom.value |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3231 | ||
| + | ||            TelecomType | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.telecom:extension:TelecomType | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3232 |
| − | ||          | + | ||            NummerSoort |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.telecom.use |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3233 |
| − | ||          | + | ||         EmailAdressen |
| − | || | + | ||0 .. * |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.telecom |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3234 |
| − | ||             | + | ||            EmailAdres |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.telecom.value | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3235 | ||
| + | ||            EmailSoort | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.telecom.use |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3236 |
| − | ||       | + | ||      Adresgegevens |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3237 |
| − | ||          | + | ||         Straat |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.line.streetName |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3238 |
| − | ||             | + | ||         Huisnummer |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.address.line.houseNumber | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3239 | ||
| + | ||         Huisnummerletter | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.line:extension:buildingNumbersuffix |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3240 | ||
| + | ||         Huisnummertoevoeging | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| + | ||Organization.address.line:extension:buildingNumbersuffix | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3241 |
| − | ||    | + | ||         AanduidingBijNummer |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.line:extension:additionalLocator |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3242 |
| − | ||          | + | ||         Postcode |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.postalCode |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3243 |
| − | ||          | + | ||         Woonplaats |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.city |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3244 |
| − | ||       | + | ||         Gemeente |
||0 .. 1 | ||0 .. 1 | ||
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} | ||
| − | ||Organization | + | ||Organization.address.district |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3245 |
| − | ||       | + | ||         Land |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.country |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3246 |
| − | ||       | + | ||         AdditioneleInformatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.line.extension |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3247 |
| − | ||       | + | ||         AdresSoort |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.address.use/.type (via conceptMap) |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||965 |
| − | ||    | + | ||      OrganisatieType |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization.type |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||978 |
| − | ||    | + | ||   Zorgverlener |
| − | ||1 .. | + | ||1 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||979 |
| − | ||    | + | ||      ZorgverlenerIdentificatienummer |
| − | || | + | ||1 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.identifier |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3248 |
| − | ||       | + | ||      Naamgegevens |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} | ||
| + | ||Practitioner.name | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3249 | ||
| + | ||         Voornamen | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.given |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3250 |
| − | ||       | + | ||         Initialen |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.given |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3251 |
| − | ||       | + | ||         Roepnaam |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.given |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3252 |
| − | || | + | ||         Naamgebruik |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name:extension:humannameAssemblyOrder |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3253 |
| − | ||    | + | ||         Geslachtsnaam |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} | ||
| + | ||Practitioner.name.family:extension:humannameOwnName | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3254 | ||
| + | ||            Voorvoegsels | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} | ||
| + | ||Practitioner.name.family:extension:humannameOwnPrefix | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3255 | ||
| + | ||            Achternaam | ||
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.family:extension:humanNameOwnName |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3256 |
| − | ||       | + | ||         GeslachtsnaamPartner |
| − | || | + | ||0 .. 1 |
||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} | ||
| − | ||Practitioner | + | ||Practitioner.name.family:extension:humannamePartnerName |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3257 |
| − | ||    | + | ||            VoorvoegselsPartner |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.family:extension:humannamePartnerPrefix |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3258 |
| − | ||       | + | ||            AchternaamPartner |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner.name.family:extension:humannamePartnerName |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2219 |
| − | ||       | + | ||      Specialisme |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitionerrole}} |
| − | || | + | ||PractitionerRole.specialty |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1678 |
| − | ||       | + | ||      Zorgaanbieder |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization |
| − | |- | + | |-style="vertical-align:top; background-color: #E8D7BE;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1314 |
| − | || | + | ||Zorgverlening |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | || | + | ||nvt |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3399 |
| − | ||    | + | ||   ZorgEpisode |
||1 .. * | ||1 .. * | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3338 |
| − | ||       | + | ||      Identificatienummer |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | | | + | ||EpisodeOfCare.identifier |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3400 |
| − | ||       | + | ||      BeginDatum |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.period.start |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3401 |
| − | ||       | + | ||      EindDatum |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.period.end |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3402 |
| − | ||    | + | ||      FocusZorgEpisode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.diagnosis.condition |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8823 | ||
| + | ||         Probleem | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||8824 |
| − | ||       | + | ||            ProbleemAnatomischeLocatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.bodySite |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||8825 |
| − | ||       | + | ||            ProbleemLateraliteit |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.bodySite:Laterality |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8826 |
| − | ||       | + | ||            ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.category |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||8827 |
| − | ||       | + | ||            ProbleemNaam |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.code | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8828 | ||
| + | ||            ProbleemBeginDatum | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | + | ||Condition.onset[x]:onsetDateTime | |
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8829 |
| − | ||       | + | ||            ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.abatement[x]:abatementDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8830 |
| − | ||       | + | ||            ProbleemStatus |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.clinicalStatus:ProblemStatusCodelist |
| − | |- | + | |- |
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8831 |
| − | ||       | + | ||            VerificatieStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.verificationStatus:VerificatieStatusCodelijst |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8832 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.note | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3404 |
| − | ||       | + | ||      ZorgEpisodeNaam |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.extension:title |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8822 | ||
| + | ||      ZorgEpisodeVerantwoordelijke | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} | ||
| + | ||EpisodeOfCare.careManager | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2163 |
| − | ||    | + | ||         Zorgverlener |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2164 |
| − | ||       | + | ||      StatusZorgepisode |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.status |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3405 |
||      Toelichting | ||      Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare.extension:comment |
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||674 | ||
| + | ||Vrouw | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1713 |
| − | ||    | + | ||   Demografische gegevens |
| − | ||0 .. 1 | + | ||1 .. 1 |
| − | ||[[ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1434 | ||
| + | ||      Patient | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10567 | ||
| + | ||      JuridischeSituatie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation}} | ||
| + | ||Condition | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||900 | ||
| + | ||      Partner | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||RelatedPerson | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||990 | ||
| + | ||         Contactpersoon | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||RelatedPerson | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||7773 |
| − | ||    | + | ||         Geboortedatum |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} |
| − | || | + | ||RelatedPerson.birthDate |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10802 |
| − | ||       | + | ||         Geslacht (identiteit) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | | | + | ||Patient.extension:genderIdentity |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1714 |
| − | ||    | + | ||      Gezinssituatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
||Observation | ||Observation | ||
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2690 |
| − | ||       | + | ||         BurgerlijkeStaatRC |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.maritalStatus |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1717 |
| − | ||       | + | ||         Gezinssamenstelling |
||1 .. 1 | ||1 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | ||Observation. | + | ||Observation.component:familyComposition.valueCodeableConcept |
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1718 | ||
| + | ||         AantalKinderen | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} | ||
| + | ||Observation.component:numberOfChildren.valueQuantity | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1719 |
| − | ||       | + | ||         AantalKinderenInwonend |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | ||Observation. | + | ||Observation.component:numberOfChildrenLivingAtHome.valueQuantity |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1720 |
| − | ||       | + | ||         Zorgtaak |
| − | ||0 .. | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | ||Observation. | + | ||Observation.component:careResponsibility.valueString |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1721 |
| − | ||    | + | ||         Kind |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | || | + | ||Observation.component:child |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1722 |
| − | ||       | + | ||            Geboortedatum |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} | ||
| + | ||Observation.component:child.valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1723 | ||
| + | ||            Inwonend | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | || | + | ||Observation.component:child.extension:livingAtHome |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1724 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituation}} |
| − | ||Observation. | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1725 |
| − | ||       | + | ||      Woonsituatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-LivingSituation}} |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1726 |
| − | ||          | + | ||         Toelichting |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-LivingSituation}} |
| − | ||Observation. | + | ||Observation.comment |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1727 |
| − | ||          | + | ||         WoningType |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-LivingSituation}} |
||Observation.value[x]:valueCodeableConcept | ||Observation.value[x]:valueCodeableConcept | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||912 | ||
| + | ||      Etniciteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient.extension:ethnicity | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||913 |
| − | ||          | + | ||         EtniciteitType |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.extension:ethnicity |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||914 |
||         Toelichting | ||         Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.extension:ethnicity.valueCodeableConcept:valueCodeableConcept.text |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||690 |
| − | ||       | + | ||      NationaliteitRC |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient.extension:nationality | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||691 | ||
| + | ||         Nationaliteit | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.extension:nationality |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2910 |
| − | ||       | + | ||      Taalvaardigheid |
| − | ||0 .. | + | ||0 .. * |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient.communication.extension:languageProficiency |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2581 |
| − | ||       | + | ||      Opleiding |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
||Observation | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2582 | ||
| + | ||         Schooltype | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Maternalbservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Maternalbservation}} | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2583 |
||         Toelichting | ||         Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
||Observation.comment | ||Observation.comment | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||692 |
| − | ||       | + | ||      ParticipatieInMaatschappij |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ParticipationInSociety}} |
| − | ||Observation | + | ||Observation |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||693 |
| − | ||          | + | ||         SociaalNetwerk |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ParticipationInSociety}} |
| − | ||Observation. | + | ||Observation.component:socialNetwork.valueString |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||695 |
| − | ||          | + | ||         Arbeidssituatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ParticipationInSociety}} |
| − | ||Observation. | + | ||Observation.component:workSituation.valueString |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||696 |
| − | ||             | + | ||         Toelichting |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ParticipationInSociety}} | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||783 | ||
| + | ||   Anamnese | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | ||List | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||889 | ||
| + | ||      Algemene anamnese | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | || | + | ||List |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||916 |
| − | ||       | + | ||         Probleem (Algemene anamnese) |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||917 |
| − | ||          | + | ||            ProbleemAnatomischeLocatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.bodySite |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||918 |
| − | ||          | + | ||            ProbleemLateraliteit |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||919 |
| − | ||          | + | ||            ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.category |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||920 |
| − | ||      | + | ||            ProbleemNaam |
| − | + | ||1 .. 1 | |
| − | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | |
| − | + | ||Condition.code | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | ||
| − | || | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||921 |
| − | ||             | + | ||            ProbleemBeginDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.onset[x]:onsetDateTime |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||922 |
| − | ||             | + | ||            ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.abatement[x]:abatementDateTime |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||923 | ||
| + | ||            ProbleemStatus | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.clinicalStatus | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||924 | ||
| + | ||            VerificatieStatus | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.verificationStatus | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||925 |
| − | ||             | + | ||            Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.note |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1080 |
| − | ||       | + | ||         Verrichting (Algemene anamnese) |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1081 |
| − | ||          | + | ||            VerrichtingStartDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.performed[x]:performedPeriod.start |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1082 |
| − | ||          | + | ||            VerrichtingEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.performed[x]:performedPeriod.end |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1083 |
| − | ||          | + | ||            VerrichtingAnatomischeLocatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.bodySite |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1084 | ||
| + | ||            VerrichtingLateraliteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} | ||
| + | ||Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1085 |
| − | ||          | + | ||            Indicatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.reasonReference |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1097 | ||
| + | ||               Probleem (Algemene anamnese) | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1087 | ||
| + | ||            VerrichtingType | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} | ||
| + | ||Procedure.code | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||7891 |
| − | ||             | + | ||            Eicelextractiedatum |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ProcedureObservation|bc-ProcedureObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7892 | ||
| + | ||            Cryo embryo | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ProcedureObservation|bc-ProcedureObservation]] |
| − | ||Observation. | + | ||Observation.value[x]:valueBoolean |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||7893 |
| − | ||             | + | ||            Embryotransferdatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ProcedureObservation|bc-ProcedureObservation]] |
| − | ||Observation. | + | ||Observation.value[x]:valueDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1088 |
| − | ||             | + | ||            VerrichtingMethode |
| − | ||0 .. | + | ||0 .. * |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.extension:procedureMethod |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1089 |
| − | ||       | + | ||            MedischHulpmiddel |
||0 .. * | ||0 .. * | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.focalDevice.manipulated |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10389 |
| − | ||          | + | ||               MedischHulpmiddel |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-MedicalDeviceProduct}} |
| − | || | + | ||Device |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1091 |
| − | ||             | + | ||            Locatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} |
| − | || | + | ||Procedure.performer.actor |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10390 |
| − | ||                | + | ||               Zorgaanbieder |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1093 |
| − | ||                | + | ||            Uitvoerder |
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure}} | ||
| + | ||Procedure.performer.actor | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10391 | ||
| + | ||               Zorgverlener | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | || | + | ||Practitioner |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1095 |
| − | ||                | + | ||            Aanvrager |
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure/zib-ProcedureRequest|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Procedure/zib-ProcedureRequest}} | ||
| + | ||Procedure.basedOn:request/requester.agent | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10392 | ||
| + | ||               Zorgverlener | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| − | | | + | ||Practitioner |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | || | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1683 |
| − | || | + | ||         Toelichting algemene anamnese |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | || | + | ||List.note |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1099 |
| − | ||       | + | ||      Psychische en/of Sociale problemen |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | || |
| − | || | + | ||List |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1100 | ||
| + | ||         Probleem (Psychiatrie) | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1103 |
| − | ||             | + | ||            ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | + | ||Condition.category | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | || | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1104 |
| − | ||             | + | ||            ProbleemNaam |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.code |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1105 |
| − | ||             | + | ||            ProbleemBeginDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.onset[x]:onsetDateTime |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1106 |
| − | ||             | + | ||            ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.abatement[x]:abatementDateTime |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1107 | ||
| + | ||            ProbleemStatus | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.clinicalStatus | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1108 |
| − | ||             | + | ||            VerificatieStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.verificationStatus |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1109 |
| − | || | + | ||            Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.note |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2590 |
| − | ||          | + | ||         Probleem (Sociale problemen) |
| − | ||0 .. | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2593 |
| − | ||             | + | ||            ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | + | ||Condition.category | |
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | || | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2594 |
| − | ||             | + | ||            ProbleemNaam |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.code |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2595 |
| − | ||             | + | ||            ProbleemBeginDatum |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.onset[x]:onsetDateTime |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2596 |
| − | ||             | + | ||            ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | + | ||Condition.abatement[x]:abatementDateTime | |
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2597 |
| − | ||             | + | ||            ProbleemStatus |
||1 .. 1 | ||1 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.clinicalStatus |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2598 | ||
| + | ||            VerificatieStatus | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.verificationStatus | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2599 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.note | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2600 |
| − | ||             | + | ||         Probleem (Misbruik/ Geweld) |
| − | || | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} |
| − | || | + | ||Condition |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2603 | ||
| + | ||            ProbleemType | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} | ||
| + | ||Condition.category | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2604 |
| − | ||             | + | ||            ProbleemNaam |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} |
| − | || | + | ||Condition.code |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2605 |
| − | ||             | + | ||            ProbleemBeginDatum |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.onset[x]:onsetDateTime |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2606 |
| − | ||             | + | ||            ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} |
| − | + | ||Condition.abatement[x]:abatementDateTime | |
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2607 |
| − | ||             | + | ||            ProbleemStatus |
||1 .. 1 | ||1 .. 1 | ||
| − | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} | |
| − | + | ||Condition.clinicalStatus | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | ||
| − | || | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2608 |
| − | ||             | + | ||            VerificatieStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} |
| − | || | + | ||Condition.verificationStatus |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2609 |
| − | || | + | ||            Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-problem}} |
| − | || | + | ||Condition.note |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3331 |
| − | ||    | + | ||         JuridischeSituatie |
| − | ||0 .. | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
||Condition | ||Condition | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3332 |
| − | ||       | + | ||            JuridischeStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
| − | ||Condition. | + | ||Condition.code |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3333 |
| − | ||       | + | ||            Vertegenwoordiging |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-Representation}} |
| − | ||Condition. | + | ||Condition.code |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3334 |
| − | ||       | + | ||            DatumAanvang |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
| − | + | ||Condition.onset[x]:onsetDateTime | |
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | ||Condition. | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3335 |
| − | ||       | + | ||            DatumEinde |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} |
| − | ||Condition. | + | ||Condition.abatement[x]:abatementDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2622 |
| − | ||       | + | ||         Toelichting psychosociale anamnese |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | || | + | ||List.note |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1110 |
| − | ||       | + | ||      Relevante allergieën |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AllergyIntolerance}} |
| − | || | + | ||AllergyIntolerance |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1111 |
| − | ||       | + | ||         VeroorzakendeStof |
| − | || | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AllergyIntolerance}} |
| − | || | + | ||AllergyIntolerancecode |
| − | |- | + | |-style="vertical-align:top; background-color: #E8D7BE;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2902 |
| − | || | + | ||Gezin |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | || |
| − | || | + | ||Observation |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2911 | ||
| + | ||   Taalvaardigheid | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient.communication.extension:languageProficiency | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2913 |
| − | ||    | + | ||   SociaalNetwerk |
| − | || | + | ||1 .. 1 |
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueBoolean |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2914 |
| − | ||    | + | ||   BeoordelingGezinssituatie (Observatie) |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | || | + | ||Observation |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2915 |
| − | ||       | + | ||      BeoordelingGezinssituatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2917 |
| − | ||       | + | ||      InstabieleGezinssituatieWaarde |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | || | + | ||Observation.component:unstableFamilySituation.value[x]:valueString |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2919 |
| − | ||       | + | ||      ZorgelijkeGezinssituatieWaarde |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | ||Observation.value[x]: | + | ||Observation.component:alarmingFamilySituation.value[x]:valueString |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2921 |
| − | ||       | + | ||      IntoxicatiesWaarde |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | || | + | ||Observation.component:intoxication.value[x]:valueString |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2922 |
| − | ||       | + | ||      Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10556 |
| − | ||    | + | ||   Probleem infectieziekte(n) Gezin |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilyMemberHistory}} |
| − | || | + | ||FamilyMemberHistory.condition.code |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10559 |
| − | ||       | + | ||      ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.category |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10560 |
| − | ||       | + | ||      ProbleemNaam |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.code |
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10561 | ||
| + | ||      ProbleemBeginDatum | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.onset[x]:onsetDateTime | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10562 |
| − | ||       | + | ||      ProbleemEindDatum |
| − | ||0 .. | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.abatement[x]:abatementDateTime |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10563 |
| − | ||       | + | ||      ProbleemStatus |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.clinicalStatus |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10564 |
| − | ||          | + | ||      VerificatieStatus |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.verificationStatus | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10565 | ||
| + | ||      Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} |
| − | || | + | ||Condition.note |
| − | |-style="vertical-align:top; background-color: # | + | |-style="vertical-align:top; background-color: #E8D7BE;" |
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||25 |
| − | || | + | ||Zwangerschapsgegevens |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1698 |
| − | ||    | + | ||   Identificatie van de zwangerschap |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy}} |
| − | || | + | ||Condition.identifier |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3341 |
| − | ||       | + | ||   Zwangerschap |
| − | ||0 .. | + | ||1 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy}} |
| − | || | + | ||Condition |
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3342 | ||
| + | ||      Zwangerschapsduur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy-PregnancyDuration}} | ||
| + | ||Observation.value[x]:valueQuantity | ||
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3343 | ||
| + | ||      Pariteit | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Parity|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy-Parity}} | ||
| + | ||Observation.value[x]:valueQuantity | ||
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3344 | ||
| + | ||      Graviditeit | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-Gravidity|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy-Gravidity}} | ||
| + | ||Observation.value[x]:valueQuantity | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1712 |
| − | ||    | + | ||   Voornemens vrouw |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2252 |
| − | ||       | + | ||      Voorgenomen plaats baring tijdens zwangerschap (Observatie) |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2253 |
| − | ||          | + | ||         VoorgenomenPlaatsBaringDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2255 |
| − | ||    | + | ||         VoorgenomenPlaatsBaringWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2938 |
| − | ||    | + | ||         Voorkeursziekenhuis |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | ||Observation.value[x]: | + | ||Observation.value[x].extension:valueReference |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2271 |
| − | ||    | + | ||            Zorgaanbieder |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2257 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.comment |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2279 | ||
| + | ||      Voorgenomen voeding (Observatie) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3872 |
| − | ||       | + | ||         VoorgenomenVoedingDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2281 |
| − | ||    | + | ||         VoorgenomenVoedingWaarde |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3874 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.comment |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10739 | ||
| + | ||   Kraamzorg | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | ||nvt | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10742 | ||
| + | ||      KraamzorgIntake | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10743 | ||
| + | ||         Contact | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10740 | ||
| + | ||      GeïndiceerdAantalUurKraamzorg (Observatie) | ||
| + | ||1 .. * | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10744 |
| − | ||       | + | ||         GeïndiceerdAantalUurKraamzorgDatumTijd |
| − | || | + | ||1 .. 1 |
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10745 |
| − | ||    | + | ||         GeïndiceerdAantalUurKraamzorgWaarde |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | |
| − | + | ||Observation.value[x]:valueQuantity | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||[[Gebz:FHIR_bc- | ||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10748 |
| − | ||      Toelichting | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10741 |
| − | ||    | + | ||      WenstVrouwMinderKraamzorg? (Observatie) |
||0 .. * | ||0 .. * | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10747 |
| − | ||       | + | ||         WenstVrouwMinderKraamzorgDatumTijd |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10746 |
| − | ||       | + | ||         WenstVrouwMinderKraamzorgWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueBoolean |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10749 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | | | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | + | ||Observation.comment | |
| − | |||
| − | |[[ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||111 |
| − | ||    | + | ||   Prenatale controle |
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} |
| − | || | + | ||Encounter |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10520 | ||
| + | ||      Contact | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||121 |
| − | ||          | + | ||      AlcoholGebruik |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||122 | ||
| + | ||         Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} |
| − | || | + | ||Observation.comment |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||123 |
| − | ||       | + | ||         AlcoholGebruikStatus |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||124 | ||
| + | ||         WaarnemingGebruik | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} | ||
| + | ||Observation.effectivePeriod | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||125 |
| − | ||       | + | ||            StartDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} |
| − | || | + | ||Observation.effective[x]:effectivePeriod.start |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||126 |
| − | ||       | + | ||            StopDatum |
| − | ||0 .. | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} |
| − | || | + | ||Observation.effective[x]:effectivePeriod.end |
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||127 | ||
| + | ||            Hoeveelheid | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-AlcoholUse}} | ||
| + | ||Observation.component:amount.valueQuantity | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||112 |
| − | ||       | + | ||      DrugsGebruik |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} |
| − | || | + | ||Observation |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||117 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} |
| − | || | + | ||Observation.comment |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||119 |
| − | ||          | + | ||         DrugsGebruikStatus |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||118 | ||
| + | ||         DrugsOfGeneesmiddelSoort | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} | ||
| + | ||Observation.component:DrugOrMedicationType.valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||120 | ||
| + | ||         Toedieningsweg | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} |
| − | || | + | ||Observation.component:RouteOfAdministration.valueCodeableConcept |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||113 |
| − | + | ||         WaarnemingGebruik | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||          | ||
||0 .. 1 | ||0 .. 1 | ||
| − | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} | |
| − | + | ||Observation.effectivePeriod | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | ||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||114 |
| − | ||          | + | ||            StartDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} |
| − | ||Observation.effective[x]: | + | ||Observation.effective[x]:effectivePeriod.start |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||115 |
| − | ||    | + | ||            StopDatum |
| − | + | ||0 .. 1 | |
| − | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} | |
| − | + | ||Observation.effective[x]:effectivePeriod.end | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||0 .. 1 | ||
| − | || | ||
| − | ||Observation. | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||116 |
| − | ||          | + | ||            Hoeveelheid |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-DrugUse}} |
| − | ||Observation. | + | ||Observation.component:amount.valueQuantity |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2243 |
| − | ||       | + | ||      TabakGebruik |
| − | || | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2244 |
| − | ||          | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | ||Observation. | + | ||Observation.comment |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2246 |
| − | ||          | + | ||         TabakGebruikStatus |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
||Observation.value[x]:valueCodeableConcept | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2245 |
| − | ||          | + | ||         SoortTabakGebruik |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | + | ||Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | | | ||
| − | ||Observation. | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2247 |
| − | ||    | + | ||         WaarnemingGebruik |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | || | + | ||Observation.effectivePeriod |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2248 |
| − | ||          | + | ||            StartDatum |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} | ||
| + | ||Observation.effective[x]:effectivePeriod.start | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2249 | ||
| + | ||            StopDatum | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | ||Observation.effective[x]: | + | ||Observation.effective[x]:effectivePeriod.end |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2250 |
| − | ||          | + | ||            Hoeveelheid |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | ||Observation. | + | ||Observation.component:amount.valueQuantity |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2251 |
| − | ||          | + | ||            PackYears |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-TobaccoUse}} |
| − | ||Observation. | + | ||Observation.component:PackYears.valueQuantity |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1775 |
| − | ||       | + | ||      Uitwendig onderzoek |
| − | ||0 .. 1 | + | ||0 .. 1 |
| − | || | + | || |
| − | || | + | ||nvt |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10521 |
| − | ||       | + | ||         Bevindingen Moeder |
| − | || | + | ||0 .. 1 |
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
||Observation | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1180 | ||
| + | ||   Probleem (Zwangerschap) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] | ||
| + | ||Condition | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1181 |
| − | ||       | + | ||      ProbleemAnatomischeLocatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | || | + | ||Condition.bodySite |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1182 |
| − | ||       | + | ||      ProbleemLateraliteit |
| − | || | + | ||0 .. 1 |
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | || | + | ||Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1183 |
| − | ||       | + | ||      ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | || | + | ||Condition.category |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1184 |
| − | ||       | + | ||      ProbleemNaam |
| − | || | + | ||1 .. 1 |
| − | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] | |
| − | + | ||Condition.code | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||[[Gebz:FHIR_bc- | ||
| − | ||Condition | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||8654 |
| − | ||       | + | ||      Ernst oedeem |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | ||Condition. | + | ||Condition.severity |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||7894 |
| − | ||       | + | ||      Vermoeden iuvd op basis van |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
| − | ||Condition. | + | ||Condition.evidence.code |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1185 |
| − | || | + | ||      ProbleemBeginDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
||Condition.onsetDateTime:onsetDateTime | ||Condition.onsetDateTime:onsetDateTime | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1186 |
| − | || | + | ||      ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
||Condition.abatementDateTime:abatementDateTime | ||Condition.abatementDateTime:abatementDateTime | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3409 | ||
| + | ||      Zwangerschapsduur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Pregnancy-PregnancyDuration}} | ||
| + | ||Observation.value[x]:valueQuantity | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1187 |
| − | || | + | ||      ProbleemStatus |
||1 .. 1 | ||1 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
||Condition.clinicalStatus | ||Condition.clinicalStatus | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1188 |
| − | || | + | ||      VerificatieStatus |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
||Condition.verificationStatus | ||Condition.verificationStatus | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1189 |
| − | || | + | ||      Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DisorderOfPregnancy|bc-DisorderOfPregnancy]] |
||Condition.note | ||Condition.note | ||
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||37 | ||
| + | ||Bevalling | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryProcedure}} | ||
| + | ||Procedure | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||38 |
| − | ||       | + | ||   Ontsluitingsfase |
| − | || | + | ||1 .. 1 |
| − | || | + | || |
| − | || | + | ||nvt |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4084 | ||
| + | ||      Actieve Ontsluiting (Observatie) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4085 |
| − | ||          | + | ||         ObservatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4087 |
| − | ||          | + | ||         BeginActieveOntsluitingWaarde |
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10246 | ||
| + | ||         DuurActieveOntsluitingWaarde | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | || | + | ||nvt |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4088 |
| − | ||          | + | ||         ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4095 |
| − | ||          | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4096 |
| − | ||       | + | ||      Wijze Begin Baring (Observatie) |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4097 |
| − | ||          | + | ||         ObservatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4099 |
| − | ||          | + | ||         BeginBaringWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4100 |
| − | ||          | + | ||         ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4107 |
| − | ||          | + | ||         Toelichting |
| − | ||0 .. | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4108 |
| − | ||       | + | ||      Breken Vliezen (Observatie) |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4109 |
| − | ||          | + | ||         ObservatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4111 |
| − | ||          | + | ||         BrekenVliezenWaarde |
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4112 | ||
| + | ||         ObservatieMethode | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4119 |
| − | ||          | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4120 |
| − | ||          | + | ||      Aard Vruchtwater (Observatie) |
| − | ||0 .. | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation |
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4121 | ||
| + | ||         ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4123 | ||
| + | ||         Aard Vruchtwater Waarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4124 | ||
| + | ||         ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4131 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.comment | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10710 |
| − | ||             | + | ||      Partusassistentie (Contact) |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} | ||
| + | ||Encounter | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10711 | ||
| + | ||         ContactType | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} | ||
| + | ||Encounter.class | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10735 | ||
| + | ||         ContactSoort | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | || | + | ||Encounter.type |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10712 |
| − | ||          | + | ||         ContactMet |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | || | + | ||Encounter.participant.individual.extension:practitionerRole |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10801 |
||            Zorgverlener | ||            Zorgverlener | ||
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core- | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitionerrole}} |
| − | + | ||PractitionerRole | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10714 |
| − | ||    | + | ||         Locatie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | || | + | ||Encounter.serviceProvider |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10734 |
| − | ||       | + | ||            Zorgaanbieder |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[ | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-organization}} |
| − | || | + | ||Organization |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10738 | ||
| + | ||         PartusStadiumWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} | ||
| + | ||Encounter.participant.extension:periodOfArrival | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10726 |
| − | ||          | + | ||         OproepDatumTijd |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | || | + | ||Encounter.participant.extension:timeWhenCalled |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10716 |
| − | ||          | + | ||         AankomstDatumTijd |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | || | + | ||Encounter.participant.period.start |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10717 |
| − | ||          | + | ||         EindDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} |
| − | ||Observation | + | ||Encounter.participant.period.end |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||39 | ||
| + | ||   Uitdrijvingsfase | ||
| + | ||1 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Birth|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Birth}} | ||
| + | ||Procedure | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9685 | ||
| + | ||      Patient | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4144 | ||
| + | ||      Type Partus (Observatie) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] | ||
| + | ||Observation | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4145 |
| − | ||          | + | ||         ObservatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
||Observation.effective[x]:effectiveDateTime | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4147 |
| − | ||          | + | ||         TypePartusWaarde |
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4148 | ||
| + | ||         ObservatieMethode | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
| − | ||Observation. | + | ||Observation.method |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4155 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] | ||
| + | ||Observation.comment | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4193 |
| − | ||       | + | ||      Werkelijke plaats baring (type locatie) (Observatie) |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
||Observation | ||Observation | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4194 |
| − | ||          | + | ||         ObservatieDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
||Observation.effective[x]:effectiveDateTime | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4196 |
| − | ||          | + | ||         WerkelijkePlaatsBaringWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
| − | ||Observation. | + | ||Observation.value[x]:valueCodeableConcept |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4197 |
| − | ||          | + | ||         ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
||Observation.method | ||Observation.method | ||
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4204 |
||         Toelichting | ||         Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-BirthObservation|bc-BirthObservation]] |
||Observation.comment | ||Observation.comment | ||
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||40 |
| − | ||    | + | ||   Nageboortefase |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | || |
| − | + | ||ntb | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3884 |
| − | ||       | + | ||      Placenta |
| − | || | + | ||1 .. * |
| − | || | + | || |
| − | || | + | ||nvt |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4218 |
| − | ||          | + | ||         Wijze Geboorte Placenta (Observatie) |
||1 .. 1 | ||1 .. 1 | ||
| − | ||[[Gebz:FHIR_bc- | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
||Observation | ||Observation | ||
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4219 |
| − | ||             | + | ||            ObservatieDatumTijd |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4221 | ||
| + | ||            WijzeGeboortePlacentaWaarde | ||
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4222 |
| − | ||                | + | ||            ObservatieMethode |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | ||Observation. | + | ||Observation.method |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4229 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.comment | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4230 |
| − | ||          | + | ||         Geboorte Placenta (Observatie) |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4231 |
| − | ||             | + | ||            ObservatieDatumTijd |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | ||Observation | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4233 |
| − | ||             | + | ||            GeboortePlacentaWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | ||Observation.value[x]: | + | ||Observation.value[x]:valueDateTime |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4234 |
| − | || | + | ||            ObservatieMethode |
| − | ||0 .. | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4241 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.comment | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4242 |
| − | ||    | + | ||         Placenta Compleet (Observatie) |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4243 |
| − | ||       | + | ||            ObservatieDatumTijd |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4245 | ||
| + | ||            PlacentaCompleetWaarde | ||
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4246 |
| − | ||       | + | ||            ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||4253 |
| − | ||       | + | ||            Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3967 |
| − | ||       | + | ||      Hoeveelheid bloedverlies (Observatie) |
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3968 | ||
| + | ||         ObservatieDatumTijd | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1751 |
| − | ||       | + | ||         HoeveelheidBloedverliesWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.value[x]:valueQuantity |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3969 |
| − | ||       | + | ||         ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.method |
| − | |- | + | |- |
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3970 |
| − | ||       | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DeliveryObservation|bc-DeliveryObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10268 |
| − | ||    | + | ||   Opname en Ontslag |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Encounter}} |
| − | || | + | ||Encounter |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10269 |
| − | ||       | + | ||      Contact |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Encounter}} |
| − | || | + | ||Encounter |
| − | |-style="vertical-align:top; background-color: # | + | |-style="vertical-align:top; background-color: #E8D7BE;" |
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1404 |
| − | || | + | ||Kind |
| − | || | + | ||1 .. * |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} |
| − | || | + | ||Patient |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1754 |
| − | ||    | + | ||   Demografische gegevens |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} |
| − | || | + | ||Patient |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1378 |
| − | ||       | + | ||      Patient |
| − | || | + | ||1 .. 1 |
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} |
| − | || | + | ||Patient |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10566 |
| − | ||       | + | ||      JuridischeSituatie |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation}} |
| − | || | + | ||Condition |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2924 |
| − | ||       | + | ||      GezinssituatieKind |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||Observation | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2925 | ||
| + | ||         GezinssamenstellingKind | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} | ||
| + | ||Observation.component:familyComposition.valueCodeableConcept | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2926 |
| − | ||       | + | ||         OuderVerzorger |
| − | || | + | ||0 .. * |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} |
| − | ||Observation | + | ||Observation.component:parentCarer.extension:parentCarer |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10499 |
| − | ||          | + | ||            Contactpersoon |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-RelatedPerson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-RelatedPerson}} | ||
| + | ||RelatedPerson | ||
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2932 | ||
| + | ||         AantalBroersEnZussen | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} | ||
| + | ||Observation.component:sibling | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2933 | ||
| + | ||         BroerOfZus | ||
||0 .. * | ||0 .. * | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} |
| − | ||Observation | + | ||Observation.component:sibling |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||10503 |
| − | ||             | + | ||            Contactpersoon |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-RelatedPerson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-RelatedPerson}} |
| − | ||Observation | + | ||Relatedperson |
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2936 | ||
| + | ||            GeboortedatumZusBroer | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} | ||
| + | ||Observation.component:sibling.valueDateTime | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10773 |
| − | ||             | + | ||            DatumOverlijdenZusBroer |
| − | || | + | ||0 .. 1 |
| − | || | + | || |
| − | || | + | || |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2937 |
| − | ||          | + | ||         Toelichting |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-FamilySituationChild}} |
| − | ||Observation. | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1407 |
| − | ||    | + | ||   Lichamelijk onderzoek kind |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | || |
| − | + | ||nvt | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1418 |
| − | ||       | + | ||      Geboortegewicht (Lichaamsgewicht) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1419 |
| − | ||          | + | ||         GewichtWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.value[x]:valueQuantity |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1423 |
| − | ||          | + | ||         PercentielGeboortegewicht |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation | + | ||Observation.interpretation |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1420 |
| − | ||          | + | ||         Toelichting |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.comment |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1421 |
| − | ||          | + | ||         GewichtDatumTijd |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1422 |
| − | ||          | + | ||         Kleding |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.component:clothing.value[x]:valueCodeableConcept |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1765 |
| − | ||       | + | ||      Bevindingen |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
| − | + | |-style="vertical-align:top; background-color: #E3E3E3;" | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2706 |
| − | ||          | + | ||         Algemene indruk |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1408 |
| − | ||             | + | ||            ApgarScore1min |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation | ||Observation | ||
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||1409 |
| − | ||                | + | ||               ApgarScoreDatumTijd |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation.effective[x]:effectiveDateTime | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1410 |
| − | ||                | + | ||               ApgarScoreTotaal |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation.value[x]: | + | ||Observation.value[x]:valueQuantity |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||1411 |
| − | ||                | + | ||               AdemhalingScore |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||1412 |
| − | ||                | + | ||               HuidskleurScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||1413 |
| − | ||             | + | ||               HartslagScore |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | + | ||1414 | |
| − | + | ||               ReflexenScore | |
| − | |||
| − | |||
| − | || | ||
| − | | | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||1415 |
| − | ||                | + | ||               SpierspanningScore |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||1416 |
| − | ||                | + | ||               Toelichting |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9663 |
| − | ||             | + | ||            ApgarScore5min |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9664 |
| − | ||                | + | ||               ApgarScoreDatumTijd |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9665 |
| − | ||                | + | ||               ApgarScoreTotaal |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation.value[x]:valueQuantity | ||Observation.value[x]:valueQuantity | ||
| − | |- | + | |- |
| − | | | + | |ordinal |
| − | || | + | ||9666 |
| − | ||             | + | ||               AdemhalingScore |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} | ||
| + | ||Observation.component.valueCodeableConcept | ||
| + | |- | ||
| + | |ordinal | ||
| + | ||9667 | ||
| + | ||               HuidskleurScore | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9668 |
| − | ||                | + | ||               HartslagScore |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9669 |
| − | ||                | + | ||               ReflexenScore |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9670 |
| − | ||                | + | ||               SpierspanningScore |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9671 |
| − | ||                | + | ||               Toelichting |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9672 |
| − | ||             | + | ||            ApgarScore10min |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation | ||Observation | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9673 |
| − | ||                | + | ||               ApgarScoreDatumTijd |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | ||Observation. | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9674 |
| − | ||                | + | ||               ApgarScoreTotaal |
||1 .. 1 | ||1 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
||Observation.value[x]:valueQuantity | ||Observation.value[x]:valueQuantity | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9675 |
| − | ||                | + | ||               AdemhalingScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9676 |
| − | ||                | + | ||               HuidskleurScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9677 |
| − | ||                | + | ||               HartslagScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9678 |
| − | ||                | + | ||               ReflexenScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |ordinal |
| − | || | + | ||9679 |
| − | ||                | + | ||               SpierspanningScore |
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9680 |
||               Toelichting | ||               Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-ApgarScore}} |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2966 |
| − | ||          | + | ||         Huid |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2967 |
| − | ||             | + | ||            Huid (Observatie) |
| − | ||0 .. | + | ||0 .. * |
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2940 | ||
| + | ||               HuidDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2941 |
| − | ||                | + | ||               HuidWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.value[x]:valueCodeableConcept |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3057 | ||
| + | ||               AnatomischeLocatie | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.bodySite | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2942 |
| − | ||                | + | ||               ObservatieMethode |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation. | + | ||Observation.method |
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2943 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3027 |
| − | ||          | + | ||         Genitalia |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
||Observation | ||Observation | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3049 |
| − | ||             | + | ||            Genitalia (observatie) |
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3050 | ||
| + | ||               GenitaliaDatumTijd | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | ||Observation | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3051 |
| − | ||                | + | ||               GenitaliaWaarde |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | + | ||Observation.value[x]:valueCodeableConcept | |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||Observation.value[x]: | ||
| − | |-style="vertical-align:top; background-color: # | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||4305 |
| − | || | + | ||               AnatomischeLocatie |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.bodySite | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3052 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3053 | ||
| + | ||               Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation.comment |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3038 |
| − | ||    | + | ||         Neurologie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3085 |
| − | ||       | + | ||            Neurologie (Observatie) |
||0 .. * | ||0 .. * | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation |
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3086 | ||
| + | ||               NeurologieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3087 |
| − | ||          | + | ||               NeurologieWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation.value[x]:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3088 |
| − | ||          | + | ||               ObservatieMethode |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation.method |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3089 |
| − | ||          | + | ||               Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] |
| − | || | + | ||Observation.comment |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||8756 |
| − | ||          | + | ||   Opname, Ontslag, Overplaatsing |
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8779 | ||
| + | ||      Contact | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8758 | ||
| + | ||      Lichaamsgewicht | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyWeight}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10660 | ||
| + | ||      Lichaamstemperatuur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyTemperature}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||8757 | ||
| + | ||      VoedingspatroonZuigeling | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1123 | ||
| + | ||Medisch onderzoek | ||
||0 .. 1 | ||0 .. 1 | ||
|| | || | ||
| − | || | + | ||nvt |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1124 | ||
| + | ||   Maternale onderzoeksgegevens | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1766 | ||
| + | ||      Uterusactiviteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3897 | ||
| + | ||         Periode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} | ||
| + | ||Observation.effective[x]:effectivePeriod | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3894 | ||
| + | ||            TijdsInterval | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} | ||
| + | ||Observation.effective[x]:effectivePeriod | ||
|- | |- | ||
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3900 |
| − | ||          | + | ||         UterusActiviteitFrequentie |
| − | || | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | || | + | ||Observation.component:uterusActivityFrequency.value[x]:valueQuantity |
|- | |- | ||
|[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3901 |
| − | ||          | + | ||         UterusActiviteitDuur |
| − | ||1 .. 1 | + | ||0 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | || | + | ||Observation.component:uterusActivityDuration.value[x]:valueQuantity |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3902 | ||
| + | ||         UterusActiviteitIntensiteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} | ||
| + | ||Observation.component:uterusActivityIntensity.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3904 |
| − | ||          | + | ||         UterusActiviteitRegelmatigheid |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | || | + | ||Observation.component:uterusActivityRegularity.value[x]:valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3905 |
| − | ||          | + | ||         UterusActiviteitMethode |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | + | ||Observation.method | |
| − | |- | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3906 |
| − | ||          | + | ||         ConclusieUterusActiviteit |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | || | + | ||Observation.component:conclusionUterusActivity.value[x]:valueCodeableConcept |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3898 |
| − | ||       | + | ||         Beoordelaar |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-UterusActivity|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-UterusActivity}} |
| − | || | + | ||Observation.performer |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3895 |
| − | ||          | + | ||            Zorgverlener |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitioner}} |
| + | ||Practitioner | ||
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1477 | ||
| + | ||Postnatale fase | ||
| + | ||0 .. 1 | ||
|| | || | ||
| + | ||ntb | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2302 | ||
| + | ||   Moeder | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2305 | ||
| + | ||      Probleem (Postpartum complicatie) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] | ||
| + | ||Condition | ||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2306 |
| − | ||          | + | ||         ProbleemAnatomischeLocatie |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.bodySite |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2307 |
| − | ||          | + | ||         ProbleemLateraliteit |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2308 |
| − | ||          | + | ||         ProbleemType |
||0 .. 1 | ||0 .. 1 | ||
| − | | | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | + | ||Condition.category | |
| − | |||
| − | |[[ | ||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2309 |
| − | ||          | + | ||         ProbleemNaam |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.code |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2310 |
| − | ||          | + | ||         ProbleemBeginDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.onsetDateTime:onsetDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2311 |
| − | ||          | + | ||         ProbleemEindDatum |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.abatementDateTime:abatementDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2312 |
| − | ||          | + | ||         ProbleemStatus |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.clinicalStatus |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2313 |
| − | ||          | + | ||         VerificatieStatus |
| − | ||0 .. | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.verificationStatus |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2314 |
| − | ||          | + | ||         Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.verificationStatus |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9823 |
| − | ||    | + | ||   Kraamweek |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} |
| − | || | + | ||EpisodeOfCare |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9824 |
| − | ||             | + | ||      Vrouw |
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9982 | ||
| + | ||         ZorgVoorKind (Observatie) | ||
||0 .. * | ||0 .. * | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} |
| − | || | + | ||Observation |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9983 |
| − | ||             | + | ||            ObservatieDatumTijd |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9985 |
| − | ||             | + | ||            OnzekerheidWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} |
| − | || | + | ||Observation.component:uncertainty.value[x]:valueCodeableConcept |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||9992 |
| − | ||             | + | ||            VaardigheidWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} |
| − | || | + | ||Observation.component:ability.value[x]:valueCodeableConcept |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||9991 |
| − | ||             | + | ||            Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} |
| − | || | + | ||Observation.comment |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2746 |
| − | ||             | + | ||         Controles moeder |
| − | ||0 .. 1 | + | ||0 .. * |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} |
| − | || | + | ||Patient |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10729 |
| − | ||             | + | ||            Contact |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2798 | ||
| + | ||            Lichaamstemperatuur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyTemperature}} | ||
| + | ||Observation.value[x]:valueQuantity | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2753 | ||
| + | ||            Polsfrequentie | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-PulseRate}} |
| − | || | + | ||Observation |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2754 |
| − | ||             | + | ||               PolsfrequentieWaarde |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-PulseRate}} |
| − | || | + | ||Observation.value[x]:valueQuantity |
|- | |- | ||
|[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2755 |
| − | ||             | + | ||               PolsfrequentieDatumTijd |
| − | || | + | ||1 .. 1 |
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-PulseRate}} |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2756 |
| − | ||             | + | ||               Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-PulseRate}} |
| − | || | + | ||Observation.comment |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2757 |
| − | ||             | + | ||               PolsRegelmatigheid |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-PulseRate}} |
| − | || | + | ||Observation.component.valueCodeableConcept |
| − | |- | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | |[[Bestand: | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2758 |
| − | ||             | + | ||            Blaasfunctie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BladderFunction}} |
| − | || | + | ||Observation |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10774 |
| − | ||             | + | ||               UrinatieGeweest? |
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |ordinal | ||
| + | ||2759 | ||
| + | ||               UrineContinentie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BladderFunction}} | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2762 | ||
| + | ||               UrineKatheter | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BladderFunction-UrineCatheter}} | ||
| + | ||DeviceUseStatement | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10523 | ||
| + | ||                  MedischHulpmiddel | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheterProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BladderFunction-UrineCatheterProduct}} |
| − | || | + | ||Device |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2780 |
| − | ||             | + | ||               Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BladderFunction}} |
| − | || | + | ||Observation.comment |
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2781 | ||
| + | ||            Darmfunctie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10775 | ||
| + | ||               DefecatieGeweest? | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |ordinal | ||
| + | ||2782 | ||
| + | ||               FecesContinentie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} | ||
| + | ||Observation.component:FecalContinence | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2785 |
| − | ||             | + | ||               Frequentie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} |
| − | || | + | ||Observation.component:Frequency |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2786 |
| − | ||          | + | ||               DefecatieConsistentie |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} |
| − | || | + | ||Observation.component:DefecationConsistency |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2787 |
| − | ||          | + | ||               DefecatieKleur |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} |
| − | || | + | ||Observation.component:DefecationColor |
|- | |- | ||
|[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2790 |
| − | ||         Toelichting | + | ||               Toelichting |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BowelFunction}} |
| − | + | ||Observation.comment | |
| − | |- | ||
| − | | | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||2791 |
| − | + | ||            Bloeddruk | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||             | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BloodPressure}} |
| − | || | + | ||Observation |
|-style="vertical-align:top; background-color: #E3E3E3;" | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
|[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3108 |
| − | ||          | + | ||            Lochia (Observatie) |
||0 .. 1 | ||0 .. 1 | ||
| − | | | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | + | ||Observation | |
| − | |||
| − | |[[ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3109 |
| − | ||          | + | ||               ObservatieDatumTijd |
||1 .. 1 | ||1 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.effective[x]:effectiveDateTime |
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3111 | ||
| + | ||               Bloedverlies kraambed (lochia) (Waarde) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3113 | ||
| + | ||               Aantal kraamverbanden (Waarde) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3115 |
| − | ||          | + | ||               Lochia foetide / riekend? (Waarde) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueBoolean |
|- | |- | ||
| − | |[[Bestand: | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||3117 |
| − | ||          | + | ||               Grote stolsels in lochia (Waarde) |
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | + | ||Observation.value[x]:valueBoolean |
|- | |- | ||
|[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| − | || | + | ||3118 |
| − | ||          | + | ||               ObservatieMethode |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3119 | ||
| + | ||               Toelichting | ||
||0 .. 1 | ||0 .. 1 | ||
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | + | ||Observation.comment | |
| − | + | |-style="vertical-align:top; background-color: #E3E3E3;" | |
| − | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | + | ||3120 | |
| − | + | ||            Sectiowond (Wond) | |
| − | + | ||0 .. 1 | |
| − | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | |
| − | + | ||Observation | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | | | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||10661 |
| − | | | + | ||               Sectiowond normaal |
| − | | | + | ||1 .. 1 |
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
|- | |- | ||
| − | | | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3122 |
| − | | | + | ||               WondWeefsel |
| − | | | + | ||0 .. 1 |
| + | || | ||
| + | || | ||
|- | |- | ||
| − | | | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3123 |
| − | | | + | ||               WondInfectie |
| − | | | + | ||0 .. 1 |
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
|- | |- | ||
| − | | | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3124 |
| − | | | + | ||               WondVochtigheid |
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3125 |
| − | | | + | ||               WondRand |
| − | | | + | ||0 .. 1 |
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3132 |
| − | | | + | ||               DatumLaatsteVerbandwissel |
| − | | | + | ||0 .. 1 |
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
|- | |- | ||
| − | | | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||3150 |
| − | | [ | + | ||               Toelichting |
| − | | | + | ||0 .. 1 |
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9860 | ||
| + | ||            Fundusstand (Meting) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3182 | ||
| + | ||            Zelfredzaamheid kraamvrouw | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
|- | |- | ||
| − | | | + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||10732 |
| − | | | + | ||               ZelfredzaamheidAndersDanVerwachting |
| − | | | + | ||1 .. 1 |
| − | | | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | | | + | ||Observation.value[x]:valueBoolean |
| − | | | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | | | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||2812 |
| + | ||               BarthelIndex | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2813 |
| − | | | + | ||                  Darm |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:bowel.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2814 |
| − | | | + | ||                  Blaas |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:bladder.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2815 |
| − | | | + | ||                  UiterlijkeVerzorging |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:personalGrooming.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2816 |
| − | | | + | ||                  Toiletgebruik |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:toiletUse.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2817 |
| − | | | + | ||                  Eten |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:eating.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2818 |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||                  Transfers |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:transfers.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2819 |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||                  Mobiliteit |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:mobility.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2820 |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||                  AanUitkleden |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:dressingAndUndressing.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2821 |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||                  TrappenLopen |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:walkingStairs.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |ordinal |
| − | | | + | ||2822 |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||                  BadenDouchen |
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:bathingAndShowering.value[x]:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||2823 |
| − | | | + | ||                  TotaalScore |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | ||Observation.component:totalScore.value[x]:valueQuantity | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2842 | ||
| + | ||            Controle borsten | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2858 | ||
| + | ||               Bevindingen borsten (Observatie) | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | ||
| + | ||Observation | ||
|- | |- | ||
| − | | | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||2843 |
| − | | | + | ||                  ObservatieDatumTijd |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||1 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
|- | |- | ||
| − | | | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||2863 |
| − | | | + | ||                  ObservatieMethode |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||0 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | ||
| + | ||Observation.method | ||
|- | |- | ||
| − | | | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | | | + | ||2861 |
| − | | | + | ||                  Lateraliteit |
| − | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/ | + | ||0 .. 1 |
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | ||
| + | ||Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||
|- | |- | ||
| − | | | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | + | ||2857 | |
| − | + | ||                  TepelsWaarde | |
| − | + | ||0 .. 1 | |
| − | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | |
| − | + | ||Observation.value[x]:valueString | |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10736 |
| − | || | + | ||                  HuidWaarde |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} |
| − | || | + | ||Observation.component:skin.value[x]:valueString |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||10737 |
| − | || | + | ||                  OverigeAfwijkingWaarde |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} |
| − | || | + | ||Observation.component:other.value[x]:valueString |
| − | |||
|- | |- | ||
| − | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | + | ||2862 | |
| − | || | + | ||                  Toelichting |
| − | || | + | ||0 .. 1 |
| − | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc- | + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} |
| − | || | + | ||Observation.comment |
| − | + | |-style="vertical-align:top; background-color: #E3E3E3;" | |
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2844 | ||
| + | ||               Probleem | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] | ||
| + | ||Condition | ||
|- | |- | ||
| − | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | + | ||2846 | |
| − | || | + | ||                  ProbleemLateraliteit |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept |
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2847 |
| − | || | + | ||                  ProbleemType |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.category |
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | + | ||2848 | |
| − | || | + | ||                  ProbleemNaam |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.code |
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2849 |
| − | || | + | ||                  ProbleemBeginDatum |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.onsetDateTime:onsetDateTime |
| − | |||
| − | |||
|- | |- | ||
| − | + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | + | ||2850 | |
| − | || | + | ||                  ProbleemEindDatum |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.abatementDateTime:abatementDateTime |
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2851 |
| − | || | + | ||                  ProbleemStatus |
| − | || | + | ||1 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.clinicalStatus |
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2852 |
| − | || | + | ||                  VerificatieStatus |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | || | + | ||Condition.verificationStatus |
| − | |||
| − | |||
| − | |||
| − | |||
|- | |- | ||
| − | || | + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] |
| − | || | + | ||2853 |
| − | || | + | ||                  Toelichting |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-DisorderPostPartum|bc-DisorderPostPartum]] |
| − | | | + | ||Condition.note |
| − | # | + | |-style="vertical-align:top; background-color: #E3E3E3;" |
| − | + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | |
| − | | | + | ||2864 |
| − | | | + | ||            Controle benen |
| − | || | + | ||0 .. 1 |
| − | || | + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] |
| − | || | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | ||[[Gebz: | ||
||Observation | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2865 | ||
| + | ||               Bevindingen benen (Observatie) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2866 | ||
| + | ||                  ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2867 | ||
| + | ||                  ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2868 | ||
| + | ||                  Lateraliteit | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2869 | ||
| + | ||                  ObservatieWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:INT.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2870 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9837 | ||
| + | ||            Controle perineum | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2824 | ||
| + | ||               Controle perineum (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2826 | ||
| + | ||                  ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2825 | ||
| + | ||                  ControlePerineumWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2828 | ||
| + | ||                  ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2827 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2871 | ||
| + | ||               Perineumwond (Wond) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10662 | ||
| + | ||                  Perineumwond normaal | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2873 | ||
| + | ||                  WondWeefsel | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2874 | ||
| + | ||                  WondInfectie | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2875 | ||
| + | ||                  WondVochtigheid | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2876 | ||
| + | ||                  WondRand | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2901 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10795 | ||
| + | ||            Betrokkenheid andere zorgverlener | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-CareTeam}} | ||
| + | ||CareTeam | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10798 | ||
| + | ||               Zorgverlener | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitionerrole}} | ||
| + | ||PractitionerRole | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9825 | ||
| + | ||      Kind | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10663 | ||
| + | ||         Patient | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2747 | ||
| + | ||         Controles kind | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} | ||
| + | ||Patient | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10730 | ||
| + | ||            Contact | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2792 | ||
| + | ||            Lichaamsgewicht | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyWeight}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2799 | ||
| + | ||            Lichaamstemperatuur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyTemperature}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7947 | ||
| + | ||            VoedingspatroonZuigeling | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9960 | ||
| + | ||            Ademhaling (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9961 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9963 | ||
| + | ||               AdemhalingWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9964 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9969 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9886 | ||
| + | ||            Navelstomp (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9887 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9889 | ||
| + | ||               NavelstompWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9890 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9895 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9896 | ||
| + | ||            Slaappatroon (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9897 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9899 | ||
| + | ||               SlaappatroonWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueString | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9900 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9905 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9906 | ||
| + | ||            Huilgedrag (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9907 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9909 | ||
| + | ||               HuilgedragWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9910 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9915 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9936 | ||
| + | ||            Uitscheiding | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces/bc-ExcretionUrine}} | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9937 | ||
| + | ||               Feces (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9938 | ||
| + | ||                  ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9940 | ||
| + | ||                  FecesWaarde | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.component:feces.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9957 | ||
| + | ||                  PoepluiersWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.component:fecalDiapers.value[x]:valueQuantity | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9941 | ||
| + | ||                  ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9942 | ||
| + | ||                  ObservatieSpecimen | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.specimen | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9946 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9947 | ||
| + | ||               Urine (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9948 | ||
| + | ||                  ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9950 | ||
| + | ||                  UrineWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation.component:urine.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9958 | ||
| + | ||                  PlasluiersWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation.component:urineDiapers.value[x]:valueQuantity | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9951 | ||
| + | ||                  ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9952 | ||
| + | ||                  ObservatieSpecimen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | ||Observation.specimen | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9956 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4356 | ||
| + | ||            Controle huid | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9959 | ||
| + | ||               Huid (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4357 | ||
| + | ||               Probleem_Huid | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4358 | ||
| + | ||                  ProbleemAnatomischeLocatie | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.bodySite | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4359 | ||
| + | ||                  ProbleemLateraliteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4360 | ||
| + | ||                  ProbleemType | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.category | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4361 | ||
| + | ||                  ProbleemNaam | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.code | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4362 | ||
| + | ||                  ProbleemBeginDatum | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.onset[x]:onsetDateTime | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4363 | ||
| + | ||                  ProbleemEindDatum | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.abatement[x]:abatementDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4364 | ||
| + | ||                  ProbleemStatus | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.clinicalStatus | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4365 | ||
| + | ||                  VerificatieStatus | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.verificationStatus | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4366 | ||
| + | ||                  Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-Problem}} | ||
| + | ||Condition.note | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9916 | ||
| + | ||            Spugen (Observatie) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9917 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9919 | ||
| + | ||               SpugenWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9920 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9925 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9926 | ||
| + | ||            Schedel (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9927 | ||
| + | ||               ObservatieDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9929 | ||
| + | ||               SchedelWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9930 | ||
| + | ||               ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9935 | ||
| + | ||               Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10727 | ||
| + | ||            Tonus | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10728 | ||
| + | ||               Neurologie (Observatie) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||4341 | ||
| + | ||            Betrokkenheid andere zorgverlener | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-CareTeam}} | ||
| + | ||CareTeam | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10794 | ||
| + | ||               Zorgverlener | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-practitionerrole}} | ||
| + | ||PractitionerRole | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10003 | ||
| + | ||         Gehoortest (Observatie) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10004 | ||
| + | ||            ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10006 | ||
| + | ||            GehoortestWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10023 | ||
| + | ||            DatumGehoortestWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10007 | ||
| + | ||            ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10012 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10013 | ||
| + | ||         Hielprik (Observatie) | ||
| + | ||0 .. * | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10014 | ||
| + | ||            ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10016 | ||
| + | ||            HielprikWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10024 | ||
| + | ||            DatumHielprikWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:II.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10025 | ||
| + | ||            SetnummerHielprikWaarde | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.identifier | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10017 | ||
| + | ||            ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10022 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-ChildObservation|bc-ChildObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10750 | ||
| + | ||         Vitamine K (Observatie) | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10762 | ||
| + | ||            ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10764 | ||
| + | ||            VitamineKWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation.value[x]:valueBoolean | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10765 | ||
| + | ||            DatumVitamineKWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation.component:administrationDate.value[x]:valueDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10767 | ||
| + | ||            ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10772 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||9826 | ||
| + | ||      Gezin | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10220 | ||
| + | ||         Voorlichting veilig slapen (Observatie) | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10221 | ||
| + | ||            ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10223 | ||
| + | ||            VoorlichtingVeiligSlapenWaarde | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueString | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10224 | ||
| + | ||            ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10229 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10230 | ||
| + | ||         Voorlichting vitamine D (Observatie) | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10231 | ||
| + | ||            ObservatieDatumTijd | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.effective[x]:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10233 | ||
| + | ||            VoorlichtingVitamineDWaarde | ||
| + | ||1 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.value[x]:valueString | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10234 | ||
| + | ||            ObservatieMethode | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.method | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10239 | ||
| + | ||            Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||[[Gebz:FHIR_bc-MaternalObservation|bc-MaternalObservation]] | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||926 | ||
| + | ||Bouwstenen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2610 | ||
| + | ||   Klinische context | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10374 | ||
| + | ||      MedischHulpmiddel | ||
| + | ||0 .. * | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10375 | ||
| + | ||         Product | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10376 | ||
| + | ||            ProductID | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10377 | ||
| + | ||            ProductType | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10378 | ||
| + | ||         ProductOmschrijving | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10379 | ||
| + | ||         BeginDatum | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10532 | ||
| + | ||         EindDatum | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10380 | ||
| + | ||         Indicatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10381 | ||
| + | ||            Probleem | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10382 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10383 | ||
| + | ||         AnatomischeLocatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10384 | ||
| + | ||         Lateraliteit | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10385 | ||
| + | ||         Locatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10526 | ||
| + | ||            Zorgaanbieder | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10387 | ||
| + | ||         Zorgverlener | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10525 | ||
| + | ||            Zorgverlener | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7937 | ||
| + | ||      VoedingspatroonZuigeling | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation | ||
| + | |- | ||
| + | |[[Bestand:BL.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10506 | ||
| + | ||         Bijvoeding? | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:SupplementaryFeeding.value[x]:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7938 | ||
| + | ||         VoedingspatroonZuigelingDatumTijd | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.effectiveDateTime:effectiveDateTime | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7939 | ||
| + | ||         VoedingToevoeging | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingSupplement.valueString:valueString | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7940 | ||
| + | ||         VoedingFrequentie | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingFrequency.valueQuantity:valueQuantity | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7941 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.comment | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7942 | ||
| + | ||         Voedingsadvies | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.basedOn | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7943 | ||
| + | ||            Voedingsadvies | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-NutritionAdvice|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-NutritionAdvice}} | ||
| + | ||NutritionOrder | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7944 | ||
| + | ||         Voeding | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingType | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7945 | ||
| + | ||            VoedingSoort | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingType.valueCodeableConcept:valueCodeableConcept | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10504 | ||
| + | ||            VoedingHoeveelheid | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingType.extension:feedingQuantity | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||10505 | ||
| + | ||            VoedingDuur | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingType.extension:feedingDuration | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||7946 | ||
| + | ||            VoedingMethode | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | ||Observation.component:FeedingType.extension:feedingMethod | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1332 | ||
| + | ||   Subbouwstenen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3054 | ||
| + | ||      AnatomischeLocatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3055 | ||
| + | ||         Locatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||3056 | ||
| + | ||         Lateraliteit | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1059 | ||
| + | ||   Metingen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1060 | ||
| + | ||      Bloeddruk | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BloodPressure}} | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1061 | ||
| + | ||         Meetmethode | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1062 | ||
| + | ||         ManchetType | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1063 | ||
| + | ||         MeetLocatie | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1064 | ||
| + | ||         DiastolischEindpunt | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1065 | ||
| + | ||         SystolischeBloeddruk | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1066 | ||
| + | ||         DiastolischeBloeddruk | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1067 | ||
| + | ||         GemiddeldeBloeddruk | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1068 | ||
| + | ||         BloeddrukDatumTijd | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1069 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1070 | ||
| + | ||         Houding | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1073 | ||
| + | ||      Lichaamsgewicht | ||
| + | ||0 .. * | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyWeight}} | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1074 | ||
| + | ||         GewichtWaarde | ||
| + | ||1 .. 1 | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=zib-BodyWeight}} | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1075 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1076 | ||
| + | ||         GewichtDatumTijd | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1077 | ||
| + | ||         Kleding | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2793 | ||
| + | ||      Lichaamstemperatuur | ||
| + | ||0 .. * | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:PQ.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2794 | ||
| + | ||         TemperatuurWaarde | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:TS.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2795 | ||
| + | ||         TemperatuurDatumTijd | ||
| + | ||1 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2796 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2797 | ||
| + | ||         TemperatuurType | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2584 | ||
| + | ||   Patienten context | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2688 | ||
| + | ||      BurgerlijkeStaatRC | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2689 | ||
| + | ||         BurgerlijkeStaat | ||
| + | ||0 .. * | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2904 | ||
| + | ||      Taalvaardigheid | ||
| + | ||0 .. * | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2905 | ||
| + | ||         CommunicatieTaal | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2906 | ||
| + | ||         TaalvaardigheidBegrijpen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2907 | ||
| + | ||         TaalvaardigheidSpreken | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:CD.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2908 | ||
| + | ||         TaalvaardigheidLezen | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |- | ||
| + | |[[Bestand:ST.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||2909 | ||
| + | ||         Toelichting | ||
| + | ||0 .. 1 | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E8D7BE;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||1429 | ||
| + | ||Prullenbak | ||
| + | ||0 .. * | ||
| + | || | ||
| + | || | ||
| + | |-style="vertical-align:top; background-color: #E3E3E3;" | ||
| + | |[[Bestand:Container.png|16px|link=Beschrijving_en_gebruik_datatypes]] | ||
| + | ||915 | ||
| + | ||   Etniciteit | ||
| + | ||0 .. 1 | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.10|title=nl-core-relatedperson}} | ||
| + | ||Relatedperson.extension | ||
| + | |} | ||
| + | <section end=transaction /> | ||
| + | |||
| + | =FHIR profiles= | ||
| + | |||
| + | {{MedMij:V2020.01/NoteBoxPackage|p1=nictiz.fhir.nl.stu3.geboortezorg|v1Min=1.3.0|p2=nictiz.fhir.nl.stu3.zib2017|v2Min=2.0.0|}} | ||
| + | |||
| + | ==Generic HCIM profiles== | ||
| + | |||
| + | {| class="wikitable" | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Profile name | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | FHIR Resource | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | HCIM EN | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Canonical URL | ||
| + | |- | ||
| + | | nl core Patient | ||
| + | | Patient | ||
| + | | [https://zibs.nl/wiki/Patient-v3.1(2017EN) Patient] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/nl-core-patient}} | ||
| + | |- | ||
| + | | nl core Organization | ||
| + | | Organization | ||
| + | | [https://zibs.nl/wiki/HealthcareProvider-v3.1.1(2017EN) HealthcareProvider] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-organization|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/nl-core-organization}} | ||
| + | |- | ||
| + | | nl core Practitioner | ||
| + | | Practitioner | ||
| + | | rowspan="2" | [https://zibs.nl/wiki/HealthProfessional-v3.2(2017EN) HealthProfessional] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-practitioner|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/nl-core-practitioner}} | ||
| + | |- | ||
| + | | nl core PractitionerRole | ||
| + | | PractitionerRole | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-practitionerrole|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/nl-core-practitionerrole}} | ||
| + | |- | ||
| + | | nl core RelatedPerson | ||
| + | | RelatedPerson | ||
| + | | | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/nl-core-relatedperson|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/nl-core-relatedperson}} | ||
| + | |- | ||
| + | | zib AlcoholUse | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/AlcoholUse-v3.1(2017EN) AlcoholUse] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-AlcoholUse}} | ||
| + | |- | ||
| + | | zib AllergyIntolerance | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/AllergyIntolerance-v3.2(2017EN) AllergyIntolerance] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-AllergyIntolerance}} | ||
| + | |- | ||
| + | | zib ApgarScore | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/ApgarScore-v1.0(2017EN) ApgarScore] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-ApgarScore}} | ||
| + | |- | ||
| + | | zib BladderFunction | ||
| + | | Observation | ||
| + | | rowspan="3" | [https://zibs.nl/wiki/BladderFunction-v3.1(2017EN) BladderFunction] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction}} | ||
| + | |- | ||
| + | | zib BladderFunction-UrineCatheter | ||
| + | | DeviceUseStatement | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheter}} | ||
| + | |- | ||
| + | | zib BladderFunction-UrineCatheterProduct | ||
| + | | Device | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheterProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BladderFunction-UrineCatheterProduct}} | ||
| + | |- | ||
| + | | zib BloodPressure | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/BloodPressure-v3.1(2017EN) BloodPressure] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BloodPressure}} | ||
| + | |- | ||
| + | | zib BodyTemperature | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/BodyTemperature-v3.1(2017EN) BodyTemperature] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BodyTemperature}} | ||
| + | |- | ||
| + | | zib BodyWeight | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/BodyWeight-v3.1(2017EN) BodyWeight] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BodyWeight}} | ||
| + | |- | ||
| + | | zib BowelFunction | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/BowelFunction-v3.1(2017EN) BowelFunction] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-BowelFunction}} | ||
| + | |- | ||
| + | | zib DrugUse | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/DrugUse-v3.2(2017EN) DrugUse] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-DrugUse}} | ||
| + | |- | ||
| + | | zib Encounter | ||
| + | | Encounter | ||
| + | | [https://zibs.nl/wiki/Encounter-v3.1(2017EN) Encounter] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Encounter}} | ||
| + | |- | ||
| + | | zib FamilySituation | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/FamilySituation-v3.0(2017EN) FamilySituation] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituation}} | ||
| + | |- | ||
| + | | zib FamilySituationChild | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/FamilySituationChild-v1.1(2017EN) FamilySituationChild] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-FamilySituationChild}} | ||
| + | |- | ||
| + | | zib HeadCircumference | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/HeadCircumference-v1.1(2017EN) HeadCircumference] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-HeadCircumference}} | ||
| + | |- | ||
| + | | zib LivingSituation | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/LivingSituation-v3.1(2017EN) LivingSituation] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-LivingSituation}} | ||
| + | |- | ||
| + | | zib MedicalDeviceProduct | ||
| + | | Device | ||
| + | | [https://zibs.nl/wiki/MedicalDevice-v3.1(2017EN) MedicalDevice] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-MedicalDeviceProduct|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20}} | ||
| + | |- | ||
| + | | zib ParticipationInSociety | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/ParticipationInSociety-v3.1(2017EN) ParticipationInSociety] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-ParticipationInSociety}} | ||
| + | |- | ||
| + | | zib Payer | ||
| + | | Coverage | ||
| + | | [https://zibs.nl/wiki/Payer-v3.1(2017EN) Payer] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Payer|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Payer}} | ||
| + | |- | ||
| + | | zib PulseRate | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/PulseRate-v3.1(2017EN) PulseRate] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-PulseRate}} | ||
| + | |- | ||
| + | | zib Pregnancy | ||
| + | | Condition | ||
| + | | rowspan="3" | [https://zibs.nl/wiki/Pregnancy-v3.1(2017EN) Pregnancy] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy}} | ||
| + | |- | ||
| + | | zib Pregnancy-PregnancyDuration | ||
| + | | Observation | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-PregnancyDuration}} | ||
| + | |- | ||
| + | | zib Pregnancy-TermDate | ||
| + | | Observation | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Pregnancy-TermDate|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20}} | ||
| + | |- | ||
| + | | zib Problem | ||
| + | | Condition | ||
| + | | [https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Problem}} | ||
| + | |- | ||
| + | | zib Procedure | ||
| + | | Procedure | ||
| + | | [https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-Procedure}} | ||
| + | |- | ||
| + | | zib ProcedureRequest | ||
| + | | ProcedureRequest | ||
| + | | [https://zibs.nl/wiki/PlannedCareActivityForTransfer-v3.1(2017EN) PlannedCareActivityForTransfer] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-ProcedureRequest}} | ||
| + | |- | ||
| + | | zib TobaccoUse | ||
| + | | Observation | ||
| + | | [https://zibs.nl/wiki/TobaccoUse-v3.1(2017EN) TobaccoUse] | ||
| + | | {{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse|nictiz.fhir.nl.stu3.zib2017|pkgVersion=2.2.20|title=http://nictiz.nl/fhir/StructureDefinition/zib-TobaccoUse}} | ||
| + | |- | ||
| + | |} | ||
| + | |||
| + | ==Birthcare specific profiles== | ||
| + | |||
| + | {| class="wikitable" | ||
| + | |- | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Profile | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Pattern | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Base profile | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | FHIR Resource | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | HCIM EN | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Canonical URL | ||
| + | ! style="text-align:left; background-color: #4AB8A7; color: white; font-weight: bold;" | Description | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-AbilityToTakeCareOfChild}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild | ||
| + | ||An Observation profile describing the woman's ability to take care of her child as defined by BabyConnect. Patient-related Observations are about the (pregnant) woman, which is the subject of the Observation. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BarthelIndex}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex | ||
| + | ||An Observation profile describing self-reliance of the woman after birth as defined by BabyConnect. The subject is the woman Patient. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Birth|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Birth}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/Procedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Procedure}} | ||
| + | ||Procedure | ||
| + | ||[https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-Birth | ||
| + | ||A Procedure profile describing the birth of a child as defined by BabyConnect. | ||
| + | This groups findings and procedures related to a particular child in a delivery - important in multiple births. A pregnancy can lead to one delivery Procedure and one or multiple birth Procedures. In multiple birth, multiple birth instances point to the same delivery Procedure. A birth also provides the relation between a child and its mother: The mother Patient is the subject of the delivery Procedure and the child Patient is the subject of the birth Procedure. | ||
| + | |||
| + | A Birth has: | ||
| + | * A partOf extension, pointing to the Delivery | ||
| + | * The subject is the Child | ||
| + | * The context is the Maternal Record EpisodeOfCare | ||
| + | * The pregnancy is captured in the reasonReference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BirthObservation}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-BirthObservation|Birth-related Observation]] | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation | ||
| + | ||An Observation profile describing birth-related Observations as defined by BabyConnect. Birth-related Observations, such as parturition type, pertain to a birth, which is the focus of the Observation (extension). They are also about the mother, which still is the subject of the Observation. | ||
| + | * Birth-related Observations use focus extension to point to a birth | ||
| + | * Birth-related Observations refer to the EpisodeOfCare with Observation.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-BreastFindings}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings | ||
| + | ||An Observation profile describing findings related to the breasts as defined by BabyConnect. The subject is the woman Patient. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-CareTeam}} | ||
| + | || | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-careteam|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-careteam}} | ||
| + | ||CareTeam | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam | ||
| + | ||A CareTeam profile describing the involvement of (other) care providers in the care of a patient and her child, such as a pediatrician. | ||
| + | * These care providers are included as participants in the CareTeam using the CareTeam.participant.member element. Participants may either be Practitioners or Organizations. | ||
| + | * Their role and period of involvement are described at the participant level (that is CareTeam.participant.role and CareTeam.participant.period). | ||
| + | * The reason of involvement is described in CareTeam.reasonCode | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Child|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Child}} | ||
| + | || | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-patient}} | ||
| + | ||Patient | ||
| + | ||[https://zibs.nl/wiki/Patient-v3.1(2017EN) Patient] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-Child | ||
| + | ||A Patient profile for the child Patient as defined by BabyConnect. | ||
| + | Child is a separate Patient. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildBirthAssistance}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | ||Encounter | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance | ||
| + | ||An Encounter profile describing (childbirth) assistance to a woman in labor as defined by BabyConnect. | ||
| + | * The woman Patient is the subject of the Encounter | ||
| + | * The place of birth is described in Encounter.class using a ConceptMap to map values to available FHIR codes | ||
| + | * The Encounter.diagnosis element refers to the Pregnancy (Condition) | ||
| + | * The Encounter.participant element containts a list of care providers that were present during delivery. Family members could also be included in this list. | ||
| + | * Additional details can be defined at participant level, such as participant type and time of arrival. The latter uses an extension at participant level with a coded list of time of arrival. | ||
| + | * Childbirth Assistance refers to the EpisodeOfCare with Encounter.EpisodeOfCare.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-ChildObservation|Child-related Observation]] | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation | ||
| + | ||An Observation profile describing child-related Observations (not captured in other existing profiles), as defined by BabyConnect. Child-related Observations, such as Apgar score and birthweight, pertain to the child Patient, which is the subject of the Observation. If the child is unborn and no patient record exists for the child, bc-FetusObservation should be used instead. | ||
| + | - Child observations refer to the EpisodeOfCare with Observation.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryObservation}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-DeliveryObservation|Pregnancy-related disorder]] | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation | ||
| + | ||An Observation profile describing delivery-related Observations, as defined by BabyConnect. | ||
| + | Observations such as onset of labor or blood loss pertain to a delivery Procedure. | ||
| + | * Delivery-related Observations use focus extension to point to the delivery Procedure they're about. | ||
| + | * Delivery-related Observations refer to the EpisodeOfCare with Observation.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DeliveryProcedure}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/Procedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Procedure}} | ||
| + | ||Procedure | ||
| + | ||[https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure | ||
| + | ||A Procedure profile describing the delivery (including uncomplicated natural births for consistency), as defined by BabyConnect. A pregnancy can lead to one delivery Procedure, even in multiple birth. The mother Patient is the subject of the delivery Procedure. | ||
| + | * Delivery refers to the EpisodeOfCare with Procedure.context.reference | ||
| + | * Delivery refers to the Pregnancy with Procedure.reasonReference.reference | ||
| + | |||
| + | A delivery Procedure is related to one or more birth Procedures. The child Patient is the subject of the birth Procedure. In case of multiple birth, multiple birth Procedures will point to the same delivery Procedure. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfChild}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-DisorderOfChild|Child disorder]] | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | ||[https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild | ||
| + | ||A Condition profile describing child disorders as defined by BabyConnect. | ||
| + | Child disorders, such as chromosomal and congenital abnormalities or other problems are disorders of the child. The subject is either the child Patient (in case the child is born or a fetal patient record is in place) or the woman Patient (in case the child is unborn and there is no fetal patient record in place). In the second case, use the bodySite reference extension to refer to the fetus. | ||
| + | * Child disorders can refer to the EpisodeOfCare with Condition.context.reference | ||
| + | * A ConceptMap is available to map verification status to accepted FHIR codes | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfLaborAndDelivery}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | ||[https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery | ||
| + | ||A Condition profile describing disorders and complications related to labor and delivery as defined by BabyConnect. These disorders are part of the delivery, which is defined in the part of extension. | ||
| + | * Delivery-related Disorders use partOf extension to point to (birth or delivery) Procedure they're about. | ||
| + | * Delivery-related Disorders refer to the EpisodeOfCare through Condition.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderOfPregnancy}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-DisorderOfPregnancy|Pregnancy-related disorder]] | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | ||[https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy | ||
| + | ||A Condition profile describing disorders related to a pregnancy as defined by BabyConnect. For example, Conditions such as cholestasis and hypertension do not (only) pertain to the Patient but to a particular pregnancy. | ||
| + | * Pregnancy-related Disorders use the partOf extension to point to the Condition they're about. | ||
| + | * In some cases the partOf Condition may not be available. The BGZ for instance does not relate Conditions to particular pregnancies. | ||
| + | * Pregnancy-related Disorders refer to the EpisodeOfCare through Condition.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-DisorderPostPartum}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Problem|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Problem}} | ||
| + | ||Condition | ||
| + | ||[https://zibs.nl/wiki/Problem-v4.1(2017EN) Problem] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum | ||
| + | ||A Condition profile describing post partum disorders or complications as defined by BabyConnect. Post partum disorders, such as post partum depression, occur after delivery and are related to the Delivery Procedure. | ||
| + | * A partOf extension is used to point to the Delivery. | ||
| + | * The context is the Maternal Record or an Encounter. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Encounter}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Encounter|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Encounter}} | ||
| + | ||Encounter | ||
| + | ||[https://zibs.nl/wiki/HCIM_Release_2017(EN) Encounter] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-Encounter | ||
| + | ||An Encounter profile describing birthcare related encounters as defined by BabyConnect. The woman Patient is the subject of the Encounter. | ||
| + | * Encounter.type specifies the type of encounter, e.g. prenatal visit, postnatal follow up or counseling. | ||
| + | * Encounter.episodeOfCare points to the maternal record that is the context of the Encounter | ||
| + | * Encounter.diagnosis points to the pregnancy (and optional other Conditions) | ||
| + | * Encounter.serviceProvider points to the responsible Organization for the Encounter | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionFeces}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces | ||
| + | ||An Observation profile describing a newborn's fecal excretion as defined by BabyConnect. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ExcretionUrine}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine | ||
| + | ||An Observation profile describing a newborn's urine excretion as defined by BabyConnect. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilyMemberHistory}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/FamilyMemberHistory|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=FamilyMemberHistory}} | ||
| + | ||FamilyMemberHistory | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory | ||
| + | ||A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman. | ||
| + | * FamilyMemberHistory.patient points to the woman Patient | ||
| + | * FamilyMemberHistory.relationship describes the relation (e.g. father or sister) of the family member to the woman Patient | ||
| + | * FamilyMemberHistory.condition points to the (significant) condition(s) of the family member. The optional contributedToDeath extension can be used to indicate if a specific condition caused death | ||
| + | * FamilyMemberHistory.deceased[x] indicates whether the family member has deceased. This can either be a boolean (true/false) or more specific information can be provided like age. If an age is present, it implies that the family member is deceased and in this case the boolean value should be left out. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FamilySituationAssessment}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment | ||
| + | ||An Observation profile as defined by BabyConnect describing the assessment of the family situation of a pregnant woman. Indications for additional care may be based on this assessment. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FeedingPatternInfant}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-FeedingPatternInfant|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-FeedingPatternInfant}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant | ||
| + | ||An Observation profile describing the infant's feeding pattern as defined by BabyConnect. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-FetalHeartRate|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-FetalHeartRate}} | ||
| + | || | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-FetalHeartRate | ||
| + | ||An Observation profile describing fetal heart rate as defined by BabyConnect. The base definition is a fetus-related Observation. Fetus-related Observations are Observations about a fetus, which is the focus of the Observation (extension). Fetus identification is necessary in these Observations, especially in multiple pregnancy. There are two ways of using this profile depending on the presence of a patient / fetus record for the unborn child: | ||
| + | 1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension must be left blank. | ||
| + | 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Fetus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Fetus}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/BodySite|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=BodySite}} | ||
| + | ||BodySite | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-Fetus | ||
| + | ||A BodySite profile as defined by BabyConnect. | ||
| + | This BodySite profile refers to the unborn fetus in case no fetal record (yet) exists. In case a fetal record is created the unborn fetus will be registered as a (child) Patient. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-LegalStatus}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/Condition|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Condition}} | ||
| + | ||Condition | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus | ||
| + | ||A Condition profile describing legal status as defined by BabyConnect. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-Representation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-LegalSituation-Representation}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/Condition|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=Condition}} | ||
| + | ||Condition | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-Representation | ||
| + | ||A Condition profile describing legal representation as defined by BabyConnect. Representation is important in situations where a person is legally not competent to give permission and/or factually (partly) incapable of doing so. A representative supports and takes decisions in the interest of the representee when they cannot do so themselves (temporarily or permanently). | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-MaternalObservation|Patient-related Observation]] | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation | ||
| + | ||An Observation profile describing patient-related Observations, which are not captured in other existing profiles, as defined by BabyConnect. | ||
| + | Patient-related Observations are findings related to the (pregnant) woman, before, during or after pregnancy childbirth. The pregnant woman is the subject, the context is the pregnancy file (EpisodeOfCare). Examples are risk status or maternal ultrasound observations. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalRecord}} | ||
| + | || | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-episodeofcare|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-episodeofcare}} | ||
| + | ||EpisodeOfCare | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord | ||
| + | ||An EpisodeOfCare profile describing a maternal record (or pregnancy file) as defined by BabyConnect. | ||
| + | Each pregnancy is a Condition. It is also represented as an EpisodeOfCare (maternal record) for each involved Organization. The maternal record defines care responsibility for a specific period of time and groups all data related to this period of care. The maternal record has a fixed type (.type = 364320009). Additional types may be provided to indicate a specific period of care. The maternal record includes references to a managing Organization and responsible Practitioner. | ||
| + | |||
| + | The maternal record defines care responsibility for a specific period of time and groups all data related to this period of care: | ||
| + | 1. The maternal record groups all data related to one pregnancy for the managing Organization | ||
| + | 2. The groupIdentifier (.extension:groupIdentifier) is a unique identifier of the pregnancy which can be used to group all data related to one pregnancy across Organizations | ||
| + | |||
| + | Relations between the pregnancy (Condition) and the maternal record (EpisodeOfCare): | ||
| + | * Condition points to the EpisodeOfCare through a EpisodeOfCare.context.reference element. | ||
| + | * EpisodeOfCare points to the Condition through a EpisodeOfCare.diagnosis.condition element. | ||
| + | * Condition and EpisodeOfCare both point to the Patient with .subject.reference | ||
| + | * Condition.clinicalStatus and EpisodeOfCare.status must be 'active' for ongoing pregnancies | ||
| + | * Condition.clinicalStatus must be 'inactive' and EpisodeOfCare.status must be 'finished' for past pregnancies | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MotherOf}} | ||
| + | || | ||
| + | ||{{Simplifier|http://hl7.org/fhir/StructureDefinition/RelatedPerson|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=RelatedPerson}} | ||
| + | ||RelatedPerson | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf | ||
| + | ||A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect. | ||
| + | The RelatedPerson is the mother, which is a related person of the child Patient. | ||
| + | * The RelatedPerson.patient refers to the child Patient | ||
| + | * The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ObstetricProcedure}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/zib-Procedure|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=zib-Procedure}} | ||
| + | ||Procedure | ||
| + | ||[https://zibs.nl/wiki/Procedure-v4.1(2017EN) Procedure] | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure | ||
| + | ||A Procedure profile describing obstetric procedures, as defined by BabyConnect. Obstetric procedures are procedures related to pregnancy, birth and delivery, such as vacuum delivery. | ||
| + | * For obstetric procedures related to the pregnancy, use Procedure.reasonReference | ||
| + | * For obstetric procedures related to birth and delivery, use the (optional) partOf extension to point to the Delivery (maternal data) or the Birth (child-specific data) | ||
| + | * The context is the Maternal Record or an Encounter | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-PerinealAssessment|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-PerinealAssessment}} | ||
| + | || | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-MaternalObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-PerinealAssessment | ||
| + | ||An Observation profile describing the perineal assessment as defined by BabyConnect. | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ProcedureObservation}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-ProcedureObservation|Procedure-related Observation]] | ||
| + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-observation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-observation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation | ||
| + | ||An Observation profile describing procedure-related Observations as defined by BabyConnect. Procedure-related Observations are Observations about a procedure, which is the focus of the Observation (extension). They are also about the mother, which still is the subject of the Observation. For example, embryo transfer date and oocyte retrieval date are observations related to an IVF/ICSI procedure. | ||
| + | * Procedure-related Observations use focus extension to point to a birth | ||
| + | * Procedure-related Observations refer to the EpisodeOfCare with Observation.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-VitaminKAdministration}} | ||
| + | ||[[Gebz:V1.3_FHIR_IG_bc-ChildObservation|Child-related Observation]] | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-ChildObservation}} | ||
| + | ||Observation | ||
| + | || | ||
| + | ||http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration | ||
| + | ||An Observation profile describing the administration of vitamin K to a newborn as defined by BabyConnect. The base definition is a child-related Observation. Child-related Observations pertain to the child Patient, which is the subject of the Observation. Child observations refer to the EpisodeOfCare with Observation.context.reference | ||
| + | |||
| + | |||
| + | |- | ||
| + | ||{{Simplifier|http://nictiz.nl/fhir/StructureDefinition/bc-Woman|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=bc-Woman}} | ||
|| | || | ||
| − | ||{{Simplifier|http:// | + | ||{{Simplifier|http://fhir.nl/fhir/StructureDefinition/nl-core-patient|nictiz.fhir.nl.stu3.geboortezorg|pkgVersion=1.3.3|title=nl-core-patient}} |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
||Patient | ||Patient | ||
||[https://zibs.nl/wiki/Patient-v3.1(2017EN) Patient] | ||[https://zibs.nl/wiki/Patient-v3.1(2017EN) Patient] | ||
| − | | | + | ||http://nictiz.nl/fhir/StructureDefinition/bc-Woman |
||A Patient profile describing the woman who is or was pregnant as defined by BabyConnect. | ||A Patient profile describing the woman who is or was pregnant as defined by BabyConnect. | ||
The pregnant woman, a FHIR patient, is the core of each pregnancy. | The pregnant woman, a FHIR patient, is the core of each pregnancy. | ||
| + | |||
| + | |||
|} | |} | ||
=Release notes= | =Release notes= | ||
| − | Release notes can be found on the [[ | + | Release notes can be found on the [[GZ:Integrale_Zwangerschapskaart_v2.0_FO#Release_Notes|functional design page]]. |
=Support= | =Support= | ||
| − | For questions and change requests regarding this | + | For questions and change requests regarding the information on this page, a ticket can be created in [https://nictiz.atlassian.net/servicedesk/customer/portal/4 the Servicedesk Portal]. |
Huidige versie van 4 aug 2025 om 10:09
|
Please note that this material is still in development |
Inhoud
1 Introduction
This page describes the process of collecting maternity care data in a patient's personal health record (PHR). The process is initiated by the patient (pregnant person).
This Implementation Guide (IG) is a technical representation of the functional design and follows the principles of the general use case overarching principles.
Technical details of the FHIR resources and structure definitions described in this IG can be found in the birthcare information standard and the Simplifier Geboortezorg STU3 package.
The technical specifications described in this IG are based on the PWD (Perinataal Woordenboek & Dataset) 3.2.
2 Actors involved
The table shows the relevant actors, systems and FHIR CapabilityStatements. The CapabilityStatements demonstrate the minimum conformance requirements for the described use cases.
| Actors | Systems | FHIR CapabilityStatements | |||
|---|---|---|---|---|---|
| Name | Description | Name | Description | Name | Description |
| Patient | The user of a personal healthcare environment | PHR | Personal health record | CapabilityStatement:Receive | FHIR client requirements |
| Healthcare provider | The user of a XIS | XIS | Healthcare information system | CapabilityStatement:Send | FHIR server requirements |
3 Boundaries and relationships
This FHIR implementation guide assumes that the PHR system is able to make a connection with the XIS and create resources. It does not provide information on finding the right XIS nor does it provide information about security. These infrastructure and interface specifications are described in the 'MedMij Afsprakenstelsel'.
The Maternity Care Data Set is an addition to the Pregnancy Card (Dutch: gegevensdienst Integrale Zwangerschapskaart), which has overlap with other standards such as the BgZ (Basisgegevensset Zorg), Medication Process, Vital Signs and Lab Results. The Pregnancy Card and Maternity Care Data Set use the same HCIM based FHIR profiles for exchanging information as used in other standards extended with additional birthcare specific profiles. Most of these birthcare specific profiles are derived from the base HCIM FHIR profiles. For example, the bc-Woman is in fact a nl-core-patient with additional specifications for relating the pregnant person to the (unborn) child.
4 Use case: retrieve maternity care data set
This use case covers the process of retrieving the Maternity Care Data Set in the Personal Health Record (PHR) of the (pregnant) person.
4.1 PHR: request message
The PHR system requests the Maternity Care Data Set using individual search interactions. The Maternity Care Data Set consists of multiple FHIR resources with certain constraints. To obtain the patient's Maternity Care Data Set, the client can use multiple individual search operations based on specified search queries. The interactions are performed by an HTTP GET as shown:
GET [base]/[type]{?[parameters]}
4.1.1 List of requests
To retrieve all known data of the Maternity Care Data Set, a client has to execute the following requests:
Step 1: Retrieve patient data and their maternal record(s)
A (pregnant) person may have data of one or more pregnancies. The data of each pregnancy is captured in a maternal record (EpisodeOfCare).
Please note that the status search parameter should be set to active to retrieve the current, active pregnancy, or to finished to retrieve earlier, finished pregnancies. If the status search parameter is not used, both the active pregnancy and earlier pregnancies are retrieved.
GET Patient?_include=Patient:link
GET Coverage
GET FamilyMemberHistory
GET DeviceUseStatement?_include=DeviceUseStatement:device
GET EpisodeOfCare?type=http://snomed.info/sct|364320009{&status=active|finished}&_include=EpisodeOfCare:organization&_include=EpisodeOfCare:care-manager
Step 2: Retrieve data related to each maternal record
For each pregnancy, the related data should be retrieved by using the maternal record id (EpisodeOfCare.id) in the context search parameter.
GET Condition?context=EpisodeOfCare/{episode-id}
GET Encounter?episodeofcare=EpisodeOfCare/{episode-id}&_include=Encounter:practitioner
GET Observation?context=EpisodeOfCare/{episode-id}
GET Observation?context:Encounter.episodeofcare=EpisodeOfCare/{episode-id}
GET Procedure?context=EpisodeOfCare/{episode-id}&_include=Procedure:performer&_include=Procedure:based-on
GET CareTeam?context=context=EpisodeOfCare/{episode-id}
4.1.2 PWD to FHIR mapping table
The table below shows in the first three columns the PWD 3.2 data elements, in the fifth and sixth column their mapping to the FHIR profiles.
The mapping table below is based on the corresponding ART-DECOR transaction.
5 Addendum MedMij Kraam Beschikbaarstellen
|
Generated code, do not change by hand |
Based on ART-DECOR transaction version: 2023-12-22T12:49:42
| PWD 3.2 to FHIR | ||||||||||||
| Type | # | Concept | Card | Profile | Mapping | |||||||
| 1313 | Administratief | 1 .. 1 | ||||||||||
| 1290 | Betaler | 0 .. 1 | zib-Payer | Coverage | ||||||||
| 1291 | BetalerPersoon | 0 .. 1 | zib-Payer | Coverage.payor | ||||||||
| 1292 | BetalerNaam | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.name | ||||||||
| 1293 | Bankgegevens | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation | ||||||||
| 1294 | BankNaam | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:BankName | ||||||||
| 1295 | Bankcode | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:AccountNumber | ||||||||
| 1296 | Rekeningnummer | 0 .. 1 | zib-Payer | Coverage.payor:extension:bankInformation.extension:Bankcode | ||||||||
| 1297 | Verzekeraar | 0 .. 1 | zib-Payer | Coverage | ||||||||
| 1298 | Verzekering | 0 .. 1 | zib-Payer | Coverage.payor | ||||||||
| 1299 | BeginDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.start | ||||||||
| 1300 | EindDatumTijd | 0 .. 1 | zib-Payer | Coverage.period.end | ||||||||
| 1301 | Verzekeringssoort | 0 .. 1 | zib-Payer | Coverage.type | ||||||||
| 1302 | IdentificatieNummer | 0 .. 1 | nl-core-organization | Organization.identifier | ||||||||
| 1303 | OrganisatieNaam | 0 .. 1 | nl-core-organization | Organization.name | ||||||||
| 1304 | VerzekerdeNummer | 0 .. 1 | zib-Payer | Coverage.subscriberId | ||||||||
| 3279 | Adresgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address | ||||||||
| 3280 | Straat | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:line.streetName | ||||||||
| 3281 | Huisnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:houseNumber | ||||||||
| 3282 | Huisnummerletter | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
| 3283 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line:extension:buildingNumbersuffix | ||||||||
| 3284 | AanduidingBijNummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:additionalLocator | ||||||||
| 3285 | Postcode | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.postalCode | ||||||||
| 3286 | Woonplaats | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.city | ||||||||
| 3287 | Gemeente | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.district | ||||||||
| 3288 | Land | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPersonaddress.country | ||||||||
| 3289 | AdditioneleInformatie | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.line.extension:unitID | ||||||||
| 3290 | AdresSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.address.type/.use (via conceptmap) | ||||||||
| 3291 | Contactgegevens | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
| 3292 | Telefoonnummers | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom | ||||||||
| 3293 | Telefoonnummer | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
| 3294 | TelecomType | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom:extension:TelecomType | ||||||||
| 3295 | NummerSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
| 3296 | EmailAdressen | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
| 3297 | EmailAdres | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.value | ||||||||
| 3298 | EmailSoort | 0 .. 1 | nl-core-patient/nl-core-relatedperson | Patient/RelatedPerson.telecom.use | ||||||||
| 750 | Contact | 0 .. * | bc-Encounter | Encounter | ||||||||
| 751 | ContactType | 1 .. 1 | bc-Encounter | Encounter.class | ||||||||
| 3690 | ContactSoort | 0 .. 1 | bc-Encounter | Encounter.type | ||||||||
| 752 | ContactMet | 0 .. 1 | bc-Encounter | Encounter.participant.individual | ||||||||
| 1868 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner.participant.individual | ||||||||
| 754 | Locatie | 0 .. 1 | bc-Encounter | Encounter.serviceProvider | ||||||||
| 1881 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
| 756 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
| 757 | EindDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.end | ||||||||
| 758 | RedenContact | 1 .. * | bc-Encounter | Encounter.diagnosis | ||||||||
| 759 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
| 1984 | Vrouw/ moeder | 0 .. 1 | zib-Problem | Condition.subject | ||||||||
| 3828 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
| 3831 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
| 3829 | Probleem (Sociale problemen) | 0 .. 1 | zib-Problem | Condition | ||||||||
| 3832 | Probleem (Misbruik/ Geweld) | 0 .. 1 | zib-Problem | Condition | ||||||||
| 3830 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
| 1928 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
| 3833 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
| 1985 | Kind | 0 .. 1 | bc-DisorderOfChild | Condition.subject | ||||||||
| 1981 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
| 1983 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
| 8781 | Probleem (Geboortetrauma) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
| 8782 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
| 763 | AfwijkendeUitslag | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
| 8780 | Toelichting reden contact | 0 .. 1 | bc-Encounter | Encounter.reason.text | ||||||||
| 764 | Herkomst | 0 .. 1 | bc-Encounter | Encounter.hospitalization.admitSource | ||||||||
| 765 | Bestemming | 0 .. 1 | bc-Encounter | Encounter.hospitalization.dischargeDisposition | ||||||||
| 947 | Contactpersoon | 1 .. * | nl-core-relatedperson | Relatedperson | ||||||||
| 3299 | Naamgegevens | 1 .. 1 | nl-core-relatedperson | Relatedperson.name | ||||||||
| 3300 | Voornamen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
| 3301 | Initialen | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
| 3302 | Roepnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.given | ||||||||
| 3303 | Naamgebruik | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.use | ||||||||
| 3304 | Geslachtsnaam | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
| 3305 | Voorvoegsels | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnPrefix | ||||||||
| 3306 | Achternaam | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannameOwnName | ||||||||
| 3307 | GeslachtsnaamPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
| 3308 | VoorvoegselsPartner | 0 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerPrefix | ||||||||
| 3309 | AchternaamPartner | 1 .. 1 | nl-core-relatedperson | Relatedperson.name.family:humannamePartnerName | ||||||||
| 3310 | Contactgegevens | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom | ||||||||
| 3311 | Telefoonnummers | 0 .. * | nl-core-relatedperson | Relatedperson.telecom | ||||||||
| 3312 | Telefoonnummer | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
| 3313 | TelecomType | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom:extension:TelecomType | ||||||||
| 3314 | NummerSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
| 3315 | EmailAdressen | 0 .. * | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
| 3316 | EmailAdres | 1 .. 1 | nl-core-relatedperson | Relatedperson.telecom.value | ||||||||
| 3317 | EmailSoort | 0 .. 1 | nl-core-relatedperson | Relatedperson.telecom.use | ||||||||
| 3318 | Adresgegevens | 0 .. 1 | nl-core-relatedperson | Relatedperson.address | ||||||||
| 3319 | Straat | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:line.streetName | ||||||||
| 3320 | Huisnummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:houseNumber | ||||||||
| 3321 | Huisnummerletter | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
| 3322 | Huisnummertoevoeging | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line:extension:buildingNumbersuffix | ||||||||
| 3323 | AanduidingBijNummer | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension:additionalLocator | ||||||||
| 3324 | Postcode | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.postalCode | ||||||||
| 3325 | Woonplaats | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.city | ||||||||
| 3326 | Gemeente | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.district | ||||||||
| 3327 | Land | 0 .. 1 | nl-core-relatedperson | Relatedpersonaddress.country | ||||||||
| 3328 | AdditioneleInformatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.address.line.extension | ||||||||
| 3329 | AdresSoort | 1 .. 1 | nl-core-relatedperson | Relatedperson.address.type/.use (via conceptmap) | ||||||||
| 954 | Rol | 0 .. 1 | nl-core-relatedperson | Relatedperson:role | ||||||||
| 955 | Relatie | 0 .. 1 | nl-core-relatedperson | Relatedperson.relationship | ||||||||
| 675 | Patient | 1 .. * | nl-core-patient | Patient* | ||||||||
| 3197 | Naamgegevens | 1 .. 1 | nl-core-patient | Patient.name | ||||||||
| 3198 | Voornamen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
| 3199 | Initialen | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
| 3200 | Roepnaam | 0 .. 1 | nl-core-patient | Patient.name.given | ||||||||
| 3201 | Naamgebruik | 0 .. 1 | nl-core-patient | Patient.name.use | ||||||||
| 3202 | Geslachtsnaam | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
| 3203 | Voorvoegsels | 0 .. 1 | nl-core-patient | Patient.name.family:humannameOwnPrefix | ||||||||
| 3204 | Achternaam | 1 .. 1 | nl-core-patient | Patient.name.family:humannameOwnName | ||||||||
| 3205 | GeslachtsnaamPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
| 3206 | VoorvoegselsPartner | 0 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerPrefix | ||||||||
| 3207 | AchternaamPartner | 1 .. 1 | nl-core-patient | Patient.name.family:humannamePartnerName | ||||||||
| 3208 | Adresgegevens | 0 .. * | nl-core-patient | Patient.address | ||||||||
| 3209 | Straat | 0 .. 1 | nl-core-patient | Patient.address.line.streetName | ||||||||
| 3210 | Huisnummer | 0 .. 1 | nl-core-patient | Patient.address.line.houseNumber | ||||||||
| 3211 | Huisnummerletter | 0 .. 1 | nl-core-patient | Patient.address.line.buildingNumbersuffix | ||||||||
| 3212 | Huisnummertoevoeging | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
| 3213 | AanduidingBijNummer | 0 .. 1 | nl-core-patient | Patient.address.line.additionalLocator | ||||||||
| 3214 | Postcode | 0 .. 1 | nl-core-patient | Patient.address.postalCode | ||||||||
| 3215 | Woonplaats | 0 .. 1 | nl-core-patient | Patient.address.city | ||||||||
| 3216 | Gemeente | 0 .. 1 | nl-core-patient | Patient.address.district | ||||||||
| 3217 | Land | 0 .. 1 | nl-core-patient | Patient.address.country | ||||||||
| 3218 | AdditioneleInformatie | 0 .. 1 | nl-core-patient | Patient.address | ||||||||
| 3219 | AdresSoort | 1 .. 1 | nl-core-patient | Patient.address.use | ||||||||
| 3220 | Contactgegevens | 0 .. 1 | nl-core-patient | Patient.telecom | ||||||||
| 3221 | Telefoonnummers | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
| 3222 | Telefoonnummer | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
| 3223 | TelecomType | 1 .. 1 | nl-core-patient | Patient.telecom:extension:TelecomType | ||||||||
| 3224 | NummerSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
| 3225 | EmailAdressen | 0 .. * | nl-core-patient | Patient.telecom.value | ||||||||
| 3226 | EmailAdres | 1 .. 1 | nl-core-patient | Patient.telecom.value | ||||||||
| 3227 | EmailSoort | 0 .. 1 | nl-core-patient | Patient.telecom.use | ||||||||
| 682 | Identificatienummer | 1 .. * | nl-core-patient | Patient.identifier | ||||||||
| 9861 | GeborenIndicator | 0 .. 1 | bc-child | Patient.extension.born | ||||||||
| 683 | Geboortedatum | 0 .. 1 | nl-core-patient | Patient.birthDate | ||||||||
| 684 | Geslacht (administratief) | 1 .. 1 | nl-core-patient | Patient.gender | ||||||||
| 10776 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
| 685 | MeerlingIndicator | 0 .. 1 | nl-core-patient | Patient.multipleBirthBoolean | ||||||||
| 3358 | Rangnummer | 0 .. 1 | nl-core-patient | Patient.multipleInteger | ||||||||
| 686 | OverlijdensIndicator | 0 .. 1 | nl-core-patient | Patient.deceasedBoolean | ||||||||
| 687 | DatumOverlijden | 0 .. 1 | nl-core-patient | Patient.deceasedDateTime | ||||||||
| 7858 | JuridischeSituatie | 0 .. * | bc-LegalSituation-LegalStatus | Condition | ||||||||
| 7859 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
| 7860 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition | ||||||||
| 7861 | DatumAanvang | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condition.onset[x]:onsetDateTime | ||||||||
| 7862 | DatumEinde | 0 .. 1 | bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.3 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation | Condistion.abatementDateTime | ||||||||
| 956 | Zorgaanbieder | 1 .. * | nl-core-organization | Organization | ||||||||
| 957 | ZorgaanbiederIdentificatienummer | 1 .. * | nl-core-organization | Organization.identifier | ||||||||
| 958 | OrganisatieNaam | 1 .. 1 | nl-core-organization | Organization.name | ||||||||
| 959 | OrganisatieLocatie | 0 .. 1 | nl-core-organization | Organization? | ||||||||
| 960 | AfdelingSpecialisme | 0 .. 1 | nl-core-organization | Organization.type:departmentSpecialty | ||||||||
| 3228 | Contactgegevens | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
| 3229 | Telefoonnummers | 0 .. * | nl-core-organization | Organization.telecom.value | ||||||||
| 3230 | Telefoonnummer | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
| 3231 | TelecomType | 1 .. 1 | nl-core-organization | Organization.telecom:extension:TelecomType | ||||||||
| 3232 | NummerSoort | 0 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
| 3233 | EmailAdressen | 0 .. * | nl-core-organization | Organization.telecom | ||||||||
| 3234 | EmailAdres | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
| 3235 | EmailSoort | 0 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
| 3236 | Adresgegevens | 1 .. 1 | nl-core-organization | Organization.address | ||||||||
| 3237 | Straat | 1 .. 1 | nl-core-organization | Organization.address.line.streetName | ||||||||
| 3238 | Huisnummer | 1 .. 1 | nl-core-organization | Organization.address.line.houseNumber | ||||||||
| 3239 | Huisnummerletter | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
| 3240 | Huisnummertoevoeging | 0 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
| 3241 | AanduidingBijNummer | 0 .. 1 | nl-core-organization | Organization.address.line:extension:additionalLocator | ||||||||
| 3242 | Postcode | 1 .. 1 | nl-core-organization | Organization.address.postalCode | ||||||||
| 3243 | Woonplaats | 1 .. 1 | nl-core-organization | Organization.address.city | ||||||||
| 3244 | Gemeente | 0 .. 1 | nl-core-organization | Organization.address.district | ||||||||
| 3245 | Land | 0 .. 1 | nl-core-organization | Organization.address.country | ||||||||
| 3246 | AdditioneleInformatie | 0 .. 1 | nl-core-organization | Organization.address.line.extension | ||||||||
| 3247 | AdresSoort | 1 .. 1 | nl-core-organization | Organization.address.use/.type (via conceptMap) | ||||||||
| 965 | OrganisatieType | 1 .. 1 | nl-core-organization | Organization.type | ||||||||
| 978 | Zorgverlener | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
| 979 | ZorgverlenerIdentificatienummer | 1 .. * | nl-core-practitioner | Practitioner.identifier | ||||||||
| 3248 | Naamgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.name | ||||||||
| 3249 | Voornamen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
| 3250 | Initialen | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
| 3251 | Roepnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
| 3252 | Naamgebruik | 0 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
| 3253 | Geslachtsnaam | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
| 3254 | Voorvoegsels | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
| 3255 | Achternaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
| 3256 | GeslachtsnaamPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
| 3257 | VoorvoegselsPartner | 0 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerPrefix | ||||||||
| 3258 | AchternaamPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
| 2219 | Specialisme | 1 .. 1 | nl-core-practitionerrole | PractitionerRole.specialty | ||||||||
| 1678 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
| 1314 | Zorgverlening | 0 .. 1 | nvt | |||||||||
| 3399 | ZorgEpisode | 1 .. * | bc-MaternalRecord | EpisodeOfCare | ||||||||
| 3338 | Identificatienummer | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
| 3400 | BeginDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.start | ||||||||
| 3401 | EindDatum | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.period.end | ||||||||
| 3402 | FocusZorgEpisode | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.diagnosis.condition | ||||||||
| 8823 | Probleem | 0 .. * | zib-Problem | Condition | ||||||||
| 8824 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
| 8825 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
| 8826 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 8827 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 8828 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 8829 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 8830 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
| 8831 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
| 8832 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 3404 | ZorgEpisodeNaam | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:title | ||||||||
| 8822 | ZorgEpisodeVerantwoordelijke | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
| 2163 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
| 2164 | StatusZorgepisode | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.status | ||||||||
| 3405 | Toelichting | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.extension:comment | ||||||||
| 674 | Vrouw | 1 .. 1 | bc-Woman | Patient | ||||||||
| 1713 | Demografische gegevens | 1 .. 1 | bc-Woman | Patient | ||||||||
| 1434 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
| 10567 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
| 900 | Partner | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
| 990 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
| 7773 | Geboortedatum | 1 .. 1 | nl-core-relatedperson | RelatedPerson.birthDate | ||||||||
| 10802 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
| 1714 | Gezinssituatie | 0 .. 1 | zib-FamilySituation | Observation | ||||||||
| 2690 | BurgerlijkeStaatRC | 0 .. 1 | bc-Woman | Patient.maritalStatus | ||||||||
| 1717 | Gezinssamenstelling | 1 .. 1 | zib-FamilySituation | Observation.component:familyComposition.valueCodeableConcept | ||||||||
| 1718 | AantalKinderen | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildren.valueQuantity | ||||||||
| 1719 | AantalKinderenInwonend | 0 .. 1 | zib-FamilySituation | Observation.component:numberOfChildrenLivingAtHome.valueQuantity | ||||||||
| 1720 | Zorgtaak | 0 .. * | zib-FamilySituation | Observation.component:careResponsibility.valueString | ||||||||
| 1721 | Kind | 0 .. * | zib-FamilySituation | Observation.component:child | ||||||||
| 1722 | Geboortedatum | 0 .. 1 | zib-FamilySituation | Observation.component:child.valueDateTime | ||||||||
| 1723 | Inwonend | 0 .. 1 | zib-FamilySituation | Observation.component:child.extension:livingAtHome | ||||||||
| 1724 | Toelichting | 0 .. 1 | zib-FamilySituation | Observation.comment | ||||||||
| 1725 | Woonsituatie | 0 .. 1 | zib-LivingSituation | Observation | ||||||||
| 1726 | Toelichting | 0 .. 1 | zib-LivingSituation | Observation.comment | ||||||||
| 1727 | WoningType | 1 .. 1 | zib-LivingSituation | Observation.value[x]:valueCodeableConcept | ||||||||
| 912 | Etniciteit | 0 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
| 913 | EtniciteitType | 1 .. 1 | bc-Woman | Patient.extension:ethnicity | ||||||||
| 914 | Toelichting | 0 .. 1 | bc-Woman | Patient.extension:ethnicity.valueCodeableConcept:valueCodeableConcept.text | ||||||||
| 690 | NationaliteitRC | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
| 691 | Nationaliteit | 0 .. 1 | bc-Woman | Patient.extension:nationality | ||||||||
| 2910 | Taalvaardigheid | 0 .. * | bc-Woman | Patient.communication.extension:languageProficiency | ||||||||
| 2581 | Opleiding | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2582 | Schooltype | 0 .. 1 | bc-Maternalbservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2583 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 692 | ParticipatieInMaatschappij | 0 .. 1 | zib-ParticipationInSociety | Observation | ||||||||
| 693 | SociaalNetwerk | 0 .. 1 | zib-ParticipationInSociety | Observation.component:socialNetwork.valueString | ||||||||
| 695 | Arbeidssituatie | 0 .. 1 | zib-ParticipationInSociety | Observation.component:workSituation.valueString | ||||||||
| 696 | Toelichting | 0 .. 1 | zib-ParticipationInSociety | Observation.comment | ||||||||
| 783 | Anamnese | 0 .. 1 | List | |||||||||
| 889 | Algemene anamnese | 0 .. 1 | List | |||||||||
| 916 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
| 917 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
| 918 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
| 919 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 920 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 921 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 922 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 923 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
| 924 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
| 925 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 1080 | Verrichting (Algemene anamnese) | 0 .. * | zib-Procedure | Procedure | ||||||||
| 1081 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.start | ||||||||
| 1082 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.performed[x]:performedPeriod.end | ||||||||
| 1083 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
| 1084 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
| 1085 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
| 1097 | Probleem (Algemene anamnese) | 0 .. * | zib-Problem | Condition | ||||||||
| 1087 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
| 7891 | Eicelextractiedatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
| 7892 | Cryo embryo | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueBoolean | ||||||||
| 7893 | Embryotransferdatum | 0 .. 1 | bc-ProcedureObservation | Observation.value[x]:valueDateTime | ||||||||
| 1088 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
| 1089 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice.manipulated | ||||||||
| 10389 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
| 1091 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
| 10390 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
| 1093 | Uitvoerder | 0 .. * | zib-Procedure | Procedure.performer.actor | ||||||||
| 10391 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
| 1095 | Aanvrager | 0 .. * | zib-Procedure/zib-ProcedureRequest | Procedure.basedOn:request/requester.agent | ||||||||
| 10392 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
| 1683 | Toelichting algemene anamnese | 0 .. 1 | List.note | |||||||||
| 1099 | Psychische en/of Sociale problemen | 0 .. 1 | List | |||||||||
| 1100 | Probleem (Psychiatrie) | 0 .. * | zib-Problem | Condition | ||||||||
| 1103 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 1104 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 1105 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 1106 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 1107 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
| 1108 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
| 1109 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 2590 | Probleem (Sociale problemen) | 0 .. * | zib-Problem | Condition | ||||||||
| 2593 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 2594 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 2595 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 2596 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 2597 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
| 2598 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
| 2599 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 2600 | Probleem (Misbruik/ Geweld) | 0 .. * | zib-problem | Condition | ||||||||
| 2603 | ProbleemType | 0 .. 1 | zib-problem | Condition.category | ||||||||
| 2604 | ProbleemNaam | 1 .. 1 | zib-problem | Condition.code | ||||||||
| 2605 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 2606 | ProbleemEindDatum | 0 .. 1 | zib-problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 2607 | ProbleemStatus | 1 .. 1 | zib-problem | Condition.clinicalStatus | ||||||||
| 2608 | VerificatieStatus | 0 .. 1 | zib-problem | Condition.verificationStatus | ||||||||
| 2609 | Toelichting | 0 .. 1 | zib-problem | Condition.note | ||||||||
| 3331 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
| 3332 | JuridischeStatus | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.code | ||||||||
| 3333 | Vertegenwoordiging | 0 .. 1 | bc-LegalSituation-Representation | Condition.code | ||||||||
| 3334 | DatumAanvang | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.onset[x]:onsetDateTime | ||||||||
| 3335 | DatumEinde | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition.abatement[x]:abatementDateTime | ||||||||
| 2622 | Toelichting psychosociale anamnese | 0 .. 1 | List.note | |||||||||
| 1110 | Relevante allergieën | 0 .. 1 | zib-AllergyIntolerance | AllergyIntolerance | ||||||||
| 1111 | VeroorzakendeStof | 0 .. * | zib-AllergyIntolerance | AllergyIntolerancecode | ||||||||
| 2902 | Gezin | 0 .. 1 | Observation | |||||||||
| 2911 | Taalvaardigheid | 0 .. * | bc-Woman | Patient.communication.extension:languageProficiency | ||||||||
| 2913 | SociaalNetwerk | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 2914 | BeoordelingGezinssituatie (Observatie) | 0 .. * | bc-FamilySituationAssessment | Observation | ||||||||
| 2915 | BeoordelingGezinssituatieDatumTijd | 0 .. 1 | bc-FamilySituationAssessment | Observation.effective[x]:effectiveDateTime | ||||||||
| 2917 | InstabieleGezinssituatieWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:unstableFamilySituation.value[x]:valueString | ||||||||
| 2919 | ZorgelijkeGezinssituatieWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:alarmingFamilySituation.value[x]:valueString | ||||||||
| 2921 | IntoxicatiesWaarde | 0 .. 1 | bc-FamilySituationAssessment | Observation.component:intoxication.value[x]:valueString | ||||||||
| 2922 | Toelichting | 0 .. 1 | bc-FamilySituationAssessment | Observation.comment | ||||||||
| 10556 | Probleem infectieziekte(n) Gezin | 0 .. * | bc-FamilyMemberHistory | FamilyMemberHistory.condition.code | ||||||||
| 10559 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 10560 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 10561 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 10562 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 10563 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
| 10564 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
| 10565 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 25 | Zwangerschapsgegevens | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
| 1698 | Identificatie van de zwangerschap | 0 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
| 3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
| 3342 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
| 3343 | Pariteit | 1 .. 1 | zib-Pregnancy-Parity | Observation.value[x]:valueQuantity | ||||||||
| 3344 | Graviditeit | 1 .. 1 | zib-Pregnancy-Gravidity | Observation.value[x]:valueQuantity | ||||||||
| 1712 | Voornemens vrouw | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2252 | Voorgenomen plaats baring tijdens zwangerschap (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2253 | VoorgenomenPlaatsBaringDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 2255 | VoorgenomenPlaatsBaringWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2938 | Voorkeursziekenhuis | 1 .. 1 | bc-MaternalObservation | Observation.value[x].extension:valueReference | ||||||||
| 2271 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization | ||||||||
| 2257 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 2279 | Voorgenomen voeding (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3872 | VoorgenomenVoedingDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 2281 | VoorgenomenVoedingWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3874 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 10739 | Kraamzorg | 1 .. 1 | nvt | |||||||||
| 10742 | KraamzorgIntake | 1 .. 1 | bc-Encounter | Encounter | ||||||||
| 10743 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
| 10740 | GeïndiceerdAantalUurKraamzorg (Observatie) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
| 10744 | GeïndiceerdAantalUurKraamzorgDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
| 10745 | GeïndiceerdAantalUurKraamzorgWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
| 10748 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 10741 | WenstVrouwMinderKraamzorg? (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
| 10747 | WenstVrouwMinderKraamzorgDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
| 10746 | WenstVrouwMinderKraamzorgWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 10749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 111 | Prenatale controle | 0 .. * | bc-Encounter | Encounter | ||||||||
| 10520 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
| 121 | AlcoholGebruik | 0 .. 1 | zib-AlcoholUse | Observation | ||||||||
| 122 | Toelichting | 0 .. 1 | zib-AlcoholUse | Observation.comment | ||||||||
| 123 | AlcoholGebruikStatus | 1 .. 1 | zib-AlcoholUse | Observation.value[x]:valueCodeableConcept | ||||||||
| 124 | WaarnemingGebruik | 0 .. 1 | zib-AlcoholUse | Observation.effectivePeriod | ||||||||
| 125 | StartDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.start | ||||||||
| 126 | StopDatum | 0 .. 1 | zib-AlcoholUse | Observation.effective[x]:effectivePeriod.end | ||||||||
| 127 | Hoeveelheid | 1 .. 1 | zib-AlcoholUse | Observation.component:amount.valueQuantity | ||||||||
| 112 | DrugsGebruik | 0 .. 1 | zib-DrugUse | Observation | ||||||||
| 117 | Toelichting | 0 .. 1 | zib-DrugUse | Observation.comment | ||||||||
| 119 | DrugsGebruikStatus | 1 .. 1 | zib-DrugUse | Observation.value[x]:valueCodeableConcept | ||||||||
| 118 | DrugsOfGeneesmiddelSoort | 1 .. 1 | zib-DrugUse | Observation.component:DrugOrMedicationType.valueCodeableConcept | ||||||||
| 120 | Toedieningsweg | 0 .. 1 | zib-DrugUse | Observation.component:RouteOfAdministration.valueCodeableConcept | ||||||||
| 113 | WaarnemingGebruik | 0 .. 1 | zib-DrugUse | Observation.effectivePeriod | ||||||||
| 114 | StartDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.start | ||||||||
| 115 | StopDatum | 0 .. 1 | zib-DrugUse | Observation.effective[x]:effectivePeriod.end | ||||||||
| 116 | Hoeveelheid | 1 .. 1 | zib-DrugUse | Observation.component:amount.valueQuantity | ||||||||
| 2243 | TabakGebruik | 0 .. * | zib-TobaccoUse | Observation | ||||||||
| 2244 | Toelichting | 0 .. 1 | zib-TobaccoUse | Observation.comment | ||||||||
| 2246 | TabakGebruikStatus | 1 .. 1 | zib-TobaccoUse | Observation.value[x]:valueCodeableConcept | ||||||||
| 2245 | SoortTabakGebruik | 1 .. 1 | zib-TobaccoUse | Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet | ||||||||
| 2247 | WaarnemingGebruik | 0 .. 1 | zib-TobaccoUse | Observation.effectivePeriod | ||||||||
| 2248 | StartDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.start | ||||||||
| 2249 | StopDatum | 0 .. 1 | zib-TobaccoUse | Observation.effective[x]:effectivePeriod.end | ||||||||
| 2250 | Hoeveelheid | 1 .. 1 | zib-TobaccoUse | Observation.component:amount.valueQuantity | ||||||||
| 2251 | PackYears | 0 .. 1 | zib-TobaccoUse | Observation.component:PackYears.valueQuantity | ||||||||
| 1775 | Uitwendig onderzoek | 0 .. 1 | nvt | |||||||||
| 10521 | Bevindingen Moeder | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 1180 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
| 1181 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
| 1182 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
| 1183 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
| 1184 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
| 8654 | Ernst oedeem | 0 .. 1 | bc-DisorderOfPregnancy | Condition.severity | ||||||||
| 7894 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfPregnancy | Condition.evidence.code | ||||||||
| 1185 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
| 1186 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
| 3409 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
| 1187 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
| 1188 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
| 1189 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
| 37 | Bevalling | 1 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
| 38 | Ontsluitingsfase | 1 .. 1 | nvt | |||||||||
| 4084 | Actieve Ontsluiting (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4085 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4087 | BeginActieveOntsluitingWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
| 10246 | DuurActieveOntsluitingWaarde | 0 .. 1 | nvt | |||||||||
| 4088 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4095 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 4096 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4097 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4099 | BeginBaringWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4100 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4107 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 4108 | Breken Vliezen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4109 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4111 | BrekenVliezenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
| 4112 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4119 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 4120 | Aard Vruchtwater (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4121 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4123 | Aard Vruchtwater Waarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4124 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4131 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 10710 | Partusassistentie (Contact) | 0 .. 1 | bc-ChildBirthAssistance | Encounter | ||||||||
| 10711 | ContactType | 0 .. 1 | bc-ChildBirthAssistance | Encounter.class | ||||||||
| 10735 | ContactSoort | 0 .. 1 | bc-ChildBirthAssistance | Encounter.type | ||||||||
| 10712 | ContactMet | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual.extension:practitionerRole | ||||||||
| 10801 | Zorgverlener | 1 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
| 10714 | Locatie | 0 .. 1 | bc-ChildBirthAssistance | Encounter.serviceProvider | ||||||||
| 10734 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
| 10738 | PartusStadiumWaarde | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:periodOfArrival | ||||||||
| 10726 | OproepDatumTijd | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:timeWhenCalled | ||||||||
| 10716 | AankomstDatumTijd | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.start | ||||||||
| 10717 | EindDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.period.end | ||||||||
| 39 | Uitdrijvingsfase | 1 .. * | bc-Birth | Procedure | ||||||||
| 9685 | Patient | 1 .. 1 | bc-Woman | Patient | ||||||||
| 4144 | Type Partus (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
| 4145 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4147 | TypePartusWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4148 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
| 4155 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
| 4193 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. 1 | bc-BirthObservation | Observation | ||||||||
| 4194 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4196 | WerkelijkePlaatsBaringWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4197 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
| 4204 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
| 40 | Nageboortefase | 1 .. 1 | ntb | |||||||||
| 3884 | Placenta | 1 .. * | nvt | |||||||||
| 4218 | Wijze Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4219 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4221 | WijzeGeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4222 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4229 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 4230 | Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4231 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4233 | GeboortePlacentaWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueDateTime | ||||||||
| 4234 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4241 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 4242 | Placenta Compleet (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 4243 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 4245 | PlacentaCompleetWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4246 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 4253 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 3967 | Hoeveelheid bloedverlies (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
| 3968 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 1751 | HoeveelheidBloedverliesWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueQuantity | ||||||||
| 3969 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
| 3970 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
| 10268 | Opname en Ontslag | 0 .. 1 | zib-Encounter | Encounter | ||||||||
| 10269 | Contact | 1 .. 1 | zib-Encounter | Encounter | ||||||||
| 1404 | Kind | 1 .. * | bc-Child | Patient | ||||||||
| 1754 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
| 1378 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
| 10566 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
| 2924 | GezinssituatieKind | 0 .. 1 | zib-FamilySituationChild | Observation | ||||||||
| 2925 | GezinssamenstellingKind | 0 .. 1 | zib-FamilySituationChild | Observation.component:familyComposition.valueCodeableConcept | ||||||||
| 2926 | OuderVerzorger | 0 .. * | zib-FamilySituationChild | Observation.component:parentCarer.extension:parentCarer | ||||||||
| 10499 | Contactpersoon | 0 .. 1 | zib-RelatedPerson | RelatedPerson | ||||||||
| 2932 | AantalBroersEnZussen | 0 .. 1 | zib-FamilySituationChild | Observation.component:sibling | ||||||||
| 2933 | BroerOfZus | 0 .. * | zib-FamilySituationChild | Observation.component:sibling | ||||||||
| 10503 | Contactpersoon | 0 .. 1 | zib-RelatedPerson | Relatedperson | ||||||||
| 2936 | GeboortedatumZusBroer | 0 .. 1 | zib-FamilySituationChild | Observation.component:sibling.valueDateTime | ||||||||
| 10773 | DatumOverlijdenZusBroer | 0 .. 1 | ||||||||||
| 2937 | Toelichting | 0 .. 1 | zib-FamilySituationChild | Observation.comment | ||||||||
| 1407 | Lichamelijk onderzoek kind | 0 .. 1 | nvt | |||||||||
| 1418 | Geboortegewicht (Lichaamsgewicht) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 1419 | GewichtWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueQuantity | ||||||||
| 1423 | PercentielGeboortegewicht | 0 .. 1 | bc-ChildObservation | Observation.interpretation | ||||||||
| 1420 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 1421 | GewichtDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 1422 | Kleding | 0 .. 1 | bc-ChildObservation | Observation.component:clothing.value[x]:valueCodeableConcept | ||||||||
| 1765 | Bevindingen | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 2706 | Algemene indruk | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 1408 | ApgarScore1min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
| 1409 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
| 1410 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
| ordinal | 1411 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 1412 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 1413 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 1414 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 1415 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| 1416 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
| 9663 | ApgarScore5min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
| 9664 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
| 9665 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
| ordinal | 9666 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9667 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9668 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9669 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9670 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| 9671 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
| 9672 | ApgarScore10min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
| 9673 | ApgarScoreDatumTijd | 0 .. 1 | zib-ApgarScore | Observation.effective[x]:effectiveDateTime | ||||||||
| 9674 | ApgarScoreTotaal | 1 .. 1 | zib-ApgarScore | Observation.value[x]:valueQuantity | ||||||||
| ordinal | 9675 | AdemhalingScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9676 | HuidskleurScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9677 | HartslagScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9678 | ReflexenScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| ordinal | 9679 | SpierspanningScore | 0 .. 1 | zib-ApgarScore | Observation.component.valueCodeableConcept | |||||||
| 9680 | Toelichting | 0 .. 1 | zib-ApgarScore | Observation.comment | ||||||||
| 2966 | Huid | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 2967 | Huid (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 2940 | HuidDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 2941 | HuidWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3057 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
| 2942 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 2943 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 3027 | Genitalia | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 3049 | Genitalia (observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 3050 | GenitaliaDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 3051 | GenitaliaWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 4305 | AnatomischeLocatie | 0 .. 1 | bc-ChildObservation | Observation.bodySite | ||||||||
| 3052 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 3053 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 3038 | Neurologie | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 3085 | Neurologie (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 3086 | NeurologieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 3087 | NeurologieWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3088 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 3089 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 8756 | Opname, Ontslag, Overplaatsing | 0 .. * | zib-Encounter | Encounter | ||||||||
| 8779 | Contact | 1 .. 1 | zib-Encounter | Encounter | ||||||||
| 8758 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
| 10660 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation | ||||||||
| 8757 | VoedingspatroonZuigeling | 0 .. 1 | bc-FeedingPatternInfant | Observation | ||||||||
| 1123 | Medisch onderzoek | 0 .. 1 | nvt | |||||||||
| 1124 | Maternale onderzoeksgegevens | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 1766 | Uterusactiviteit | 0 .. 1 | bc-UterusActivity | Observation | ||||||||
| 3897 | Periode | 0 .. 1 | bc-UterusActivity | Observation.effective[x]:effectivePeriod | ||||||||
| 3894 | TijdsInterval | 0 .. 1 | bc-UterusActivity | Observation.effective[x]:effectivePeriod | ||||||||
| 3900 | UterusActiviteitFrequentie | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityFrequency.value[x]:valueQuantity | ||||||||
| 3901 | UterusActiviteitDuur | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityDuration.value[x]:valueQuantity | ||||||||
| 3902 | UterusActiviteitIntensiteit | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityIntensity.value[x]:valueCodeableConcept | ||||||||
| 3904 | UterusActiviteitRegelmatigheid | 0 .. 1 | bc-UterusActivity | Observation.component:uterusActivityRegularity.value[x]:valueCodeableConcept | ||||||||
| 3905 | UterusActiviteitMethode | 1 .. 1 | bc-UterusActivity | Observation.method | ||||||||
| 3906 | ConclusieUterusActiviteit | 1 .. 1 | bc-UterusActivity | Observation.component:conclusionUterusActivity.value[x]:valueCodeableConcept | ||||||||
| 3898 | Beoordelaar | 1 .. 1 | bc-UterusActivity | Observation.performer | ||||||||
| 3895 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
| 1477 | Postnatale fase | 0 .. 1 | ntb | |||||||||
| 2302 | Moeder | 0 .. 1 | bc-Woman | Patient | ||||||||
| 2305 | Probleem (Postpartum complicatie) | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
| 2306 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite | ||||||||
| 2307 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
| 2308 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
| 2309 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
| 2310 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
| 2311 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
| 2312 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
| 2313 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
| 2314 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
| 9823 | Kraamweek | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
| 9824 | Vrouw | 0 .. 1 | bc-Woman | Patient | ||||||||
| 9982 | ZorgVoorKind (Observatie) | 0 .. * | bc-AbilityToTakeCareOfChild | Observation | ||||||||
| 9983 | ObservatieDatumTijd | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.effective[x]:effectiveDateTime | ||||||||
| 9985 | OnzekerheidWaarde | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:uncertainty.value[x]:valueCodeableConcept | ||||||||
| 9992 | VaardigheidWaarde | 1 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:ability.value[x]:valueCodeableConcept | ||||||||
| 9991 | Toelichting | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.comment | ||||||||
| 2746 | Controles moeder | 0 .. * | bc-Woman | Patient | ||||||||
| 10729 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
| 2798 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation.value[x]:valueQuantity | ||||||||
| 2753 | Polsfrequentie | 0 .. 1 | zib-PulseRate | Observation | ||||||||
| 2754 | PolsfrequentieWaarde | 1 .. 1 | zib-PulseRate | Observation.value[x]:valueQuantity | ||||||||
| 2755 | PolsfrequentieDatumTijd | 1 .. 1 | zib-PulseRate | Observation.effective[x]:effectiveDateTime | ||||||||
| 2756 | Toelichting | 0 .. 1 | zib-PulseRate | Observation.comment | ||||||||
| 2757 | PolsRegelmatigheid | 0 .. 1 | zib-PulseRate | Observation.component.valueCodeableConcept | ||||||||
| 2758 | Blaasfunctie | 0 .. 1 | zib-BladderFunction | Observation | ||||||||
| 10774 | UrinatieGeweest? | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| ordinal | 2759 | UrineContinentie | 0 .. 1 | zib-BladderFunction | Observation.value[x]:valueCodeableConcept | |||||||
| 2762 | UrineKatheter | 0 .. 1 | zib-BladderFunction-UrineCatheter | DeviceUseStatement | ||||||||
| 10523 | MedischHulpmiddel | 0 .. 1 | zib-BladderFunction-UrineCatheterProduct | Device | ||||||||
| 2780 | Toelichting | 0 .. 1 | zib-BladderFunction | Observation.comment | ||||||||
| 2781 | Darmfunctie | 0 .. 1 | zib-BowelFunction | Observation | ||||||||
| 10775 | DefecatieGeweest? | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| ordinal | 2782 | FecesContinentie | 0 .. 1 | zib-BowelFunction | Observation.component:FecalContinence | |||||||
| 2785 | Frequentie | 0 .. 1 | zib-BowelFunction | Observation.component:Frequency | ||||||||
| 2786 | DefecatieConsistentie | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationConsistency | ||||||||
| 2787 | DefecatieKleur | 0 .. 1 | zib-BowelFunction | Observation.component:DefecationColor | ||||||||
| 2790 | Toelichting | 0 .. 1 | zib-BowelFunction | Observation.comment | ||||||||
| 2791 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
| 3108 | Lochia (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 3109 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 3111 | Bloedverlies kraambed (lochia) (Waarde) | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3113 | Aantal kraamverbanden (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3115 | Lochia foetide / riekend? (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 3117 | Grote stolsels in lochia (Waarde) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 3118 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 3119 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 3120 | Sectiowond (Wond) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10661 | Sectiowond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 3122 | WondWeefsel | 0 .. 1 | ||||||||||
| 3123 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 3124 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3125 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 3132 | DatumLaatsteVerbandwissel | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
| 3150 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 9860 | Fundusstand (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 3182 | Zelfredzaamheid kraamvrouw | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10732 | ZelfredzaamheidAndersDanVerwachting | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 2812 | BarthelIndex | 0 .. 1 | bc-BarthelIndex | Observation | ||||||||
| ordinal | 2813 | Darm | 1 .. 1 | bc-BarthelIndex | Observation.component:bowel.value[x]:valueCodeableConcept | |||||||
| ordinal | 2814 | Blaas | 1 .. 1 | bc-BarthelIndex | Observation.component:bladder.value[x]:valueCodeableConcept | |||||||
| ordinal | 2815 | UiterlijkeVerzorging | 1 .. 1 | bc-BarthelIndex | Observation.component:personalGrooming.value[x]:valueCodeableConcept | |||||||
| ordinal | 2816 | Toiletgebruik | 1 .. 1 | bc-BarthelIndex | Observation.component:toiletUse.value[x]:valueCodeableConcept | |||||||
| ordinal | 2817 | Eten | 1 .. 1 | bc-BarthelIndex | Observation.component:eating.value[x]:valueCodeableConcept | |||||||
| ordinal | 2818 | Transfers | 1 .. 1 | bc-BarthelIndex | Observation.component:transfers.value[x]:valueCodeableConcept | |||||||
| ordinal | 2819 | Mobiliteit | 1 .. 1 | bc-BarthelIndex | Observation.component:mobility.value[x]:valueCodeableConcept | |||||||
| ordinal | 2820 | AanUitkleden | 1 .. 1 | bc-BarthelIndex | Observation.component:dressingAndUndressing.value[x]:valueCodeableConcept | |||||||
| ordinal | 2821 | TrappenLopen | 1 .. 1 | bc-BarthelIndex | Observation.component:walkingStairs.value[x]:valueCodeableConcept | |||||||
| ordinal | 2822 | BadenDouchen | 1 .. 1 | bc-BarthelIndex | Observation.component:bathingAndShowering.value[x]:valueCodeableConcept | |||||||
| 2823 | TotaalScore | 1 .. 1 | bc-BarthelIndex | Observation.component:totalScore.value[x]:valueQuantity | ||||||||
| 2842 | Controle borsten | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2858 | Bevindingen borsten (Observatie) | 0 .. * | bc-BreastFindings | Observation | ||||||||
| 2843 | ObservatieDatumTijd | 1 .. 1 | bc-BreastFindings | Observation.effective[x]:effectiveDateTime | ||||||||
| 2863 | ObservatieMethode | 0 .. 1 | bc-BreastFindings | Observation.method | ||||||||
| 2861 | Lateraliteit | 0 .. 1 | bc-BreastFindings | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
| 2857 | TepelsWaarde | 0 .. 1 | bc-BreastFindings | Observation.value[x]:valueString | ||||||||
| 10736 | HuidWaarde | 0 .. 1 | bc-BreastFindings | Observation.component:skin.value[x]:valueString | ||||||||
| 10737 | OverigeAfwijkingWaarde | 0 .. 1 | bc-BreastFindings | Observation.component:other.value[x]:valueString | ||||||||
| 2862 | Toelichting | 0 .. 1 | bc-BreastFindings | Observation.comment | ||||||||
| 2844 | Probleem | 0 .. * | bc-DisorderPostPartum | Condition | ||||||||
| 2846 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderPostPartum | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
| 2847 | ProbleemType | 0 .. 1 | bc-DisorderPostPartum | Condition.category | ||||||||
| 2848 | ProbleemNaam | 1 .. 1 | bc-DisorderPostPartum | Condition.code | ||||||||
| 2849 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.onsetDateTime:onsetDateTime | ||||||||
| 2850 | ProbleemEindDatum | 0 .. 1 | bc-DisorderPostPartum | Condition.abatementDateTime:abatementDateTime | ||||||||
| 2851 | ProbleemStatus | 1 .. 1 | bc-DisorderPostPartum | Condition.clinicalStatus | ||||||||
| 2852 | VerificatieStatus | 0 .. 1 | bc-DisorderPostPartum | Condition.verificationStatus | ||||||||
| 2853 | Toelichting | 0 .. 1 | bc-DisorderPostPartum | Condition.note | ||||||||
| 2864 | Controle benen | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2865 | Bevindingen benen (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
| 2866 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 2867 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 2868 | Lateraliteit | 0 .. 1 | bc-MaternalObservation | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
| 2869 | ObservatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2870 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 9837 | Controle perineum | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2824 | Controle perineum (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 2826 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 2825 | ControlePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 2828 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 2827 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 2871 | Perineumwond (Wond) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10662 | Perineumwond normaal | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 2873 | WondWeefsel | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2874 | WondInfectie | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
| 2875 | WondVochtigheid | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2876 | WondRand | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 2901 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 10795 | Betrokkenheid andere zorgverlener | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
| 10798 | Zorgverlener | 0 .. * | nl-core-practitionerrole | PractitionerRole | ||||||||
| 9825 | Kind | 0 .. * | bc-Child | Patient | ||||||||
| 10663 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
| 2747 | Controles kind | 0 .. * | bc-Child | Patient | ||||||||
| 10730 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
| 2792 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
| 2799 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation | ||||||||
| 7947 | VoedingspatroonZuigeling | 0 .. * | bc-FeedingPatternInfant | Observation | ||||||||
| 9960 | Ademhaling (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9961 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9963 | AdemhalingWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 9964 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9969 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 9886 | Navelstomp (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9887 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9889 | NavelstompWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 9890 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9895 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 9896 | Slaappatroon (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9897 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9899 | SlaappatroonWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueString | ||||||||
| 9900 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9905 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 9906 | Huilgedrag (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9907 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9909 | HuilgedragWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 9910 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9915 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 9936 | Uitscheiding | 0 .. 1 | bc-ExcretionFeces/bc-ExcretionUrine | Observation | ||||||||
| 9937 | Feces (Observatie) | 0 .. 1 | bc-ExcretionFeces | Observation | ||||||||
| 9938 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionFeces | Observation.effective[x]:effectiveDateTime | ||||||||
| 9940 | FecesWaarde | 0 .. 1 | bc-ExcretionFeces | Observation.component:feces.value[x]:valueCodeableConcept | ||||||||
| 9957 | PoepluiersWaarde | 1 .. 1 | bc-ExcretionFeces | Observation.component:fecalDiapers.value[x]:valueQuantity | ||||||||
| 9941 | ObservatieMethode | 0 .. 1 | bc-ExcretionFeces | Observation.method | ||||||||
| 9942 | ObservatieSpecimen | 0 .. 1 | bc-ExcretionFeces | Observation.specimen | ||||||||
| 9946 | Toelichting | 0 .. 1 | bc-ExcretionFeces | Observation.comment | ||||||||
| 9947 | Urine (Observatie) | 0 .. 1 | bc-ExcretionUrine | Observation | ||||||||
| 9948 | ObservatieDatumTijd | 1 .. 1 | bc-ExcretionUrine | Observation.effective[x]:effectiveDateTime | ||||||||
| 9950 | UrineWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urine.value[x]:valueCodeableConcept | ||||||||
| 9958 | PlasluiersWaarde | 1 .. 1 | bc-ExcretionUrine | Observation.component:urineDiapers.value[x]:valueQuantity | ||||||||
| 9951 | ObservatieMethode | 0 .. 1 | bc-ExcretionUrine | Observation.method | ||||||||
| 9952 | ObservatieSpecimen | 0 .. 1 | Observation.specimen | |||||||||
| 9956 | Toelichting | 0 .. 1 | bc-ExcretionUrine | Observation.comment | ||||||||
| 4356 | Controle huid | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9959 | Huid (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 4357 | Probleem_Huid | 0 .. * | zib-Problem | Condition | ||||||||
| 4358 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
| 4359 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
| 4360 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
| 4361 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
| 4362 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
| 4363 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
| 4364 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
| 4365 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
| 4366 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
| 9916 | Spugen (Observatie) | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9917 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9919 | SpugenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 9920 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9925 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 9926 | Schedel (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 9927 | ObservatieDatumTijd | 1 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 9929 | SchedelWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
| 9930 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 9935 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 10727 | Tonus | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
| 10728 | Neurologie (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 4341 | Betrokkenheid andere zorgverlener | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
| 10794 | Zorgverlener | 0 .. * | nl-core-practitionerrole | PractitionerRole | ||||||||
| 10003 | Gehoortest (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 10004 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 10006 | GehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
| 10023 | DatumGehoortestWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
| 10007 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 10012 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 10013 | Hielprik (Observatie) | 0 .. * | bc-ChildObservation | Observation | ||||||||
| 10014 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 10016 | HielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueBoolean | ||||||||
| 10024 | DatumHielprikWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueDateTime | ||||||||
| 10025 | SetnummerHielprikWaarde | 0 .. 1 | bc-ChildObservation | Observation.identifier | ||||||||
| 10017 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
| 10022 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
| 10750 | Vitamine K (Observatie) | 0 .. * | bc-VitaminKAdministration | Observation | ||||||||
| 10762 | ObservatieDatumTijd | 0 .. 1 | bc-VitaminKAdministration | Observation.effective[x]:effectiveDateTime | ||||||||
| 10764 | VitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.value[x]:valueBoolean | ||||||||
| 10765 | DatumVitamineKWaarde | 1 .. 1 | bc-VitaminKAdministration | Observation.component:administrationDate.value[x]:valueDateTime | ||||||||
| 10767 | ObservatieMethode | 0 .. 1 | bc-VitaminKAdministration | Observation.method | ||||||||
| 10772 | Toelichting | 0 .. 1 | bc-VitaminKAdministration | Observation.comment | ||||||||
| 9826 | Gezin | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10220 | Voorlichting veilig slapen (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10221 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 10223 | VoorlichtingVeiligSlapenWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
| 10224 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 10229 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 10230 | Voorlichting vitamine D (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
| 10231 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
| 10233 | VoorlichtingVitamineDWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
| 10234 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
| 10239 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
| 926 | Bouwstenen | 0 .. 1 | ||||||||||
| 2610 | Klinische context | 0 .. 1 | ||||||||||
| 10374 | MedischHulpmiddel | 0 .. * | ||||||||||
| 10375 | Product | 0 .. 1 | ||||||||||
| 10376 | ProductID | 0 .. 1 | ||||||||||
| 10377 | ProductType | 0 .. 1 | ||||||||||
| 10378 | ProductOmschrijving | 0 .. 1 | ||||||||||
| 10379 | BeginDatum | 0 .. 1 | ||||||||||
| 10532 | EindDatum | 0 .. 1 | ||||||||||
| 10380 | Indicatie | 0 .. 1 | ||||||||||
| 10381 | Probleem | 0 .. 1 | ||||||||||
| 10382 | Toelichting | 0 .. 1 | ||||||||||
| 10383 | AnatomischeLocatie | 0 .. 1 | ||||||||||
| 10384 | Lateraliteit | 0 .. 1 | ||||||||||
| 10385 | Locatie | 0 .. 1 | ||||||||||
| 10526 | Zorgaanbieder | 0 .. 1 | ||||||||||
| 10387 | Zorgverlener | 0 .. 1 | ||||||||||
| 10525 | Zorgverlener | 0 .. 1 | ||||||||||
| 7937 | VoedingspatroonZuigeling | 0 .. * | bc-FeedingPatternInfant | Observation | ||||||||
| 10506 | Bijvoeding? | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:SupplementaryFeeding.value[x]:valueCodeableConcept | ||||||||
| 7938 | VoedingspatroonZuigelingDatumTijd | 1 .. 1 | bc-FeedingPatternInfant | Observation.effectiveDateTime:effectiveDateTime | ||||||||
| 7939 | VoedingToevoeging | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingSupplement.valueString:valueString | ||||||||
| 7940 | VoedingFrequentie | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingFrequency.valueQuantity:valueQuantity | ||||||||
| 7941 | Toelichting | 0 .. 1 | bc-FeedingPatternInfant | Observation.comment | ||||||||
| 7942 | Voedingsadvies | 0 .. 1 | bc-FeedingPatternInfant | Observation.basedOn | ||||||||
| 7943 | Voedingsadvies | 0 .. 1 | zib-NutritionAdvice | NutritionOrder | ||||||||
| 7944 | Voeding | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType | ||||||||
| 7945 | VoedingSoort | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.valueCodeableConcept:valueCodeableConcept | ||||||||
| 10504 | VoedingHoeveelheid | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingQuantity | ||||||||
| 10505 | VoedingDuur | 0 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingDuration | ||||||||
| 7946 | VoedingMethode | 1 .. 1 | bc-FeedingPatternInfant | Observation.component:FeedingType.extension:feedingMethod | ||||||||
| 1332 | Subbouwstenen | 0 .. 1 | ||||||||||
| 3054 | AnatomischeLocatie | 0 .. 1 | ||||||||||
| 3055 | Locatie | 0 .. 1 | ||||||||||
| 3056 | Lateraliteit | 0 .. 1 | ||||||||||
| 1059 | Metingen | 0 .. 1 | ||||||||||
| 1060 | Bloeddruk | 0 .. * | zib-BloodPressure | |||||||||
| 1061 | Meetmethode | 0 .. 1 | ||||||||||
| 1062 | ManchetType | 0 .. 1 | ||||||||||
| 1063 | MeetLocatie | 0 .. 1 | ||||||||||
| 1064 | DiastolischEindpunt | 0 .. 1 | ||||||||||
| 1065 | SystolischeBloeddruk | 1 .. 1 | ||||||||||
| 1066 | DiastolischeBloeddruk | 1 .. 1 | ||||||||||
| 1067 | GemiddeldeBloeddruk | 0 .. 1 | ||||||||||
| 1068 | BloeddrukDatumTijd | 1 .. 1 | ||||||||||
| 1069 | Toelichting | 0 .. 1 | ||||||||||
| 1070 | Houding | 0 .. 1 | ||||||||||
| 1073 | Lichaamsgewicht | 0 .. * | zib-BodyWeight | |||||||||
| 1074 | GewichtWaarde | 1 .. 1 | zib-BodyWeight | |||||||||
| 1075 | Toelichting | 0 .. 1 | ||||||||||
| 1076 | GewichtDatumTijd | 1 .. 1 | ||||||||||
| 1077 | Kleding | 0 .. 1 | ||||||||||
| 2793 | Lichaamstemperatuur | 0 .. * | ||||||||||
| 2794 | TemperatuurWaarde | 1 .. 1 | ||||||||||
| 2795 | TemperatuurDatumTijd | 1 .. 1 | ||||||||||
| 2796 | Toelichting | 0 .. 1 | ||||||||||
| 2797 | TemperatuurType | 0 .. 1 | ||||||||||
| 2584 | Patienten context | 0 .. 1 | ||||||||||
| 2688 | BurgerlijkeStaatRC | 0 .. 1 | ||||||||||
| 2689 | BurgerlijkeStaat | 0 .. * | ||||||||||
| 2904 | Taalvaardigheid | 0 .. * | ||||||||||
| 2905 | CommunicatieTaal | 0 .. 1 | ||||||||||
| 2906 | TaalvaardigheidBegrijpen | 0 .. 1 | ||||||||||
| 2907 | TaalvaardigheidSpreken | 0 .. 1 | ||||||||||
| 2908 | TaalvaardigheidLezen | 0 .. 1 | ||||||||||
| 2909 | Toelichting | 0 .. 1 | ||||||||||
| 1429 | Prullenbak | 0 .. * | ||||||||||
| 915 | Etniciteit | 0 .. 1 | nl-core-relatedperson | Relatedperson.extension | ||||||||
6 FHIR profiles
|
MedMij uses the FHIR Packaging mechanism. This conveniently bundles all profiles, terminology, example material and other conformance resources you need into a single archive, which can be downloaded or installed using the appropriate FHIR tooling. This version of the information standard uses the following packages:
Note: packages use Semantic Versioning. Other versions can be used at will as long as they have the same major.minor number or a minor number higher than the stated version. |
6.1 Generic HCIM profiles
6.2 Birthcare specific profiles
| Profile | Pattern | Base profile | FHIR Resource | HCIM EN | Canonical URL | Description
|
|---|---|---|---|---|---|---|
| bc-AbilityToTakeCareOfChild | bc-MaternalObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-AbilityToTakeCareOfChild | An Observation profile describing the woman's ability to take care of her child as defined by BabyConnect. Patient-related Observations are about the (pregnant) woman, which is the subject of the Observation.
| ||
| bc-BarthelIndex | bc-MaternalObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-BarthelIndex | An Observation profile describing self-reliance of the woman after birth as defined by BabyConnect. The subject is the woman Patient.
| ||
| bc-Birth | Procedure | Procedure | Procedure | http://nictiz.nl/fhir/StructureDefinition/bc-Birth | A Procedure profile describing the birth of a child as defined by BabyConnect.
This groups findings and procedures related to a particular child in a delivery - important in multiple births. A pregnancy can lead to one delivery Procedure and one or multiple birth Procedures. In multiple birth, multiple birth instances point to the same delivery Procedure. A birth also provides the relation between a child and its mother: The mother Patient is the subject of the delivery Procedure and the child Patient is the subject of the birth Procedure. A Birth has:
| |
| bc-BirthObservation | Birth-related Observation | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-BirthObservation | An Observation profile describing birth-related Observations as defined by BabyConnect. Birth-related Observations, such as parturition type, pertain to a birth, which is the focus of the Observation (extension). They are also about the mother, which still is the subject of the Observation.
| |
| bc-BreastFindings | bc-MaternalObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-BreastFindings | An Observation profile describing findings related to the breasts as defined by BabyConnect. The subject is the woman Patient.
| ||
| bc-CareTeam | nl-core-careteam | CareTeam | http://nictiz.nl/fhir/StructureDefinition/bc-CareTeam | A CareTeam profile describing the involvement of (other) care providers in the care of a patient and her child, such as a pediatrician.
| ||
| bc-Child | nl-core-patient | Patient | Patient | http://nictiz.nl/fhir/StructureDefinition/bc-Child | A Patient profile for the child Patient as defined by BabyConnect.
Child is a separate Patient.
| |
| bc-ChildBirthAssistance | bc-Encounter | Encounter | http://nictiz.nl/fhir/StructureDefinition/bc-ChildBirthAssistance | An Encounter profile describing (childbirth) assistance to a woman in labor as defined by BabyConnect.
| ||
| bc-ChildObservation | Child-related Observation | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-ChildObservation | An Observation profile describing child-related Observations (not captured in other existing profiles), as defined by BabyConnect. Child-related Observations, such as Apgar score and birthweight, pertain to the child Patient, which is the subject of the Observation. If the child is unborn and no patient record exists for the child, bc-FetusObservation should be used instead.
- Child observations refer to the EpisodeOfCare with Observation.context.reference
| |
| bc-DeliveryObservation | Pregnancy-related disorder | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryObservation | An Observation profile describing delivery-related Observations, as defined by BabyConnect.
Observations such as onset of labor or blood loss pertain to a delivery Procedure.
| |
| bc-DeliveryProcedure | Procedure | Procedure | Procedure | http://nictiz.nl/fhir/StructureDefinition/bc-DeliveryProcedure | A Procedure profile describing the delivery (including uncomplicated natural births for consistency), as defined by BabyConnect. A pregnancy can lead to one delivery Procedure, even in multiple birth. The mother Patient is the subject of the delivery Procedure.
A delivery Procedure is related to one or more birth Procedures. The child Patient is the subject of the birth Procedure. In case of multiple birth, multiple birth Procedures will point to the same delivery Procedure.
| |
| bc-DisorderOfChild | Child disorder | zib-Problem | Condition | Problem | http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfChild | A Condition profile describing child disorders as defined by BabyConnect.
Child disorders, such as chromosomal and congenital abnormalities or other problems are disorders of the child. The subject is either the child Patient (in case the child is born or a fetal patient record is in place) or the woman Patient (in case the child is unborn and there is no fetal patient record in place). In the second case, use the bodySite reference extension to refer to the fetus.
|
| bc-DisorderOfLaborAndDelivery | zib-Problem | Condition | Problem | http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfLaborAndDelivery | A Condition profile describing disorders and complications related to labor and delivery as defined by BabyConnect. These disorders are part of the delivery, which is defined in the part of extension.
| |
| bc-DisorderOfPregnancy | Pregnancy-related disorder | zib-Problem | Condition | Problem | http://nictiz.nl/fhir/StructureDefinition/bc-DisorderOfPregnancy | A Condition profile describing disorders related to a pregnancy as defined by BabyConnect. For example, Conditions such as cholestasis and hypertension do not (only) pertain to the Patient but to a particular pregnancy.
|
| bc-DisorderPostPartum | zib-Problem | Condition | Problem | http://nictiz.nl/fhir/StructureDefinition/bc-DisorderPostPartum | A Condition profile describing post partum disorders or complications as defined by BabyConnect. Post partum disorders, such as post partum depression, occur after delivery and are related to the Delivery Procedure.
| |
| bc-Encounter | zib-Encounter | Encounter | Encounter | http://nictiz.nl/fhir/StructureDefinition/bc-Encounter | An Encounter profile describing birthcare related encounters as defined by BabyConnect. The woman Patient is the subject of the Encounter.
| |
| bc-ExcretionFeces | bc-ChildObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionFeces | An Observation profile describing a newborn's fecal excretion as defined by BabyConnect.
| ||
| bc-ExcretionUrine | bc-ChildObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-ExcretionUrine | An Observation profile describing a newborn's urine excretion as defined by BabyConnect.
| ||
| bc-FamilyMemberHistory | FamilyMemberHistory | FamilyMemberHistory | http://nictiz.nl/fhir/StructureDefinition/bc-FamilyMemberHistory | A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman.
| ||
| bc-FamilySituationAssessment | bc-MaternalObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-FamilySituationAssessment | An Observation profile as defined by BabyConnect describing the assessment of the family situation of a pregnant woman. Indications for additional care may be based on this assessment.
| ||
| bc-FeedingPatternInfant | zib-FeedingPatternInfant | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-FeedingPatternInfant | An Observation profile describing the infant's feeding pattern as defined by BabyConnect.
| ||
| bc-FetalHeartRate | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-FetalHeartRate | An Observation profile describing fetal heart rate as defined by BabyConnect. The base definition is a fetus-related Observation. Fetus-related Observations are Observations about a fetus, which is the focus of the Observation (extension). Fetus identification is necessary in these Observations, especially in multiple pregnancy. There are two ways of using this profile depending on the presence of a patient / fetus record for the unborn child:
1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension must be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.
| ||
| bc-Fetus | BodySite | BodySite | http://nictiz.nl/fhir/StructureDefinition/bc-Fetus | A BodySite profile as defined by BabyConnect.
This BodySite profile refers to the unborn fetus in case no fetal record (yet) exists. In case a fetal record is created the unborn fetus will be registered as a (child) Patient.
| ||
| bc-LegalSituation-LegalStatus | Condition | Condition | http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-LegalStatus | A Condition profile describing legal status as defined by BabyConnect. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge.
| ||
| bc-LegalSituation-Representation | Condition | Condition | http://nictiz.nl/fhir/StructureDefinition/bc-LegalSituation-Representation | A Condition profile describing legal representation as defined by BabyConnect. Representation is important in situations where a person is legally not competent to give permission and/or factually (partly) incapable of doing so. A representative supports and takes decisions in the interest of the representee when they cannot do so themselves (temporarily or permanently).
| ||
| bc-MaternalObservation | Patient-related Observation | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-MaternalObservation | An Observation profile describing patient-related Observations, which are not captured in other existing profiles, as defined by BabyConnect.
Patient-related Observations are findings related to the (pregnant) woman, before, during or after pregnancy childbirth. The pregnant woman is the subject, the context is the pregnancy file (EpisodeOfCare). Examples are risk status or maternal ultrasound observations.
| |
| bc-MaternalRecord | nl-core-episodeofcare | EpisodeOfCare | http://nictiz.nl/fhir/StructureDefinition/bc-MaternalRecord | An EpisodeOfCare profile describing a maternal record (or pregnancy file) as defined by BabyConnect.
Each pregnancy is a Condition. It is also represented as an EpisodeOfCare (maternal record) for each involved Organization. The maternal record defines care responsibility for a specific period of time and groups all data related to this period of care. The maternal record has a fixed type (.type = 364320009). Additional types may be provided to indicate a specific period of care. The maternal record includes references to a managing Organization and responsible Practitioner. The maternal record defines care responsibility for a specific period of time and groups all data related to this period of care: 1. The maternal record groups all data related to one pregnancy for the managing Organization 2. The groupIdentifier (.extension:groupIdentifier) is a unique identifier of the pregnancy which can be used to group all data related to one pregnancy across Organizations Relations between the pregnancy (Condition) and the maternal record (EpisodeOfCare):
| ||
| bc-MotherOf | RelatedPerson | RelatedPerson | http://nictiz.nl/fhir/StructureDefinition/bc-MotherOf | A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect.
The RelatedPerson is the mother, which is a related person of the child Patient.
| ||
| bc-ObstetricProcedure | zib-Procedure | Procedure | Procedure | http://nictiz.nl/fhir/StructureDefinition/bc-ObstetricProcedure | A Procedure profile describing obstetric procedures, as defined by BabyConnect. Obstetric procedures are procedures related to pregnancy, birth and delivery, such as vacuum delivery.
| |
| bc-PerinealAssessment | bc-MaternalObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-PerinealAssessment | An Observation profile describing the perineal assessment as defined by BabyConnect.
| ||
| bc-ProcedureObservation | Procedure-related Observation | nl-core-observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-ProcedureObservation | An Observation profile describing procedure-related Observations as defined by BabyConnect. Procedure-related Observations are Observations about a procedure, which is the focus of the Observation (extension). They are also about the mother, which still is the subject of the Observation. For example, embryo transfer date and oocyte retrieval date are observations related to an IVF/ICSI procedure.
| |
| bc-VitaminKAdministration | Child-related Observation | bc-ChildObservation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-VitaminKAdministration | An Observation profile describing the administration of vitamin K to a newborn as defined by BabyConnect. The base definition is a child-related Observation. Child-related Observations pertain to the child Patient, which is the subject of the Observation. Child observations refer to the EpisodeOfCare with Observation.context.reference
| |
| bc-Woman | nl-core-patient | Patient | Patient | http://nictiz.nl/fhir/StructureDefinition/bc-Woman | A Patient profile describing the woman who is or was pregnant as defined by BabyConnect.
The pregnant woman, a FHIR patient, is the core of each pregnancy.
|
7 Release notes
Release notes can be found on the functional design page.
8 Support
For questions and change requests regarding the information on this page, a ticket can be created in the Servicedesk Portal.