FHIR Implementation Guide: Pregnancy Card 0.1.0-beta.1
Note that this is draft material for use in the pilot of region Northern Netherlands |
Inhoud
1 Introduction
This page describes the process of collecting pregnancy data in a patient's personal health record (PHR). The process is initiated by the patient (pregnant woman).
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 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 uses 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 woman to the (unborn) child.
4 Use case: retrieve pregnancy card
This use case covers the process of retrieving the Pregnancy Card in the Personal Health Record (PHR) of the (pregnant) woman.
4.1 PHR: request message
The PHR system requests the Pregnancy Card using individual search interactions. The Pregnancy Card consists of multiple FHIR resources with certain constraints. To obtain the patient's Pregnancy Card, 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 Pregnancy Card, a client has to execute the following requests.
Step 1: Retrieve patient and her maternal record(s)
A woman 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 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/{record-id} GET Encounter?episodeofcare={record-id}&_include=Encounter:practitioner GET Observation?context=EpisodeOfCare/{record-id} GET Observation?context:Encounter.episodeofcare=EpisodeOfCare/{record-id} GET Procedure?context=EpisodeOfCare/{record-id}&_include=Procedure:performer&_include=Procedure:based-on
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 MedMij 0.1 Beschikbaarstellen integrale zwangerschapskaart version 2021-04-06T15:01:01
5 Addendum MedMij Uitbreiding Verloskunde Beschikbaarstellen
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 | 1 .. 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 | ||||||||
8783 | Probleem_Huid | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8784 | Probleem_Hoofd/Hals | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8785 | Probleem_Thorax | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8786 | Probleem_Abdomen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8787 | Probleem_Rug | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8788 | Probleem_Extremiteiten | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8789 | Probleem_Genitalia | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8790 | Probleem_Neurologie | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
769 | Verrichting | 0 .. 1 | zib-Procedure | Procedure | ||||||||
1986 | Vrouw/ moeder | 0 .. 1 | zib-Procedure | Procedure.subject | ||||||||
3834 | Verrichting (Algemene anamnese) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
3835 | Verrichting (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1970 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
3836 | Verrichting (Onderzoek) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
3837 | Verrichting (Postpartum complicatie) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
1987 | Kind | 0 .. 1 | bc-Birth | Procedure.subject | ||||||||
1982 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8791 | Verrichting (Ondersteuning opvang) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8792 | Chirurgische ingrepen (Verrichting) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8793 | Verrichting (Problematiek kind) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
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 | 0 .. 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) | 0 .. 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.0 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.0 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 | 1 .. 1 | nl-core-organization | Organization? | ||||||||
960 | AfdelingSpecialisme | 1 .. 1 | nl-core-organization | Organization.type:departmentSpecialty | ||||||||
3228 | Contactgegevens | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
3229 | Telefoonnummers | 1 .. 1 | 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 | 1 .. 1 | nl-core-organization | Organization.telecom.use | ||||||||
3233 | EmailAdressen | 1 .. 1 | nl-core-organization | Organization.telecom | ||||||||
3234 | EmailAdres | 1 .. 1 | nl-core-organization | Organization.telecom.value | ||||||||
3235 | EmailSoort | 1 .. 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 | 1 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3240 | Huisnummertoevoeging | 1 .. 1 | nl-core-organization | Organization.address.line:extension:buildingNumbersuffix | ||||||||
3241 | AanduidingBijNummer | 1 .. 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 | 1 .. 1 | nl-core-organization | Organization.address.district | ||||||||
3245 | Land | 1 .. 1 | nl-core-organization | Organization.address.country | ||||||||
3246 | AdditioneleInformatie | 1 .. 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 | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3250 | Initialen | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3251 | Roepnaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.given | ||||||||
3252 | Naamgebruik | 1 .. 1 | nl-core-practitioner | Practitioner.name:extension:humannameAssemblyOrder | ||||||||
3253 | Geslachtsnaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnName | ||||||||
3254 | Voorvoegsels | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannameOwnPrefix | ||||||||
3255 | Achternaam | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humanNameOwnName | ||||||||
3256 | GeslachtsnaamPartner | 1 .. 1 | nl-core-practitioner | Practitioner.name.family:extension:humannamePartnerName | ||||||||
3257 | VoorvoegselsPartner | 1 .. 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 | ||||||||
3259 | Adresgegevens | 0 .. 1 | nl-core-practitioner | Practitioner.addresss | ||||||||
3260 | Straat | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.streetName | ||||||||
3261 | Huisnummer | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.houseNumber | ||||||||
3262 | Huisnummerletter | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:buildingNumbersuffix | ||||||||
3263 | Huisnummertoevoeging | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:buildingNumbersuffix | ||||||||
3264 | AanduidingBijNummer | 0 .. 1 | nl-core-practitioner | Practitioner.address.line:extension:additionalLocator | ||||||||
3265 | Postcode | 0 .. 1 | nl-core-practitioner | Practitioner.address.postalCode | ||||||||
3266 | Woonplaats | 0 .. 1 | nl-core-practitioner | Practitioner.address.city | ||||||||
3267 | Gemeente | 0 .. 1 | nl-core-practitioner | Practitioner.address.district | ||||||||
3268 | Land | 0 .. 1 | nl-core-practitioner | Practitioner.address.country | ||||||||
3269 | AdditioneleInformatie | 0 .. 1 | nl-core-practitioner | Practitioner.address.line.extension | ||||||||
3270 | AdresSoort | 0 .. 1 | nl-core-practitioner | Practitioner.address.use/.type (via conceptMap) | ||||||||
3271 | Contactgegevens | 1 .. 1 | nl-core-practitioner | Practitioner.telecom | ||||||||
3272 | Telefoonnummers | 1 .. * | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3273 | Telefoonnummer | 1 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3274 | TelecomType | 1 .. 1 | nl-core-practitioner | Practitioner.telecom:extension:TelecomType | ||||||||
3275 | NummerSoort | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.use | ||||||||
3276 | EmailAdressen | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3277 | EmailAdres | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.value | ||||||||
3278 | EmailSoort | 0 .. 1 | nl-core-practitioner | Practitioner.telecom.use | ||||||||
1678 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
989 | ZorgverlenersRol | 0 .. 1 | bc-CareTeam | CareTeam.participant.role | ||||||||
1314 | Zorgverlening | 1 .. * | nvt | |||||||||
3841 | ZorgAfspraak | 1 .. * | bc-CareAgreement | CarePlan | ||||||||
3842 | BeginDatum | 1 .. 1 | bc-CareAgreement | CarePlan.period.start | ||||||||
3843 | EindDatum | 1 .. 1 | bc-CareAgreement | CarePlan.period.end | ||||||||
3844 | AfspraakPartijen | 1 .. * | bc-CareAgreement | CarePlan.author | ||||||||
3845 | Patiënt | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3865 | Patient | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3847 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3866 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3849 | Zorgverlener | 1 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3867 | Zorgverlener | 1 .. 1 | bc-CareAgreement | CarePlan.author | ||||||||
3851 | Uitvoerder | 0 .. * | bc-CareAgreement | CarePlan.activity.detail.performer | ||||||||
3852 | Patient | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer:patient | ||||||||
3868 | Patient | 0 .. 1 | nl-core-patient | Patient | ||||||||
3854 | Contactpersoon | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer:contactPerson | ||||||||
3869 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
3856 | Zorgverlener | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.performer.extension:practitionerRole | ||||||||
3870 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
3858 | Coordinator | 1 .. 1 | bc-CareAgreement | CarePlan.author.extension:coordinator | ||||||||
3864 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
3860 | Activiteit | 1 .. 1 | bc-CareAgreement | CarePlan.activity.detail.code.text | ||||||||
3861 | Toelichting | 0 .. 1 | bc-CareAgreement | CarePlan.activity.detail.description | ||||||||
3862 | Probleem zorgafspraak | 0 .. 1 | bc-CareAgreement | CarePlan.addresses | ||||||||
8833 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8834 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8835 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8836 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8837 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8838 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8839 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8840 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8841 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8842 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2623 | Conclusie professioneel onderzoek | 0 .. * | bc-ClinicalImpression | ClinicalImpression | ||||||||
2624 | ConclusieDatumTijd | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression.effective[x]:effectiveDateTime | ||||||||
2627 | Zorgverlener | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.assessor | ||||||||
3634 | Verrichting (Onderzoek) | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.investigation.item.extension:procedure | ||||||||
2628 | InterpretatieUitgevoerd onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.summary | ||||||||
2630 | Conclusie | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression.finding:pregnancyRiskCategory.item[x]:itemCodeableConcept | ||||||||
4302 | Beleid | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.extension:management | ||||||||
2625 | Toelichting | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression.note | ||||||||
1350 | Informed Consent | 0 .. 1 | zib-AdvanceDirective | Consent | ||||||||
1351 | ConsentIdentificatie | 1 .. * | zib-AdvanceDirective | Consent.identifier | ||||||||
1352 | ConsentDatum/Tijd | 1 .. 1 | zib-AdvanceDirective | Consent.dateTime | ||||||||
1353 | ConsentScope | 1 .. 1 | zib-AdvanceDirective | Consent.category | ||||||||
1354 | ConsentStatus | 1 .. 1 | zib-AdvanceDirective | Consent.status | ||||||||
1355 | ConsentCategorie | 1 .. * | zib-AdvanceDirective | Consent.category | ||||||||
blob | 1356 | ConsentDocument | 0 .. 1 | zib-AdvanceDirective | Consent.extension:document/Binary | |||||||
1357 | Consentgever | 1 .. 1 | zib-AdvanceDirective | Consent.consentingParty | ||||||||
1358 | Patient | 0 .. 1 | zib-AdvanceDirective | Consent.actor.reference | ||||||||
1359 | Contactpersoon | 0 .. 1 | zib-AdvanceDirective | Consent.consentingParty | ||||||||
1360 | Verificatie | 0 .. * | zib-AdvanceDirective | Consent:extension:verification | ||||||||
1361 | Geverifieerd | 1 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verified | ||||||||
1362 | GeverifieerdBij | 0 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verifiedWith | ||||||||
1363 | VerificatieDatum | 0 .. 1 | zib-AdvanceDirective | Consent:extension:verification:extension:verificationDate | ||||||||
1364 | Zorgverlener | 0 .. 1 | zib-AdvanceDirective | ntb | ||||||||
3359 | Patientbespreking | 0 .. * | bc-MultidisciplinaryTeamMeeting | Encounter | ||||||||
3360 | PatientbesprekingLabel | 1 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.type.text | ||||||||
3361 | PatientbesprekingDatumTijd | 1 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.period.start | ||||||||
3362 | Deelnemer | 1 .. * | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual | ||||||||
3363 | RolDeelnemer | 0 .. * | bc-MultidisciplinaryTeamMeeting | Encounter.participant.type:role | ||||||||
1345 | Zorgverlener | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual.extension:practitionerRole | ||||||||
1990 | Contactpersoon | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual | ||||||||
1989 | Patient | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.participant.individual.extension:patient | ||||||||
3370 | Beleid | 0 .. 1 | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan | ||||||||
3371 | VoorgesteldeBehandeling | 0 .. * | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan.activity.reference | ||||||||
2685 | Verrichting | 0 .. * | zib-Procedure | Procedure | ||||||||
3373 | IntentieBehandeling | 0 .. 1 | bc-MultidisciplinaryTeamMeeting-Plan | CarePlan.extension:intentTreatment.valueCodeableConcept:valueCodeableConcept | ||||||||
3374 | Aandoening | 0 .. 1 | bc-MultidisciplinaryTeamMeeting | Encounter.diagnosis | ||||||||
8843 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8844 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8845 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8846 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8847 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
8848 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8849 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8850 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8851 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8852 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3669 | Vaccinatie | 0 .. * | zib-Vaccination | Immunization | ||||||||
3670 | ProductCode | 0 .. 1 | zib-Vaccination | Immunization.vaccineCode | ||||||||
3671 | Dosis | 0 .. 1 | zib-Vaccination | Immunization.doseQuantity | ||||||||
3672 | VaccinatieDatum | 1 .. 1 | zib-Vaccination | Immunization.date | ||||||||
3673 | GewensteDatumHervaccinatie | 0 .. 1 | zib-VaccinationRecommendation | ImmunizationRecommendation.recommendation.date | ||||||||
3674 | Toediener | 0 .. 1 | zib-Vaccination | Immunization.practitioner | ||||||||
3883 | Zorgverlener | 0 .. 1 | zib-Vaccination | Immunization.practitioner.actor | ||||||||
3676 | Toelichting | 0 .. 1 | zib-Vaccination | Immunization.note.text | ||||||||
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 .. 1 | 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 | 0 .. 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 | ||||||||
3388 | ZorgTeam | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
3389 | ZorgTeamNaam | 0 .. 1 | bc-CareTeam | CareTeam.name | ||||||||
3390 | Probleem zorgteam | 0 .. 1 | bc-CareTeam | CareTeam.reasonReference | ||||||||
8853 | Probleem | 1 .. * | zib-Problem | Condition | ||||||||
8854 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8855 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8856 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8857 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8858 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8859 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8860 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8861 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8862 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3392 | ZorgTeamLid | 1 .. * | bc-CareTeam | CareTeam.participant.member | ||||||||
2128 | Contactpersoon | 0 .. 1 | bc-CareTeam | CareTeam.participant.member | ||||||||
1320 | Patient | 0 .. 1 | bc-CareTeam | CareTeam.subject | ||||||||
1331 | Zorgverlener | 1 .. * | bc-CareTeam | CareTeam.participant.member | ||||||||
1337 | TijdsInterval | 0 .. 1 | bc-CareTeam | CareTeam.participant.period | ||||||||
8794 | IndividueelZorgplan | 1 .. 1 | bc-IndividualCarePlan | CarePlan | ||||||||
8799 | BeginDatum | 1 .. 1 | bc-IndividualCarePlan | CarePlan.period.start | ||||||||
8800 | EindDatum | 1 .. 1 | bc-IndividualCarePlan | CarePlan.period.end | ||||||||
8801 | Casemanager | 1 .. 1 | bc-IndividualCarePlan | CarePlan.extension:caseManager | ||||||||
8802 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8803 | Betrokkenen | 1 .. 1 | bc-IndividualCarePlan | CarePlan.careTeam | ||||||||
8804 | ZorgTeam | 1 .. 1 | bc-IndividualCarePlan | CareTeam | ||||||||
8810 | Behandeldoel | 1 .. * | bc-IndividualCarePlan | CarePlan.activity.detail.goal | ||||||||
8811 | GewenstZorgresultaat | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.description | ||||||||
8812 | VaststellingsDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.statusDate | ||||||||
8813 | StreefDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.target.due[x]:dueDate | ||||||||
8814 | AfsluitDatum | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.extension:endDate | ||||||||
8816 | ZorgAfspraak | 1 .. 1 | bc-IndividualCarePlan-Goal | Goal.extension:carePlan | ||||||||
8874 | Relatie met ZorgEpisode | 1 .. 1 | bc-IndividualCarePlan | CarePlan.context | ||||||||
8873 | Identificatienummer | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
8877 | Verwijsgegevens | 0 .. * | bc-ReferralRequest | ReferralRequest | ||||||||
8878 | Datum verwijzing | 1 .. 1 | bc-ReferralRequest | ReferralRequest.authoredOn | ||||||||
10487 | ContactSoort | 1 .. 1 | bc-ReferralRequest | ReferralRequest.extension:contactType | ||||||||
8879 | Verwijzing van/ afkomstig van | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester | ||||||||
9660 | Zorgaanbieder | 1 .. 1 | bc-ReferralRequest | ReferralRequest.requester.agent | ||||||||
8881 | Verwijzing naar | 1 .. 1 | bc-ReferralRequest | ReferralRequest.recipient | ||||||||
8882 | Zorgaanbieder | 1 .. 1 | bc-ReferralRequest | ReferralRequest.recipient | ||||||||
10297 | Type verwijzing | 1 .. 1 | bc-ReferralRequest | ReferralRequest.type.coding:referralType | ||||||||
8884 | Reden van verwijzing | 0 .. * | bc-ReferralRequest | ReferralRequest.reasonReference | ||||||||
8885 | Probleem acute overdracht | 0 .. 1 | zib-Problem | Condition | ||||||||
8886 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8887 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite:Laterality | ||||||||
8888 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8889 | ProbleemNaam | 0 .. 1 | zib-Problem | Condition.code | ||||||||
8890 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8891 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8892 | ProbleemStatus | 0 .. 1 | zib-Problem | Condition.clinicalStatus:ProblemStatusCodelist | ||||||||
8893 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus:VerificatieStatusCodelijst | ||||||||
8894 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
9139 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
9143 | Verrichting (Algemene anamnese) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9140 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
9141 | Probleem (Psychiatrie) | 0 .. 1 | zib-Problem | Condition | ||||||||
9142 | Probleem (Maternaal) | 0 .. 1 | zib-Problem | Condition | ||||||||
9144 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
9661 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
9882 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
9880 | Verrichting (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9881 | Verrichting (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9883 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9884 | Verrichting (Postpartum complicatie) | 0 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
9171 | Hoeveelheid bloedverlies tot acute overdracht (Observatie) | 0 .. 1 | bc-ReferralRequest | ReferralRequest.supportingInfo | ||||||||
9172 | ObservatieDatumTijd | 1 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
9174 | HoeveelheidBloedverliesWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueQuantity | ||||||||
9175 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
9180 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
8883 | Toelichting op verwijzing | 0 .. 1 | bc-ReferralRequest | ReferralRequest.note | ||||||||
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 | 1 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
7773 | Geboortedatum | 0 .. 1 | nl-core-relatedperson | RelatedPerson.birthDate | ||||||||
915 | Etniciteit | 0 .. 1 | nl-core-relatedperson | Relatedperson.extension | ||||||||
10802 | Geslacht (identiteit) | 0 .. 1 | bc-Woman | Patient.extension:genderIdentity | ||||||||
1714 | Gezinssituatie | 0 .. 1 | zib-FamilySituation | Observation | ||||||||
2690 | BurgerlijkeStaatRC | 1 .. 1 | bc-Woman | Patient.maritalStatus | ||||||||
1717 | Gezinssamenstelling | 0 .. 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 | 0 .. 1 | zib-LivingSituation | Observation.value[x]:valueCodeableConcept | ||||||||
912 | Etniciteit | 1 .. 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 .. 1 | 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 | 1 .. 1 | zib-ParticipationInSociety | Observation.component:workSituation.valueString | ||||||||
696 | Toelichting | 0 .. 1 | zib-ParticipationInSociety | Observation.comment | ||||||||
10401 | BehandelAanwijzing | 0 .. 1 | bc-TreatmentDirective | Consent | ||||||||
10402 | BehandelBesluit | 1 .. 1 | bc-TreatmentDirective | Consent.except.type | ||||||||
10403 | Behandeling | 1 .. 1 | bc-TreatmentDirective | Consent.except.code | ||||||||
10404 | SpecificatieAnders | 0 .. 1 | bc-TreatmentDirective | Consent.modifierExtension:specificationOther.value[x]:valueString | ||||||||
10405 | MeestRecenteBespreekdatum | 1 .. 1 | bc-TreatmentDirective | Consent.dateTime | ||||||||
10406 | DatumBeeindigd | 0 .. 1 | bc-TreatmentDirective | Consent.except.period.end | ||||||||
10407 | RedenBeeindigd | 0 .. 1 | bc-TreatmentDirective | Consent.except.extension:reasonForEnding | ||||||||
10408 | Wilsverklaring | 0 .. * | bc-TreatmentDirective | Consent.source[x]:sourceReference | ||||||||
10432 | Wilsverklaring | 0 .. * | zib-AdvanceDirective | Consent | ||||||||
10410 | AfspraakPartij | 1 .. * | bc-TreatmentDirective | Consent.except.actor:agreementParty | ||||||||
10411 | Patient | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference | ||||||||
10418 | Patient | 0 .. 1 | bc-Woman | Patient | ||||||||
10413 | Vertegenwoordiger | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference | ||||||||
10419 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | RelatedPerson | ||||||||
10415 | Zorgverlener | 0 .. 1 | bc-TreatmentDirective | Consent.except.actor:agreementParty.reference.extension:practitionerRole | ||||||||
10420 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10417 | Toelichting | 0 .. 1 | bc-TreatmentDirective | Consent.extension:comment.valueString:valueString | ||||||||
1673 | Betrokken zorgverlener/ zorginstelling | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
1674 | Huisarts | 1 .. 1 | bc-Woman | Patient.generalPractitioner | ||||||||
1675 | Zorgverlener | 1 .. 1 | bc-Woman | Patient.generalPractitioner | ||||||||
1676 | Apotheek | 1 .. 1 | bc-Woman | Patient.extension:preferredPharmacy | ||||||||
1677 | Zorgaanbieder | 1 .. 1 | nl-core-organization | Organization | ||||||||
1679 | Specialist | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.team | ||||||||
1681 | Zorgverlener | 1 .. 1 | bc-CareTeam | CareTeam.participant.member | ||||||||
2691 | Reden betrokkenheid | 1 .. 1 | bc-CareTeam | CareTeam.reasonReference | ||||||||
2692 | Probleem (Algemene anamnese) | 0 .. 1 | zib-Problem | Condition | ||||||||
2731 | Probleem (Zwangerschap) | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
3196 | Probleem (Maternaal) | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
2696 | Probleem (Pediatrische betrokkenheid) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
2697 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
2698 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2699 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
2700 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
2701 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
2702 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
2703 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
2704 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
2705 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
783 | Anamnese | 0 .. 1 | List | |||||||||
889 | Algemene anamnese | 0 .. * | 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 | |||||||||
10898 | Gebruik LMWH? | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
1099 | Psychische en/of Sociale problemen | 0 .. * | 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 | 1 .. 1 | zib-AllergyIntolerance | AllergyIntolerance | ||||||||
1111 | VeroorzakendeStof | 1 .. * | zib-AllergyIntolerance | AllergyIntolerancecode | ||||||||
1112 | Familieanamnese | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory | ||||||||
1113 | Datum | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.date | ||||||||
1114 | Familielid | 1 .. * | bc-FamilyMemberHistory | FamilyMemberHistory.relationship | ||||||||
1115 | BiologischeRelatie | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.relationship | ||||||||
1116 | Toelichting | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.note | ||||||||
1117 | OverlijdensIndicator | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.deceased[x]:deceasedBoolean | ||||||||
1118 | LeeftijdBijOverlijden | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.deceased[x]:deceasedAge | ||||||||
1119 | Aandoening | 1 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.condition.code.extension:conditionReference | ||||||||
8863 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
8864 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
8865 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
8866 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
8867 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
8868 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
8869 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
8870 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
8871 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
8872 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
1122 | IsDoodsoorzaak | 0 .. 1 | bc-FamilyMemberHistory | FamilyMemberHistory.condition.outcome | ||||||||
3407 | Consanguïniteit (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3500 | ConsanguïniteitDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3499 | ConsanguïniteitWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3497 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3498 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
1728 | Metingen | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3357 | Lichaamsgewicht | 1 .. 1 | zib-BodyWeight | Observation.value[x]:valueQuantity | ||||||||
1672 | Lichaamslengte | 1 .. 1 | zib-BodyHeight | Observation.value[x]:valueQuantity | ||||||||
3427 | Body Mass Index (BMI) (Meting) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
3429 | BMIWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3430 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3433 | BMIDatumBeginTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3434 | BMIDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3435 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
1127 | Bloedonderzoek | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1139 | LaboratoriumTest_Bloedgroep | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1151 | LaboratoriumTest_Rhesus D | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1163 | LaboratoriumTest_Rhesus c | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
4379 | Obstetrische anamnese gegroepeerd per voorgaande zwangerschap | 0 .. * | nvt | |||||||||
4380 | Identificatie van de zwangerschap | 1 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
4381 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
4384 | Probleem (Zwangerschap) | 0 .. * | bc-DisorderOfPregnancy | Condition | ||||||||
4385 | Eerdere bevalling | 0 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
10695 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
4386 | Probleem (Maternaal) | 0 .. * | zib-Problem | Condition | ||||||||
4387 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
7863 | Wijze Begin Baring (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4400 | Type Partus (Observatie) | 1 .. * | bc-BirthObservation | Observation | ||||||||
4394 | Werkelijke plaats baring (type locatie) (Observatie) | 1 .. * | bc-BirthObservation | Observation | ||||||||
4395 | Ziekenhuis baring | 0 .. * | bc-DeliveryObservation | Observation | ||||||||
7866 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
10677 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4390 | Hoeveelheid bloedverlies (Observatie) | 1 .. * | bc-DeliveryObservation | Observation | ||||||||
7865 | Wijze Geboorte Placenta (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4396 | Kind | 1 .. * | bc-Child | Patient | ||||||||
4397 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
10696 | Geboortedatum | 1 .. 1 | bc-Child | Patient.birthDate | ||||||||
10697 | Geslacht (administratief) | 1 .. 1 | bc-Child | Patient.gender | ||||||||
10698 | Naamgegevens | 0 .. 1 | bc-Child | Patient.name | ||||||||
10699 | Voornamen | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10700 | Initialen | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10701 | Roepnaam | 0 .. 1 | bc-Child | Patient.name.given | ||||||||
10702 | Naamgebruik | 0 .. 1 | bc-Child | Patient.name.extension:humannameAssemblyOrder | ||||||||
10703 | Geslachtsnaam | 0 .. 1 | bc-Child | Patient.name.family.extension:humannamePartnerName | ||||||||
10704 | Voorvoegsels | 0 .. 1 | bc-Child | Patient.name.family.extension:humannamePartnerPrefix | ||||||||
10705 | Achternaam | 1 .. 1 | bc-Child | Patient.name.family.extension:humannameOwnName | ||||||||
4399 | Perinatale sterfte (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
8644 | Kind in leven (Observatie) | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
8645 | ObservatieDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
8647 | KindInLevenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueString | ||||||||
8648 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
8653 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
4401 | Lichamelijk onderzoek kind | 1 .. 1 | nvt | |||||||||
4402 | Geboortegewicht (Lichaamsgewicht) | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
4403 | Bevindingen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
4404 | Algemene indruk | 0 .. 1 | bc-ChildObservation | Observation | ||||||||
4405 | ApgarScore1min | 0 .. 1 | zib-ApgarScore | Observation | ||||||||
10678 | ApgarScore5min | 0 .. 1 | Observation | |||||||||
10679 | ApgarScore10min | 0 .. 1 | Observation | |||||||||
4406 | Problematiek kind | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
10680 | Probleem (ProblematiekKind) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
10681 | Probleem (Geboortetrauma) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
4408 | Probleem (Congenitale aandoeningen) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
10709 | Opname, Ontslag, Overplaatsing | 0 .. 1 | nvt | |||||||||
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 | ||||||||
2923 | ObservatieMethode | 0 .. 1 | bc-FamilySituationAssessment | Observation.method | ||||||||
2922 | Toelichting | 0 .. 1 | bc-FamilySituationAssessment | Observation.comment | ||||||||
10556 | Probleem infectieziekte(n) Gezin | 0 .. * | bc-FamilyMemberHistory | FamilyMemberHistory.condition.code.extension:conditionReference | ||||||||
10557 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
10558 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
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 | 1 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
4042 | Dossiernummer | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.identifier | ||||||||
1698 | Identificatie van de zwangerschap | 1 .. 1 | zib-Pregnancy | Condition.identifier | ||||||||
1699 | Coördinerend zorgverlener | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare.careManager | ||||||||
9662 | Zorgverlener | 1 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3341 | Zwangerschap | 1 .. 1 | zib-Pregnancy | Condition | ||||||||
3342 | Zwangerschapsduur | 1 .. 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 | ||||||||
3345 | Toelichting | 0 .. 1 | zib-Pregnancy | Condition.note | ||||||||
3346 | ATermeDatumItems | 1 .. * | bc-PregnancyObservation | Observation | ||||||||
3347 | ATermeDatum | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
3348 | BepalingsMethode | 1 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
3349 | DatumBepaling | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3350 | DatumLaatsteMenstruatie | 1 .. 1 | zib-Pregnancy-DateLastMenstruation | Observation.value[x]:valueDateTime | ||||||||
1729 | Datum einde zwangerschap | 0 .. * | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2220 | Definitieve à terme datum (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2221 | Definitieve à terme DatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2223 | Definitieve à terme Waarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
2224 | Definitieve à terme Methode | 0 .. 1 | bc-PregnancyObservation | Observation.method.coding:aTermMethod | ||||||||
2225 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1711 | Meerling zwangerschap (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1825 | MeerlingZwangerschapDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2231 | TweelingzwangerschapWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1833 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1826 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1734 | Aantal levende kinderen (Observatie) | 0 .. * | bc-PregnancyObservation | Observation | ||||||||
1735 | AantalLevendeKinderenDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1740 | AantalLevendeKinderenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1736 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1738 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1817 | Fetal loss (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
1818 | FetalLossDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1820 | FetalLossWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
1821 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
1824 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1742 | Foliumzuurgebruik (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1743 | FoliumzuurgebruikDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
1745 | FoliumzuurgebruikWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
1746 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
1749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4367 | Kinkhoestvaccinatie (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
4368 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4370 | KinkhoestvaccinatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
4371 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4378 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10270 | Trisomie in de anamnese? (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10271 | ObservatieDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
10273 | TrisomieAnamneseWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
10274 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
10279 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
1712 | Voornemens vrouw | 0 .. * | bc-MaternalObservation | Observation | ||||||||
2252 | Voorgenomen plaats baring tijdens zwangerschap (Observatie) | 0 .. 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 | ||||||||
3336 | Voorgenomen echelon eindverantwoordelijke (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3838 | VoorgenomenEchelonDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3337 | VoorgenomenEchelonWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3839 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3840 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2279 | Voorgenomen voeding (Observatie) | 0 .. 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 | ||||||||
3873 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3874 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2272 | Voorgenomen achternaam (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
3875 | VoorgenomenAchternaamDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2275 | VoorgenomenAchternaamWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
3876 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3877 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2151 | Bevalplan | 0 .. 1 | Binary | |||||||||
8944 | Media | 0 .. 1 | Binary | |||||||||
10739 | Kraamzorg | 0 .. 1 | nvt | |||||||||
2269 | Kraamzorg aangevraagd (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
3878 | KraamzorgAangevraagdDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2277 | KraamzorgAangevraagdWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2270 | Zorgaanbieder | 0 .. 1 | bc-MaternalObservation | Observation.value[x].extension:valueReference | ||||||||
3879 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3880 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10742 | KraamzorgIntake | 0 .. 1 | bc-Encounter | Encounter | ||||||||
10743 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
10740 | GeïndiceerdAantalUurKraamzorg (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10744 | GeïndiceerdAantalUurKraamzorgDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
10745 | GeïndiceerdAantalUurKraamzorgWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
10748 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10741 | WenstVrouwMinderKraamzorg? (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10747 | WenstVrouwMinderKraamzorgDatumTijd | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
10746 | WenstVrouwMinderKraamzorgWaarde | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
10749 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
111 | Prenatale controle | 1 .. * | bc-Encounter | Encounter | ||||||||
10520 | Contact | 0 .. 1 | bc-Encounter | Encounter | ||||||||
7025 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
2134 | Leven voelen (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
2135 | LevenVoelenDatumTijd | 1 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2137 | LevenVoelenWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2138 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
2141 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
1078 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | Observation | ||||||||
1072 | Bloeddruk | 0 .. 1 | zib-BloodPressure | Observation | ||||||||
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 .. * | 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 .. * | nvt | |||||||||
10521 | Bevindingen Moeder | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3415 | Fundushoogte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3417 | FundushoogteWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3418 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3421 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3422 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3423 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3424 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
3425 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4048 | Fundusstand (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
4050 | FundusstandWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4051 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4054 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4055 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4056 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4057 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4058 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
10522 | Bevindingen Foetus | 0 .. * | bc-MaternalObservation | Observation | ||||||||
4060 | LiggingFoetus (Meting) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
4062 | LiggingFoetusWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4063 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4066 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4067 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4068 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4069 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4070 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4072 | IndalingFoetus(Meting) | 1 .. * | bc-MaternalObservation | Observation | ||||||||
4074 | IndalingFoetusWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4075 | MeetMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
4078 | MeetDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
4079 | MeetDatumEindTijd | 0 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
4080 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4081 | AnatomischeLocatieMeting | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
4082 | Locatie | 1 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
1776 | Foetale hartslag (Hartfrequentie) | 0 .. * | bc-FetalHeartRate | Observation | ||||||||
1778 | HartfrequentieDatumTijd | 1 .. 1 | bc-FetalHeartRate | Observation.effective[x]:effectiveDateTime | ||||||||
1777 | HartfrequentieWaarde | 1 .. 1 | bc-FetalHeartRate | Observation.value[x]:valueQuantity | ||||||||
1779 | HartslagMeetMethode | 1 .. 1 | bc-FetalHeartRate | Observation.method | ||||||||
1781 | HartslagRegelmatigheid | 0 .. 1 | bc-FetalHeartRate | Observation.component:heartRateRegularity.value[x]:valueCodeableConcept | ||||||||
1782 | InterpretatieFrequentie | 1 .. 1 | bc-FetalHeartRate | Observation.interpretation | ||||||||
1780 | Toelichting | 0 .. 1 | bc-FetalHeartRate | Observation.comment | ||||||||
2143 | Actuele aantal levende foetus (Observatie) | 0 .. * | bc-PregnancyObservation | Observation | ||||||||
2144 | ActueleAantalLevendeFoetusDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2146 | ActueelAantalLevendeFoetusWaarde | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueQuantity | ||||||||
2147 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
2150 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
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 | 1 .. 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 | ||||||||
1190 | Verrichting (Zwangerschap) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1191 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1192 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3408 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1193 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1194 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1195 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1207 | Probleem (Zwangerschap) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1197 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
1198 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1199 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice.manipulated | ||||||||
10433 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1201 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1312 | Zorgaanbieder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1203 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
1310 | Zorgverlener | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
1205 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
1311 | Zorgverlener | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
7888 | Eiceldonatie | 0 .. 1 | bc-Donor | RelatedPerson.extension:role | ||||||||
7889 | Geboortedatum eiceldonor | 1 .. 1 | bc-Donor | RelatedPerson.birthDate | ||||||||
7890 | Leeftijd eiceldonor | 1 .. 1 | bc-DonorObservation | Observation.value[x]:valueQuantity | ||||||||
1846 | Maternale sterfte | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1847 | OverlijdensIndicator | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueBoolean | ||||||||
1848 | DatumOverlijden | 0 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueDateTime | ||||||||
3881 | Conclusie professioneel onderzoek | 0 .. * | bc-ClinicalImpression | ClinicalImpression | ||||||||
2142 | Bijlage | 0 .. * | Binary | |||||||||
10550 | Media | 0 .. * | Binary | |||||||||
2160 | Counseling prenatale screening en prenatale diagnostiek | 0 .. * | bc-Encounter | Encounter | ||||||||
3410 | BeginDatumTijd | 1 .. 1 | bc-Encounter | Encounter.period.start | ||||||||
3647 | Conclusie professioneel onderzoek | 1 .. 1 | bc-ClinicalImpression | ClinicalImpression | ||||||||
10907 | ConclusieDatumTijd | 1 .. 1 | ||||||||||
10908 | Zorgverlener | 0 .. 1 | ||||||||||
10909 | Verrichting (Onderzoek) | 0 .. 1 | ||||||||||
10910 | InterpretatieUitgevoerd onderzoek | 0 .. 1 | ||||||||||
10911 | Conclusie | 1 .. 1 | ||||||||||
10912 | Beleid | 0 .. 1 | ||||||||||
10913 | Toelichting | 0 .. 1 | ||||||||||
37 | Bevalling | 0 .. 1 | bc-DeliveryProcedure | Procedure | ||||||||
3411 | Partusnummer | 0 .. 1 | bc-DeliveryProcedure | Procedure.identifier | ||||||||
10694 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation.value[x]:valueQuantity | ||||||||
1564 | Probleem (Maternaal) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1565 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1566 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1567 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1568 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
7917 | Vermoeden iuvd op basis van | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.evidence.code | ||||||||
1569 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1570 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
3412 | Zwangerschapsduur | 1 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1571 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1572 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1573 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1547 | Verrichting (Maternaal) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1548 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1549 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
3413 | Zwangerschapsduur | 0 .. 1 | zib-Pregnancy-PregnancyDuration | Observation | ||||||||
1550 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1551 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1552 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1583 | Probleem (Maternaal) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1554 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
10280 | Moment amniotomie | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:partusPhase | ||||||||
1555 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1556 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10434 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1558 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10435 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1560 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10436 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1562 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10438 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3882 | Conclusie professioneel onderzoek | 0 .. 1 | bc-ClinicalImpression | ClinicalImpression | ||||||||
38 | Ontsluitingsfase | 1 .. 1 | nvt | |||||||||
4084 | Actieve Ontsluiting (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4085 | ObservatieDatumTijd | 1 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4087 | BeginActieveOntsluitingWaarde | 0 .. 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-BirthObservation | Observation | ||||||||
4109 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4111 | BrekenVliezenWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueDateTime | ||||||||
4112 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4119 | Toelichting | 0 .. 1 | bc-BirthObservation | 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 | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual.extension:practitionerRole | ||||||||
10801 | Zorgverlener | 0 .. 1 | nl-core-practitionerrole | PractitionerRole | ||||||||
10714 | Locatie | 0 .. 1 | bc-ChildBirthAssistance | Encounter.serviceProvider | ||||||||
10734 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
10738 | PartusStadiumWaarde | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:periodOfArrival | ||||||||
10726 | OproepDatumTijd | 0 .. 1 | bc-ChildBirthAssistance | Encounter.participant.extension:timeWhenCalled | ||||||||
10716 | AankomstDatumTijd | 0 .. 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 | ||||||||
4132 | Actief Meepersen (Observatie) | 0 .. 1 | bc-BirthObservation | Observation | ||||||||
4133 | ObservatieDatumTijd | 0 .. 1 | bc-BirthObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4135 | ActiefMeepersenWaarde | 1 .. 1 | bc-BirthObservation | Observation.value[x]:valueDateTime | ||||||||
10247 | DuurUitdrijvingWaarde | 1 .. 1 | nvt | |||||||||
4136 | ObservatieMethode | 0 .. 1 | bc-BirthObservation | Observation.method | ||||||||
4143 | Toelichting | 0 .. 1 | bc-BirthObservation | Observation.comment | ||||||||
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 | ||||||||
4157 | TOP nav prenataal onderzoek? (Observatie) | 0 .. 1 | bc-PregnancyObservation | Observation | ||||||||
4158 | ObservatieDatumTijd | 0 .. 1 | bc-PregnancyObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4160 | TOPnavPrenataalOnderzoekWaarde | 1 .. 1 | bc-PregnancyObservation | Observation.value[x]:valueBoolean | ||||||||
4161 | ObservatieMethode | 0 .. 1 | bc-PregnancyObservation | Observation.method | ||||||||
4168 | Toelichting | 0 .. 1 | bc-PregnancyObservation | Observation.comment | ||||||||
4169 | Ligging kind (Observatie) | 1 .. 1 | bc-FetusObservation | Observation | ||||||||
4170 | ObservatieDatumTijd | 0 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4172 | LiggingKindWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4173 | ObservatieMethode | 0 .. 1 | bc-FetusObservation | Observation.method | ||||||||
4180 | Toelichting | 0 .. 1 | bc-FetusObservation | 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 | ||||||||
1587 | Ziekenhuis baring | 0 .. 1 | bc-DeliveryProcedure | Procedure.performer.actor | ||||||||
1588 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1591 | Probleem (Kindspecifieke maternale problemen) | 0 .. * | bc-DisorderOfLaborAndDelivery | Condition | ||||||||
1592 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite | ||||||||
1593 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1594 | ProbleemType | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.category | ||||||||
1595 | ProbleemNaam | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.code | ||||||||
1596 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.onsetDateTime:onsetDateTime | ||||||||
1597 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.abatementDateTime:abatementDateTime | ||||||||
1598 | ProbleemStatus | 1 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.clinicalStatus | ||||||||
1599 | VerificatieStatus | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.verificationStatus | ||||||||
1600 | Toelichting | 0 .. 1 | bc-DisorderOfLaborAndDelivery | Condition.note | ||||||||
1603 | Verrichting (Kindspecifieke maternale verrichtingen) | 0 .. * | bc-ObstetricProcedure | Procedure | ||||||||
1604 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
1605 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
1606 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
1607 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1608 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1620 | Probleem (Kindspecifieke maternale problemen) | 0 .. 1 | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
1610 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
7919 | Beslismoment sectio caesarea | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:decisionMoment | ||||||||
1611 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
1612 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10452 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
1614 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10453 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
1616 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10454 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
10455 | Aanvrager | 0 .. * | zib-procedurerequest | ProcedureRequest.requester | ||||||||
10457 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1624 | Aanpakker kind | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1625 | Zorgverlener | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1626 | Supervisor | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
1627 | Zorgverlener | 1 .. 1 | bc-ChildBirthAssistance | Encounter.participant.individual | ||||||||
40 | Nageboortefase | 1 .. 1 | ntb | |||||||||
1431 | Perineum | 0 .. 1 | ||||||||||
1432 | Verrichting | 0 .. 1 | ||||||||||
1433 | VerrichtingStartDatum | 0 .. 1 | ||||||||||
1434 | VerrichtingEindDatum | 0 .. 1 | ||||||||||
1435 | VerrichtingAnatomischeLocatie | 0 .. 1 | ||||||||||
1436 | VerrichtingLateraliteit | 0 .. 1 | ||||||||||
1437 | Indicatie | 0 .. 1 | ||||||||||
1438 | Probleem | 0 .. 1 | ||||||||||
1439 | VerrichtingType | 0 .. 1 | ||||||||||
1440 | VerrichtingMethode | 0 .. 1 | ||||||||||
1441 | MedischHulpmiddel | 0 .. 1 | ||||||||||
1442 | MedischHulpmiddel | 0 .. 1 | ||||||||||
1443 | Locatie | 0 .. 1 | ||||||||||
1444 | Zorgaanbieder | 0 .. 1 | ||||||||||
1445 | Uitvoerder | 0 .. 1 | ||||||||||
1446 | Zorgverlener | 0 .. 1 | ||||||||||
1447 | Aanvrager | 0 .. 1 | ||||||||||
1448 | Zorgverlener | 0 .. 1 | ||||||||||
3951 | Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) | 0 .. 1 | bc-PerinealAssessment | Observation | ||||||||
3952 | ObservatieDatumTijd | 0 .. 1 | bc-PerinealAssessment | Observation.effective[x]:effectiveDateTime | ||||||||
3953 | PerineumWaarde | 0 .. 1 | bc-PerinealAssessment | Observation.component:perineum.value[x]:valueCodeableConcept | ||||||||
3954 | SfincterWaarde | 0 .. 1 | bc-PerinealAssessment | Observation.component:sfincter.value[x]:valueCodeableConcept | ||||||||
10553 | VrouwelijkGeslachtsorgaanWaarde | 0 .. 1 | bc-PerinealAssessment | Observation.component:femaleGenital.value[x]:valueCodeableConcept | ||||||||
3956 | ObservatieMethode | 0 .. 1 | bc-PerinealAssessment | Observation.method | ||||||||
3955 | Toelichting | 0 .. 1 | bc-PerinealAssessment | Observation.comment | ||||||||
3884 | Placenta | 1 .. * | nvt | |||||||||
1449 | Verrichting | 0 .. 1 | ||||||||||
1450 | VerrichtingStartDatum | 0 .. 1 | ||||||||||
1451 | VerrichtingEindDatum | 0 .. 1 | ||||||||||
1452 | VerrichtingAnatomischeLocatie | 0 .. 1 | ||||||||||
1453 | VerrichtingLateraliteit | 0 .. 1 | ||||||||||
1454 | Indicatie | 0 .. 1 | ||||||||||
1455 | Probleem | 0 .. 1 | ||||||||||
1456 | VerrichtingType | 0 .. 1 | ||||||||||
1457 | VerrichtingMethode | 0 .. 1 | ||||||||||
1458 | MedischHulpmiddel | 0 .. 1 | ||||||||||
1459 | MedischHulpmiddel | 0 .. 1 | ||||||||||
1460 | Locatie | 0 .. 1 | ||||||||||
1461 | Zorgaanbieder | 0 .. 1 | ||||||||||
1462 | Uitvoerder | 0 .. 1 | ||||||||||
1463 | Zorgverlener | 0 .. 1 | ||||||||||
1464 | Aanvrager | 0 .. 1 | ||||||||||
1465 | Zorgverlener | 0 .. 1 | ||||||||||
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 | ||||||||
4254 | Placenta PA? (Observatie) | 0 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4255 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4257 | PlacentaPAWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueBoolean | ||||||||
4258 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4265 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4266 | Testuitslag PA (Observatie) | 0 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4267 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4269 | TestuitslagPAWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueString | ||||||||
4270 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4277 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4278 | Compleetheid Vliezen (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4279 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4281 | CompleetheidVliezenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4282 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4289 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
4290 | Navelstreng Vaten (Observatie) | 1 .. 1 | bc-DeliveryObservation | Observation | ||||||||
4291 | ObservatieDatumTijd | 0 .. 1 | bc-DeliveryObservation | Observation.effective[x]:effectiveDateTime | ||||||||
4293 | NavelstrengVatenWaarde | 1 .. 1 | bc-DeliveryObservation | Observation.value[x]:valueCodeableConcept | ||||||||
4294 | ObservatieMethode | 0 .. 1 | bc-DeliveryObservation | Observation.method | ||||||||
4301 | Toelichting | 0 .. 1 | bc-DeliveryObservation | Observation.comment | ||||||||
3967 | Hoeveelheid bloedverlies (Observatie) | 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 | ||||||||
10803 | Foetus | 0 .. * | bc-Child&scope=nictiz.fhir.nl.stu3.geboortezorg@1.3.0 bc-Fetus bc-Child | BodySite Patient | ||||||||
10804 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
10805 | Patient | 1 .. 1 | bc-Child | Patient | ||||||||
10806 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus | Condition | ||||||||
1404 | Kind | 0 .. * | bc-Child | Patient | ||||||||
1754 | Demografische gegevens | 1 .. 1 | bc-Child | Patient | ||||||||
1378 | Patient | 0 .. 1 | bc-Child | Patient | ||||||||
10566 | JuridischeSituatie | 0 .. 1 | bc-LegalSituation-LegalStatus/bc-LegalSituation-Representation | Condition | ||||||||
1405 | Contactpersoon | 0 .. 1 | nl-core-relatedperson | Relatedperson | ||||||||
2924 | GezinssituatieKind | 0 .. 1 | zib-FamilySituationChild | Observation | ||||||||
2925 | GezinssamenstellingKind | 0 .. 1 | zib-FamilySituationChild | Observation.component:familyComposition.valueCodeableConcept | ||||||||
2926 | OuderVerzorger | 0 .. 1 | 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 .. 1 | 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 | ||||||||
1756 | Perinatale sterfte (Observatie) | 1 .. 1 | bc-PerinatalDeath | Observation | ||||||||
10552 | DatumOverlijden | 0 .. 1 | bc-PerinatalDeath | Observation.component:deceasedDateTime.value[x]:valueDateTime | ||||||||
10551 | OverlijdensIndicator | 1 .. 1 | bc-PerinatalDeath | Observation.value[x]:valueBoolean | ||||||||
1762 | FasePerinataleSterfteWaarde | 0 .. 1 | bc-PerinatalDeath | Observation.component:perinatalPhase.value[x]:valueCodeableConcept | ||||||||
1764 | Toelichting | 0 .. 1 | bc-PerinatalDeath | Observation.comment | ||||||||
1407 | Lichamelijk onderzoek kind | 1 .. 1 | nvt | |||||||||
1418 | Geboortegewicht (Lichaamsgewicht) | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
1419 | GewichtWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueQuantity | ||||||||
1423 | PercentielGeboortegewicht | 1 .. 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 | ||||||||
1424 | Lichaamslengte | 0 .. * | zib-BodyHeight | Observation | ||||||||
1425 | LengteWaarde | 1 .. 1 | zib-BodyHeight | Observation.value[x]:valueQuantity | ||||||||
1426 | LengteDatumTijd | 0 .. 1 | zib-BodyHeight | Observation.effective[x]:effectiveDateTime | ||||||||
1427 | Toelichting | 0 .. 1 | zib-BodyHeight | Observation.comment | ||||||||
1429 | Schedelomvang | 0 .. * | zib-HeadCircumference | Observation | ||||||||
1430 | SchedelomvangMeetmethode | 0 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
1431 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
1432 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
1433 | SchedelomvangDatumTijd | 0 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
1765 | Bevindingen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2706 | Algemene indruk | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
1408 | ApgarScore1min | 1 .. 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 | 1 .. 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 | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2967 | Huid (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2940 | HuidDatumTijd | 0 .. 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 | ||||||||
3059 | Probleem_Huid | 0 .. * | zib-Problem | Condition | ||||||||
3060 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3061 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3062 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3063 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3064 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3065 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3066 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3067 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3068 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2968 | Hoofd/Hals | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2969 | Hoofd/Hals (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2970 | HoofdHalsDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2971 | HoofdHalsWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2972 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2973 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2954 | Probleem_Hoofd/Hals | 0 .. * | zib-Problem | Condition | ||||||||
2955 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2956 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2957 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2958 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2959 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2960 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2961 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2962 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2963 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2974 | Thorax | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
2975 | Thorax (observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
2978 | ThoraxDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2979 | ThoraxWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2980 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
2981 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2995 | Probleem_Thorax | 0 .. * | zib-Problem | Condition | ||||||||
2996 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2997 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2998 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2999 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3000 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3001 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3002 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3003 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3004 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
2984 | Abdomen | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3070 | Abdomen (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3071 | AbdomenDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3072 | AbdomenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3073 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3074 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
2985 | Probleem_Abdomen | 0 .. * | zib-Problem | Condition | ||||||||
2986 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
2987 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
2988 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2989 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2990 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2991 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2992 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2993 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2994 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3005 | Rug | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3075 | Rug (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3076 | RugDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3077 | RugWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3078 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3079 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3006 | Probleem_Rug | 0 .. * | zib-Problem | Condition.* | ||||||||
3007 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3008 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3009 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3010 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3011 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3012 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3013 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3014 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3015 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3016 | Extremiteiten | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3080 | Extremiteiten (observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3081 | ExtremiteitenDatumTijd | 0 .. 1 | bc-ChildObservation | Observation.effective[x]:effectiveDateTime | ||||||||
3082 | ExtremiteitenWaarde | 1 .. 1 | bc-ChildObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3083 | ObservatieMethode | 0 .. 1 | bc-ChildObservation | Observation.method | ||||||||
3084 | Toelichting | 0 .. 1 | bc-ChildObservation | Observation.comment | ||||||||
3017 | Probleem_Extremiteiten | 0 .. * | zib-Problem | Condition | ||||||||
3018 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3019 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3020 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3021 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3022 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3023 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3024 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3025 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3026 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3027 | Genitalia | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3049 | Genitalia (observatie) | 1 .. * | 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 | ||||||||
3028 | Probleem_Genitalia | 0 .. * | zib-Problem | Condition | ||||||||
3029 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3030 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3031 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3032 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3033 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3034 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3035 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3036 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3037 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3038 | Neurologie | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
3085 | Neurologie (Observatie) | 1 .. * | bc-ChildObservation | Observation | ||||||||
3086 | NeurologieDatumTijd | 0 .. 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 | ||||||||
3039 | Probleem_Neurologie | 0 .. * | zib-Problem | Condition | ||||||||
3040 | ProbleemAnatomischeLocatie | 0 .. 1 | zib-Problem | Condition.bodySite | ||||||||
3041 | ProbleemLateraliteit | 0 .. 1 | zib-Problem | Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3042 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
3043 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
3044 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
3045 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
3046 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
3047 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
3048 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
10554 | Betrokkenheid kinderarts | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
10555 | Specialist | 1 .. * | nl-core-practitioner | Practitioner | ||||||||
3090 | Ondersteuning opvang | 0 .. 1 | zib-Procedure | Condition | ||||||||
3091 | Verrichting (Ondersteuning opvang) | 1 .. * | zib-Procedure | Procedure | ||||||||
3092 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
3093 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
3094 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
3095 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:Laterality.value[x]:valueCodeableConcept | ||||||||
3096 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
3097 | Probleem | 0 .. * | zib-Problem | Condition | ||||||||
3098 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
3099 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
3100 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice | ||||||||
10458 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
3102 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10459 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
3104 | Uitvoerder | 0 .. * | zib-Procedure | Procedure.performer.actor | ||||||||
10460 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
3106 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10461 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1489 | Problematiek kind | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1503 | Probleem (ProblematiekKind) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1504 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1505 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1506 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1507 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1508 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1509 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1510 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1511 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1512 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7899 | Lijnsepsis? | 0 .. 1 | bc-DisorderOfChild | Condition.extension:lineSepsis | ||||||||
1490 | Geboortetrauma | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1493 | Probleem (Geboortetrauma) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1494 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1495 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1496 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1497 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1498 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1499 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1500 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1501 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1502 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
1513 | Congenitale aandoeningen | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
1514 | Probleem (Congenitale aandoeningen) | 0 .. * | bc-DisorderOfChild | Condition | ||||||||
1515 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
1516 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
1517 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
1518 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
1519 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
1520 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
1521 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
1522 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
1523 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
8756 | Opname, Ontslag, Overplaatsing | 0 .. * | zib-Encounter | Encounter | ||||||||
8779 | Contact | 1 .. 1 | zib-Encounter | Encounter | ||||||||
8758 | Lichaamsgewicht | 1 .. 1 | zib-BodyWeight | Observation | ||||||||
8759 | Schedelomvang | 1 .. 1 | zib-HeadCircumference | Observation | ||||||||
10660 | Lichaamstemperatuur | 0 .. 1 | zib-BodyTemperature | Observation | ||||||||
8757 | VoedingspatroonZuigeling | 1 .. 1 | bc-FeedingPatternInfant | Observation | ||||||||
8760 | Ondersteuning bij ontslag naar huis (Verrichting) | 1 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
8761 | VerrichtingStartDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.start | ||||||||
8762 | VerrichtingEindDatum | 0 .. 1 | bc-ObstetricProcedure | Procedure.performed[x]:performedPeriod.end | ||||||||
8763 | VerrichtingAnatomischeLocatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite | ||||||||
8764 | VerrichtingLateraliteit | 0 .. 1 | bc-ObstetricProcedure | Procedure.bodySite.extension:ProcedureLaterality | ||||||||
8765 | Indicatie | 0 .. * | bc-ObstetricProcedure | Procedure.reasonReference | ||||||||
8777 | Probleem (ProblematiekKind) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8778 | Probleem (Congenitale aandoeningen) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
8767 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
8768 | VerrichtingMethode | 0 .. * | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
8769 | MedischHulpmiddel | 0 .. * | bc-ObstetricProcedure | Procedure.usedReference | ||||||||
10470 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
8771 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer | ||||||||
10471 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
8773 | Uitvoerder | 0 .. * | bc-ObstetricProcedure | Procedure.performer | ||||||||
10472 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8775 | Aanvrager | 0 .. * | zib-ProcedureRequest | ProcedureRequest.requester.agent | ||||||||
10473 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
1123 | Medisch onderzoek | 0 .. * | nvt | |||||||||
3677 | Peridoscode | 0 .. 1 | bc-Woman | Patient.identifier | ||||||||
2416 | Verrichting (Onderzoek) | 1 .. 1 | zib-Procedure | Procedure | ||||||||
2417 | VerrichtingStartDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2418 | VerrichtingEindDatum | 1 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2419 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2420 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept | ||||||||
2421 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
2422 | Probleem | 0 .. 1 | zib-Problem | Condition | ||||||||
2423 | VerrichtingType | 1 .. 1 | bc-ObstetricProcedure | Procedure.code | ||||||||
2424 | VerrichtingMethode | 0 .. 1 | bc-ObstetricProcedure | Procedure.extension:procedureMethod | ||||||||
2425 | MedischHulpmiddel | 0 .. 1 | bc-ObstetricProcedure | Procedure.focalDevice | ||||||||
10474 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2427 | Locatie | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2433 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2429 | Uitvoerder | 0 .. 1 | bc-ObstetricProcedure | Procedure.performer.actor | ||||||||
2434 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
2431 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | Procedure.Requestrequester | ||||||||
2435 | Zorgverlener | 0 .. 1 | nl-core-practitioner | Practitioner | ||||||||
8912 | Media | 1 .. * | DocumentReference | |||||||||
8913 | Identificatienummer | 1 .. 1 | DocumentReference.masterIdentifier | |||||||||
8914 | Type beeldmateriaal | 1 .. 1 | DocumentReference.extension | |||||||||
8915 | Beeldmateriaal | 0 .. 1 | DocumentReference.extension | |||||||||
blob | 8943 | Beeld | 1 .. 1 | Binary | ||||||||
8916 | Datum/Tijd | 0 .. 1 | DocumentReference.indexed | |||||||||
8917 | Toelichting | 0 .. 1 | DocumentReference.extension | |||||||||
1208 | Foetusspecifieke onderzoeksgegevens | 0 .. * | bc-FetusObservation | Observation | ||||||||
10283 | Patient | 1 .. 1 | bc-FetusObservation | Observation.subject | ||||||||
1767 | Foetale monitoring (CTG) | 0 .. * | bc-FetusObservation | Observation | ||||||||
1483 | Uterusactiviteit | 0 .. 1 | ||||||||||
3916 | FoetaleMonitoringMoment | 1 .. 1 | bc-FetalMonitoring | Observation.component:monitoringMoment.value[x]:valueCodeableConcept | ||||||||
1768 | TijdsInterval | 1 .. 1 | bc-FetalMonitoring | Observation.effective[x]:effectivePeriod | ||||||||
1783 | Foetale hartslag (Hartfrequentie) | 1 .. 1 | zib-HeartRate | Observation | ||||||||
3909 | BasisHartFrequentie | 1 .. 1 | bc-FetalMonitoring | Observation.component:basalHeartRate.value[x]:valueQuantity | ||||||||
3910 | FoetaleAcceleraties | 1 .. 1 | bc-FetalMonitoring | Observation.component:fetalAccelerations.value[x]:valueCodeableConcept | ||||||||
3911 | FoetaleDeceleraties | 1 .. 1 | bc-FetalMonitoring | Observation.component:fetalDecelerations.value[x]:valueCodeableConcept | ||||||||
3912 | FoetaleHartFrequentieVariabiliteit | 1 .. 1 | bc-FetalMonitoring | Observation.component:heartFrequencyVariability.value[x]:valueCodeableConcept | ||||||||
3915 | FoetaleMonitoringMethode | 1 .. 1 | bc-FetalMonitoring | Observation.method | ||||||||
3913 | ConclusieFIGO | 0 .. 1 | bc-FetalMonitoring | Observation.component:conclusionFIGO.value[x]:valueCodeableConcept | ||||||||
3914 | ConclusieFisher | 0 .. 1 | bc-FetalMonitoring | Observation.component:conclusionFisher.value[x]:valueQuantity | ||||||||
3907 | Beoordelaar | 1 .. 1 | bc-FetalMonitoring | Observation.performer | ||||||||
3908 | Zorgverlener | 1 .. 1 | nl-core-practitionerrole | Practitioner | ||||||||
1209 | Echoscopie | 0 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
8918 | Echografiche bevindingen algemeen (Observatie) | 1 .. * | bc-PregnancyUltraSoundGeneralFindings | Observation | ||||||||
8919 | ObservatieDatumTijd | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.effective[x]:effectiveDateTime | ||||||||
8929 | ObservatieMethode | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.method | ||||||||
8921 | ConclusieWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:conclusion.value[x]:valueCodeableConcept | ||||||||
8931 | VerdenkingAfwijkingobvWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:suspicionAbnormalities.value[x]:valueCodeableConcept | ||||||||
8930 | AdviesWaarde | 1 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.component:advice.value[x]:valueCodeableConcept | ||||||||
8927 | Toelichting | 0 .. 1 | bc-PregnancyUltraSoundGeneralFindings | Observation.comment | ||||||||
1210 | Biometrie | 0 .. 1 | bc-PregnancyUltraSound | DiagnosticReport | ||||||||
3513 | FoetaleBuikomtrek / AC (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
3515 | ACWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueQuantity | ||||||||
3525 | ACPercentielWaarde | 1 .. 1 | ntb | |||||||||
3516 | MeetMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
3519 | ACDatumBeginTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3520 | ACDatumEindTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3521 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3626 | FoetaleSchedelomvang | 1 .. 1 | zib-HeadCircumference | Observation | ||||||||
3627 | SchedelomvangMeetmethode | 1 .. 1 | zib-HeadCircumference | Observation.method | ||||||||
3628 | Toelichting | 0 .. 1 | zib-HeadCircumference | Observation.comment | ||||||||
3629 | SchedelomvangWaarde | 1 .. 1 | zib-HeadCircumference | Observation.value[x]:valueQuantity | ||||||||
3631 | SchedelomvangPercentielWaarde | 1 .. 1 | ntb | |||||||||
3630 | SchedelomvangDatumTijd | 1 .. 1 | zib-HeadCircumference | Observation.effective[x]:effectiveDateTime | ||||||||
2451 | Bevindingen | 1 .. 1 | bc-FetusObservation | Observation | ||||||||
1784 | Foetale hartslag (Hartfrequentie) | 1 .. 1 | zib-HeartRate | Observation.value[x]:valueQuantity | ||||||||
7789 | LiggingFoetus (Meting) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
2404 | Beweging foetus (Observatie) | 0 .. 1 | bc-FetusObservation | Observation | ||||||||
2405 | BewegingFoetusDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2407 | BewegingFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
2408 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
2409 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
2410 | Vruchtwater (Meting) | 0 .. 1 | bc-AmnioticFluid | Observation | ||||||||
2411 | MeetDatumTijd | 1 .. 1 | bc-AmnioticFluid | Observation.effective[x]:effectiveDateTime | ||||||||
2413 | HoeveelheidVruchtwaterWaarde | 1 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidQuantity.value[x]:valueCodeableConcept | ||||||||
2479 | VruchtwatercompartimentWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidCompartment.value[x]:valueCodeableConcept | ||||||||
10568 | VruchtwaterSDPWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidSDP.value[x]:valueQuantity | ||||||||
10569 | VruchtwaterAFIWaarde | 0 .. 1 | bc-AmnioticFluid | Observation.component:amnioticFluidAFI.value[x]:valueQuantity | ||||||||
2414 | MeetMethode | 1 .. 1 | bc-AmnioticFluid | Observation.method | ||||||||
2415 | Toelichting | 0 .. 1 | bc-AmnioticFluid | Observation.comment | ||||||||
2437 | PlacentaLokalisatie (Observatie) | 0 .. 1 | bc-PlacentaLocalization | Observation | ||||||||
2438 | PlacentaLokalisatieDatumTijd | 1 .. 1 | bc-PlacentaLocalization | Observation.effective[x]:effectiveDateTime | ||||||||
2449 | PlacentalokalisatieWaarde | 1 .. 1 | bc-PlacentaLocalization | Observation.component:placentaLocalization.value[x]:valueCodeableConcept | ||||||||
7867 | SectioLittekenWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:sectionScar.extension:valueBoolean | ||||||||
2448 | OstiumWaarde | 0 .. 1 | bc-PlacentaLocalization | Observation.component:ostium.value[x]:valueCodeableConcept | ||||||||
2441 | ObservatieMethode | 1 .. 1 | bc-PlacentaLocalization | Observation.method | ||||||||
2442 | Toelichting | 0 .. 1 | bc-PlacentaLocalization | Observation.comment | ||||||||
2458 | Afwijking placenta | 0 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2460 | Probleem | 1 .. 1 | bc-DisorderOfPregnancy | Condition | ||||||||
2461 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite | ||||||||
2462 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfPregnancy | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2463 | ProbleemType | 0 .. 1 | bc-DisorderOfPregnancy | Condition.category | ||||||||
2464 | ProbleemNaam | 1 .. 1 | bc-DisorderOfPregnancy | Condition.code | ||||||||
2465 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.onsetDateTime:onsetDateTime | ||||||||
2466 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfPregnancy | Condition.abatementDateTime:abatementDateTime | ||||||||
2467 | ProbleemStatus | 1 .. 1 | bc-DisorderOfPregnancy | Condition.clinicalStatus | ||||||||
2468 | VerificatieStatus | 0 .. 1 | bc-DisorderOfPregnancy | Condition.verificationStatus | ||||||||
2469 | Toelichting | 0 .. 1 | bc-DisorderOfPregnancy | Condition.note | ||||||||
3635 | Cervixlengte (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3637 | CervixlengteWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueQuantity | ||||||||
3638 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3641 | CervixlengteDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3642 | CervixlengteDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3643 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7790 | Navelstreng (Observatie) | 0 .. 1 | bc-UmbilicalCord | Observation | ||||||||
7791 | NavelstrengDatumTijd | 1 .. 1 | bc-UmbilicalCord | Observation.effective[x]:effectiveDateTime | ||||||||
7846 | NavelstrengWaarde | 1 .. 1 | bc-UmbilicalCord | Observation.value[x]:valueCodeableConcept | ||||||||
7793 | NavelstrengVatenWaarde | 1 .. 1 | bc-UmbilicalCord | Observation.component:umbilicalCordVessels.value[x]:valueCodeableConcept | ||||||||
7794 | ObservatieMethode | 1 .. 1 | bc-UmbilicalCord | Observation.method | ||||||||
7799 | Toelichting | 0 .. 1 | bc-UmbilicalCord | Observation.comment | ||||||||
7836 | OrgaansysteemFoetus (Observatie) | 0 .. * | bc-FetusObservation | Observation | ||||||||
7837 | OrgaansysteemFoetusDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7887 | ObservatieNaam | 1 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7839 | OrgaansysteemFoetusWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7840 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7845 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
3920 | Probleem (Hart & perifeer vaatstelsel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3921 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3922 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3923 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3924 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3925 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3926 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3927 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3928 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3929 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3930 | Probleem (Hersenen, hersenstructuren, intracranieel) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3931 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3932 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3933 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3934 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3935 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3936 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3937 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3938 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3939 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
3940 | Probleem (Wervelkolom, ruggemerg) | 0 .. 1 | bc-DisorderOfChild | Condition | ||||||||
3941 | ProbleemAnatomischeLocatie | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite | ||||||||
3942 | ProbleemLateraliteit | 0 .. 1 | bc-DisorderOfChild | Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
3943 | ProbleemType | 0 .. 1 | bc-DisorderOfChild | Condition.category | ||||||||
3944 | ProbleemNaam | 1 .. 1 | bc-DisorderOfChild | Condition.code | ||||||||
3945 | ProbleemBeginDatum | 0 .. 1 | bc-DisorderOfChild | Condition.onsetDateTime:onsetDateTime | ||||||||
3946 | ProbleemEindDatum | 0 .. 1 | bc-DisorderOfChild | Condition.abatementDateTime:abatementDateTime | ||||||||
3947 | ProbleemStatus | 1 .. 1 | bc-DisorderOfChild | Condition.clinicalStatus | ||||||||
3948 | VerificatieStatus | 0 .. 1 | bc-DisorderOfChild | Condition.verificationStatus | ||||||||
3949 | Toelichting | 0 .. 1 | bc-DisorderOfChild | Condition.note | ||||||||
7847 | Sonomarkers (Observatie) | 0 .. * | bc-FetusObservation | Observation | ||||||||
7848 | ObservatieDatumTijd | 1 .. 1 | bc-FetusObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7886 | SonomarkerNaam | 1 .. 1 | bc-FetusObservation | Observation.code | ||||||||
7850 | SonomarkerWaarde | 1 .. 1 | bc-FetusObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7851 | ObservatieMethode | 1 .. 1 | bc-FetusObservation | Observation.method | ||||||||
7856 | Toelichting | 0 .. 1 | bc-FetusObservation | Observation.comment | ||||||||
7868 | TekstUitslag | 0 .. 1 | zib-TextResult | DiagnosticReport | ||||||||
7869 | TekstUitslagDatumTijd | 0 .. 1 | zib-TextResult | DiagnosticReport.effectiveDateTime | ||||||||
7870 | Verrichting | 0 .. 1 | bc-ObstetricProcedure | Procedure.report | ||||||||
7875 | Verrichting (Onderzoek) | 1 .. 1 | bc-ObstetricProcedure | Procedure | ||||||||
7872 | TekstUitslagStatus | 0 .. 1 | zib-TextResult | DiagnosticReport.status.extension:TextResultStatus | ||||||||
7873 | TekstResultaat | 1 .. 1 | zib-TextResult | DiagnosticReport.conclusion | ||||||||
7874 | TekstUitslagType | 0 .. 1 | zib-TextResult | DiagnosticReport.code | ||||||||
9885 | Media | 0 .. 1 | Binary | |||||||||
1124 | Maternale onderzoeksgegevens | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
1849 | Vaginaal toucher | 0 .. 1 | bc-DigitalVaginalExamination | DiagnosticReport | ||||||||
3678 | Portio/ P (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3680 | PortioWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3681 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3684 | PortioDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3685 | PortioDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3686 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3691 | PositiePortio/ P (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3693 | PositiePortioWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3694 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3697 | PositiePortioDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3698 | PositiePortioDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3699 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3703 | Ontsluiting/ O (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3705 | OntsluitingWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3706 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3709 | OntsluitingDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3710 | OntsluitingDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3711 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3715 | Vliezen/ V (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3717 | VliezenWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3718 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3721 | VliezenDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3722 | VliezenDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3723 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3727 | IndalingHodge/ I (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3729 | IndalingHodgeWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3730 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3733 | IndalingHodgeDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3734 | IndalingHodgeDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3735 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3739 | AardVoorliggendDeel/ A (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3741 | AardVoorliggendDeelWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3742 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3745 | AardVoorliggendDeelDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3746 | AardVoorliggendDeelDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3747 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
3751 | Stand/ S (Meting) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
3753 | StandWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
3754 | MeetMethode | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
3757 | StandDatumBeginTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.start | ||||||||
3758 | StandDatumEindTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectivePeriod.end | ||||||||
3759 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
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 | ||||||||
1125 | Urine-, bloed- en aanvullende onderzoeken | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10896 | NIPT | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
10897 | Keuze ouders NIPT | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
10950 | Uitgevoerde test NIPT | 0 .. 1 | ||||||||||
10914 | LaboratoriumUitslag | 0 .. 1 | ||||||||||
10915 | LaboratoriumTest | 0 .. 1 | ||||||||||
10918 | TestDatumTijd | 0 .. 1 | ||||||||||
10919 | TestUitslag | 0 .. 1 | ||||||||||
10920 | TestUitslagStatus | 0 .. 1 | ||||||||||
10926 | Monster | 0 .. 1 | ||||||||||
10935 | AannameDatumTijd | 0 .. 1 | ||||||||||
10944 | Toelichting | 0 .. 1 | ||||||||||
10948 | Autorisator onderzoek | 0 .. 1 | ||||||||||
10949 | Zorgverlener | 0 .. 1 | ||||||||||
1126 | PSIE | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1128 | LaboratoriumTest_Bloedgroep | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1129 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1132 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1140 | LaboratoriumTest_Rhesus D | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1141 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1144 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1152 | LaboratoriumTest_Rhesus c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1153 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1156 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
1640 | LaboratoriumTest_ HBsAg | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2367 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1644 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1649 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
2356 | LaboratoriumTest_HIV | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2357 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2360 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
2368 | LaboratoriumTest_Lues | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2369 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2372 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2377 | InterpretatieVlaggen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
3501 | Irregulaire antistoffen (Observatie) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3502 | IrregulaireAntistoffenDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
3503 | IrregulaireAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueBoolean | ||||||||
3504 | WelkeAntistoffenWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
3505 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
2379 | LaboratoriumTest_Hb | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2380 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2383 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2401 | Hb typering | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2491 | LaboratoriumTest_MCV | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2492 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2495 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2513 | LaboratoriumTest_Vitamine B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2514 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2517 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2545 | LaboratoriumTest_Actief-B12 | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2546 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2549 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2524 | LaboratoriumTest_Ferritine | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2525 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2528 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2502 | LaboratoriumTest_Foliumzuur | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2503 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2506 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2535 | Probleem_Hb-pathie | 0 .. * | zib-Problem | Condition | ||||||||
2538 | ProbleemType | 0 .. 1 | zib-Problem | Condition.category | ||||||||
2539 | ProbleemNaam | 1 .. 1 | zib-Problem | Condition.code | ||||||||
2540 | ProbleemBeginDatum | 0 .. 1 | zib-Problem | Condition.onset[x]:onsetDateTime | ||||||||
2541 | ProbleemEindDatum | 0 .. 1 | zib-Problem | Condition.abatement[x]:abatementDateTime | ||||||||
2542 | ProbleemStatus | 1 .. 1 | zib-Problem | Condition.clinicalStatus | ||||||||
2543 | VerificatieStatus | 0 .. 1 | zib-Problem | Condition.verificationStatus | ||||||||
2544 | Toelichting | 0 .. 1 | zib-Problem | Condition.note | ||||||||
3506 | Diabetes diagnostiek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10198 | LaboratoriumTest_HbA1c | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10199 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10202 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
10209 | LaboratoriumTest_Glucose | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10210 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10213 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1651 | Schildklierdiagnostiek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1652 | LaboratoriumTest_VrijT4, TSH & TSH receptor antistoffen | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1653 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1656 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
1663 | TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2390 | LaboratoriumTest_TORCH | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2391 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
2394 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
10488 | LaboratoriumTest_Rhesus D Factor foetus | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10489 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10492 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueQuantity | ||||||||
2556 | Urine | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3763 | Proteïne in urine o.b.v. strips (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3765 | ProteïneUrineWaarde | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3766 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3769 | ProteïneUrineDatumBeginTijd | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3770 | ProteïneUrineDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3771 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3787 | Urinesediment | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3775 | Ketonen (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3777 | KetonenWaarde | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3778 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3781 | KetonenDatumBeginTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3782 | KetonenDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3783 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3788 | Nitriet (Meting) | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3790 | NitrietWaarde | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
3791 | MeetMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
3794 | NitrietDatumBeginTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.start | ||||||||
3795 | NitrietDatumEindTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectivePeriod.end | ||||||||
3796 | Toelichting | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.comment | ||||||||
3800 | LaboratoriumTest_ProteineUrine | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
3801 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
3804 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
2557 | LaboratoriumTest_Eiwit/creatinineratio | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2558 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
2561 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueCodeableConcept | ||||||||
10352 | LaboratoriumTest_Urinekweek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10353 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10356 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueString | ||||||||
10363 | LaboratoriumTest_Vaginakweek | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
10364 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
10367 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value[x]:valueString | ||||||||
2729 | Neonatale onderzoeksgegevens | 0 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1440 | Labonderzoek neonataal bloed | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1629 | LaboratoriumTest | 1 .. * | zib-LaboratoryTestResult-Observation | Observation | ||||||||
1630 | TestCode | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.code | ||||||||
1631 | Testmethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.method | ||||||||
1632 | TestDatumTijd | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.effective[x]:effectiveDateTime | ||||||||
1633 | TestUitslag | 1 .. 1 | zib-LaboratoryTestResult-Observation | Observation.value | ||||||||
1634 | TestUitslagStatus | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.status | ||||||||
1635 | ReferentieBovengrens | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.referenceRange.high | ||||||||
1636 | ReferentieOndergrens | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.referenceRange.low | ||||||||
1637 | InterpretatieMethode | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation.extension? | ||||||||
1638 | InterpretatieVlaggen | 0 .. * | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
1639 | UitslagInterpretatie | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation.interpretation | ||||||||
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 | ||||||||
2315 | Verrichting (Postpartum complicatie) | 0 .. 1 | zib-Procedure | Procedure | ||||||||
2316 | VerrichtingStartDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.start | ||||||||
2317 | VerrichtingEindDatum | 0 .. 1 | zib-Procedure | Procedure.effectivePeriod.end | ||||||||
2318 | VerrichtingAnatomischeLocatie | 0 .. 1 | zib-Procedure | Procedure.bodySite | ||||||||
2319 | VerrichtingLateraliteit | 0 .. 1 | zib-Procedure | Procedure.bodySite.extension:laterality | ||||||||
2320 | Indicatie | 0 .. 1 | zib-Procedure | Procedure.reasonReference | ||||||||
10800 | Probleem (Postpartum complicatie) | 0 .. 1 | bc-DisorderPostPartum | Condition | ||||||||
2322 | VerrichtingType | 1 .. 1 | zib-Procedure | Procedure.code | ||||||||
2323 | VerrichtingMethode | 0 .. * | zib-Procedure | Procedure.extension:procedureMethod | ||||||||
2324 | MedischHulpmiddel | 0 .. * | zib-Procedure | Procedure.focalDevice | ||||||||
10475 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
2326 | Locatie | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10476 | Zorgaanbieder | 0 .. 1 | nl-core-organization | Organization | ||||||||
2328 | Uitvoerder | 0 .. 1 | zib-Procedure | Procedure.performer.actor | ||||||||
10477 | Zorgverlener | 0 .. * | nl-core-practitioner | Practitioner | ||||||||
2330 | Aanvrager | 0 .. 1 | zib-ProcedureRequest | ProcedureRequest.requester | ||||||||
10478 | Zorgverlener | 0 .. * | nl-core-practitioner | Practitioner | ||||||||
9823 | Kraamweek | 0 .. 1 | bc-MaternalRecord | EpisodeOfCare | ||||||||
9824 | Vrouw | 0 .. 1 | bc-Woman | Patient | ||||||||
9982 | ZorgVoorKind (Observatie) | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation | ||||||||
9983 | ObservatieDatumTijd | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.effective[x]:effectiveDateTime | ||||||||
9985 | OnzekerheidWaarde | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:uncertainty.value[x]:valueCodeableConcept | ||||||||
9992 | VaardigheidWaarde | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.component:ability.value[x]:valueCodeableConcept | ||||||||
9986 | ObservatieMethode | 0 .. 1 | bc-AbilityToTakeCareOfChild | Observation.method | ||||||||
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 .. * | 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? | 0 .. 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 .. * | zib-BowelFunction | Observation | ||||||||
10775 | DefecatieGeweest? | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
ordinal | 2782 | FecesContinentie | 0 .. 1 | zib-BowelFunction | Observation.component:FecalContinence | |||||||
2783 | Stoma | 0 .. 1 | zib-BowelFunction | Observation.extension:stoma | ||||||||
2784 | Stoma | 0 .. 1 | zib-Stoma | Observation | ||||||||
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 | ||||||||
2788 | Incontinentiemateriaal | 0 .. 1 | zib-BowelFunction/DeviceUseStatement | DeviceUseStatement | ||||||||
10527 | MedischHulpmiddel | 0 .. 1 | zib-MedicalDeviceProduct | Device | ||||||||
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) | 0 .. * | 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 | ||||||||
3129 | AnatomischeLocatie | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
3131 | WondOntstaansdatum | 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 | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
2812 | BarthelIndex | 0 .. 1 | bc-BarthelIndex | Observation | ||||||||
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 | ||||||||
2861 | Lateraliteit | 1 .. 1 | bc-BreastFindings | Observation.bodySite.extension:laterality.valueCodeableConcept:valueCodeableConcept | ||||||||
2857 | TepelsWaarde | 0 .. 1 | bc-BreastFindings | Observation.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 .. 1 | bc-MaternalObservation | Observation | ||||||||
2866 | ObservatieDatumTijd | 0 .. 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 | ||||||||
2870 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
9837 | Controle perineum | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
2824 | Controle perineum (Observatie) | 0 .. * | bc-MaternalObservation | Observation | ||||||||
2826 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
2825 | ControlePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
2827 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
2871 | Perineumwond (Wond) | 0 .. * | 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 | ||||||||
2880 | AnatomischeLocatie | 0 .. 1 | bc-MaternalObservation | Observation.bodySite | ||||||||
2882 | WondOntstaansdatum | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueDateTime | ||||||||
2901 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
10795 | Betrokkenheid andere zorgverlener | 0 .. 1 | bc-CareTeam | CareTeam | ||||||||
10798 | Zorgverlener | 0 .. 1 | 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 .. * | zib-BodyWeight | Observation | ||||||||
2799 | Lichaamstemperatuur | 0 .. * | zib-BodyTemperature | Observation | ||||||||
7947 | VoedingspatroonZuigeling | 0 .. * | bc-InfantFeedingPattern | 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 | 1 .. * | bc-ExcretionFeces/bc-ExcretionUrine | Observation | ||||||||
9937 | Feces (Observatie) | 0 .. * | 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 | 1 .. 1 | bc-ChildObservation | Observation | ||||||||
9959 | Huid (Observatie) | 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) | 0 .. 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 .. 1 | bc-ChildObservation | Observation | ||||||||
4341 | Betrokkenheid andere zorgverlener | 0 .. * | bc-CareTeam | CareTeam | ||||||||
10794 | Zorgverlener | 0 .. 1 | 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 | 1 .. 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) | 0 .. 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 | 0 .. 1 | bc-MaternalObservation | Observation.value[x]:valueString | ||||||||
10234 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
10239 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4306 | Nacontrole | 0 .. * | bc-Encounter | Encounter | ||||||||
4324 | Contact | 1 .. 1 | bc-Encounter | Encounter | ||||||||
7973 | Vloeien (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
7974 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7976 | VloeienWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7977 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7982 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7983 | Menstruatie (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
7984 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7986 | MenstruatieWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
7987 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7992 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7970 | Continentie | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
ordinal | 7971 | UrineContinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | |||||||
ordinal | 7972 | FecesContinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | |||||||
10675 | Flatusincontinentie | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueBoolean | ||||||||
4329 | Anticonceptie (Observatie) | 0 .. 1 | bc-BirthControl | Observation | ||||||||
4330 | ObservatieDatumTijd | 0 .. 1 | bc-BirthControl | Observation.effective[x]:effectiveDateTime | ||||||||
7948 | AnticonceptieWaarde | 1 .. 1 | bc-BirthControl | Observation.value[x]:valueBoolean | ||||||||
4332 | GebruikAnticonceptieWaarde | 0 .. 0 | bc-BirthControl | Observation.component:birthcontrolMethod.value[x]:valueCodeableConcept | ||||||||
4333 | ObservatieMethode | 0 .. 1 | bc-BirthControl | Observation.method | ||||||||
4340 | Toelichting | 0 .. 1 | bc-BirthControl | Observation.comment | ||||||||
7950 | Conditie perineum (Observatie) | 1 .. 1 | bc-MaternalObservation | Observation | ||||||||
7951 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7953 | ConditiePerineumWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7954 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7959 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
7960 | Sectiowond (Observatie) | 0 .. 1 | bc-MaternalObservation | Observation | ||||||||
7961 | ObservatieDatumTijd | 1 .. 1 | bc-MaternalObservation | Observation.effective[x]:effectiveDateTime | ||||||||
7963 | SectiowondWaarde | 1 .. 1 | bc-MaternalObservation | Observation.value[x]:valueCodeableConcept | ||||||||
7964 | ObservatieMethode | 0 .. 1 | bc-MaternalObservation | Observation.method | ||||||||
7969 | Toelichting | 0 .. 1 | bc-MaternalObservation | Observation.comment | ||||||||
4326 | Bloeddruk | 1 .. 1 | zib-BloodPressure | Observation | ||||||||
10676 | Lichaamsgewicht | 0 .. 1 | zib-BodyWeight | |||||||||
4328 | LaboratoriumTest_Hb | 0 .. 1 | zib-LaboratoryTestResult-Observation | Observation |
5.1 XIS: response message
The returned data to the PHR should conform to the profiles listed in FHIR profiles.
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. |
Note: although version 1.1.0 is minimally required, it works best to use the latest version (1.2.2) containing the latest fixes and improvements. |
6.1 Generic HCIM profiles
6.2 Birthcare specific profiles
Profile name | Pattern | FHIR Resource | HCIM EN | Canonical URL | Description |
---|---|---|---|---|---|
bc Fetus | 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 DisorderOfChild | Child disorder | 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 | Delivery-and-birth-related disorder | 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 partOf extension.
|
bc DisorderOfPregnancy | Pregnancy-related disorder | 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 | Post partum disorder | 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 | 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 MaternalRecord | 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. It includes references to an 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:
Relations between the pregnancy (Condition) and the overarching maternal record (EpisodeOfCare):
| ||
bc BirthObservation | Birth-related Observation | Observation | 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 | |
bc DeliveryObservation | Delivery-related 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 FetalHeartRate | 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:
| ||
bc FetusObservation | Fetus-related observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-FetusObservation | An Observation profile describing fetus-related Observations in a pregnancy, such as movement and heart action, as defined by BabyConnect. 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:
| |
bc-Maternal Observation | Patient-related 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 Pregnancy PregnancyDuration | Observation | Pregnancy | http://nictiz.nl/fhir/StructureDefinition/bc-Pregnancy-PregnancyDuration | An Observation profile describing pregnancy duration as defined by BabyConnect.
Pregnancy duration does not (only) pertain to the Patient but also to a particular pregnancy.
| |
bc PregnancyObservation | Pregnancy-related Observation | Observation | http://nictiz.nl/fhir/StructureDefinition/bc-PregnancyObservation | An Observation profile describing pregnancy-related Observations, as defined by BabyConnect.
Observations such as gravidity and parity do not (only) pertain to the Patient but also to a particular pregnancy.
| |
bc Woman | 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. | |
bc DeliveryProcedure | 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 ObstetricProcedure | 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.
|
7 Release notes
Release notes can be found on the functional design page.
8 Support
For questions and change requests regarding this IG, please create a ticket in BITS.