FHIR Implementation Guide BirthCare v1.2

Uit informatiestandaarden
Ga naar: navigatie, zoeken
| AfsprakenstelselFunctioneelTechnischAfspraken-Functioneel-Technisch

Inhoud

Introduction

This page details the HL7 FHIR requirements for exchanging birthcare data.

The FHIR Implementation Guide for birthcare is based on PWD 3.2. The functional view for birthcare 3.2 is described in the functional design wiki pages.

Note: This implementation guide builds on the general guidelines for FHIR specifications described in the use case overarching principles.

FHIR resources and structure definitions described in this Implementation Guide (IG) can be found in the Simplifier Geboortezorg STU3 package. This IG provides links to the required resources and structure definitions for each use case.

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 FHIR client/server requirements
Healthcare provider The user of a XIS XIS Healthcare information system

Boundaries and relationships

Thie birthcare information standard includes use cases for the exchange of birthcare data between health care providers (e.g. midwifes, gynaecologists and maternity care), between health care providers and patients (e.g. in a PGO setting), and for secondary use of data by third parties (e.g. perined).

This FHIR implementation guide assumes that systems are able to connect with source systems and create resources. It does not provide information on finding the right source system nor does it provide information about security. These infrastructure and interface specifications are described in the

Go to Afsprakenstelsel

and, more specifically, for a PGO setting in the 'MedMij Afsprakenstelsel'.

The birthcare information standard has overlap with other standards such as the BgZ (basisgegevensset zorg), Medication Process, Vital Signs and Lab Results. Birthcare 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.

A high level overview

Fhir-model-overview.png

FHIR Resources and StructureDefinitions

Types of resources and relations between them

Pregnancy and maternal record

A pregnancy (Condition) starts with a pregnant woman (Patient). Her data is registered in a maternal record (EpisodeOfCare). The maternal record contains references to the pregnant woman (subject), the pregnancy (condition), the care manager (careManager:Practitioner) and managing organization (managingOrganization:Organization).

Gebz-pregnancy.PNG

Birth and Delivery

If all goes well a pregnancy ends with a delivery (Procedure). A delivery is related to the mother (subject). It has 3 stages: 1. dilation, 2. birth of one or more children and 3. afterbirth. There are no separate resource for the first and third stages of delivery, but the second stage of delivery is another Procedure, which is related to the child (subject). The Birth Procedure is part of the Delivery Procedure and in case of a multiple pregnancy, multiple Birth Procedures can be part of the same Delivery Procedure.

Gebz-delivery.PNG

Obstetric procedures

Obstetric procedures are procedures related to pregnancy, birth and delivery. These procedures can be part of (partOf) a Birth Procedure (in case of child-related procedures, like a c-section) or a Delivery Procedure (in case of maternal procedures, like a blood transfusion). The partOf element can also be left blank when the procedure is linked to the pregnancy (record), but not to birth and delivery.

Relations between pregnancy, birth and delivery

A pregnancy (Condition), birth (Procedure) and delivery (Procedure) are all related to a maternal record (EpisodeOfCare) through their context element, either with a direct reference to the EpisodeOfCare or an indirect reference to an Encounter which in itself is linked to the maternal record (EpisodeOfCare). In addition, the Birth and Delivery Procedures both include a reference to the pregnancy (reasonReference).

Gebz-delivery-pregnancy.PNG

Patterns

For Observations and Conditions, which are often very similar, we follow patterns: an implementer will only need to implement the pattern and an associated table with codes, and be able to support all Observations. So for Observations pertaining to a particular pregnancy (not to the woman - she may have multiple pregnancies on record, neither to the delivery) all Observations will link to the Pregnancy Condition. So instead of having to inspect StructureDefinitions separately for each pregnancy observations, following a single pattern will do. The pattern has it's own StructureDefinition, so the FHIR profile is still complete. Likewise Observations for the mother, delivery and child follow patterns.

Pattern tables can be found on individual pattern pages, see links below, and on Gebz:V2.3_FHIR_mapping_addendum for 2.3 mappings and Gebz:V3.2_FHIR_mapping_addendum for 3.2 mappings.

Observation patterns

Observations follow patterns based on their subject (either the child or the mother patient) and their focal subject (either the pregnancy, birth or delivery), see table below. The use of focus extensions is a pre-adopt of FHIR R4, where it is part of Observation: "What the observation is about, when it is not about the subject of record." Focus is required for all Observations which do not pertain to the Patient. In R4, use of focus permits "reverse include" queries (give me all Observations with focus element X). In STU3, this could be a custom search.

Pattern Subject Focus
Patient-related Observations Mother patient x
Pregnancy-related Observations Mother patient Pregnancy
Delivery-related Observations Mother patient Delivery
Birth-related Observations Mother patient Birth
Child-related Observations Child patient x

Condition patterns

Conditions follow patterns based on their category (disorders related to either pregnancy, labor and delivery, postpartum or child disorders). Pregnancy, birth and delivery related disorders use partOf to link to these concepts, see table below.

Pattern Subject Category PartOf
Pregnancy-related disorder Mother patient 173300003 Pregnancy
Delivery-and-birth-related disorder Mother patient 362972006 Delivery
Postpartum disorder Mother patient 362973001 Delivery
Child-related disorder Child patient 414025005 x

List of resources and relations between them

Profile Pattern FHIR resource Description
bc-Fetus BodySite 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-CareAgreement CarePlan A CarePlan profile describing the care arrangement between a pregnant woman and her caregiver(s) as defined by BabyConnect.
bc-IndividualCareplan CarePlan A CarePlan profile describing the individual care plan of a pregnant woman as defined by BabyConnect.
bc-MultidisciplinaryTeamMeeting-Plan CarePlan A CarePlan profile related to the multidisciplinary team meeting as defined by BabyConnect.
bc-CareTeam CareTeam A CareTeam profile describing the involvement of (other) care providers in the care of a patient and her child, such as a pediatrician.

- These care providers are included as participants in the CareTeam using the CareTeam.participant.member element. Participants may either be Practitioners or Organizations. - Their role and period of involvement are described at the participant level (that is CareTeam.participant.role and CareTeam.participant.period). - The reason of involvement is described in CareTeam.reasonCode

bc-ClinicalImpression ClinicalImpression A ClinicalImpression profile describing the caregiver's professional assessment around the woman's pregnancy as defined by BabyConnect.
bc-TransactionComposition Composition A Composition profile describing the Composition resource that should be present in the Transaction Bundle as defined by BabyConnect. The Composition resource should include entries for each resource that is included in the transaction.
bc-DisorderOfChild Child disorder Condition A Condition profile describing child disorders as defined by BabyConnect.

Child disorders, such as chromosomal and congenital abnormalities or other problems are disorders of the child. The subject is either the child Patient (in case the child is born or a fetal patient record is in place) or the woman Patient (in case the child is unborn and there is no fetal patient record in place). In the second case, use the bodySite reference extension to refer to the fetus. - Child disorders can refer to the EpisodeOfCare with Condition.context.reference - A ConceptMap is available to map verification status to accepted FHIR codes


bc-DisorderOfLaborAndDelivery Condition A Condition profile describing disorders and complications related to labor and delivery as defined by BabyConnect. These disorders are part of the delivery, which is defined in the part of extension.

- Delivery-related Disorders use partOf extension to point to Condition they're about. - Delivery-related Conditions refer to the EpisodeOfCare with Observation.context.reference

bc-DisorderOfPregnancy Pregnancy-related disorder Condition A Condition profile describing disorders related to a pregnancy as defined by BabyConnect. For example, Conditions such as cholestasis and hypertension do not (only) pertain to the Patient but to a particular pregnancy.

- Pregnancy-related Observations use partOf extension to point to Condition they're about. - In some cases the partOf Condition may not be available. The BGZ for instance does not relate Conditions to particular pregnancies. - Pregnancy-related Conditions refer to the EpisodeOfCare with Observation.context.reference


bc-DisorderPostPartum Condition A Condition profile describing post partum disorders or complications as defined by BabyConnect. Post partum disorders, such as post partum depression, occur after delivery and are related to the Delivery Procedure.

- A partOf extension is used to point to the Delivery. - The context is the Maternal Record or an Encounter.

bc-LegalSituation-LegalStatus Condition A Condition profile describing legal status as defined by BabyConnect. The legal status indicates the basis on which the patient is staying in a healthcare organization. This can be either voluntary or involuntary, however the legal status is always determined by a judge.
bc-LegalSituation-Representation Condition A Condition profile describing legal representation as defined by BabyConnect. Representation is important in situations where a person is legally not competent to give permission and/or factually (partly) incapable of doing so. A representative supports and takes decisions in the interest of the representee when they cannot do so themselves (temporarily or permanently).
bc-TreatmentDirective Consent A Consent profile as defined by BabyConnect.
bc-DigitalVaginalExamination DiagnosticReport A DiagnosticReport profile describing a digital vaginal examination as defined by BabyConnect.

The digital vaginal examination DiagnosticReport groups Observations related to the digital vaginal examination. The woman Patient is the subject of the report. - This report refers to the EpisodeOfCare with DiagnosticReport.context.reference

bc-PregnancyUltraSound DiagnosticReport A DiagnosticReport profile describing a pregnancy ultrasound as defined by BabyConnect. The ultrasound DiagnosticReport groups Observations related to the pregnancy ultrasound. The woman Patient is the subject of the report.

- This report refers to the EpisodeOfCare with DiagnosticReport.context.reference

bc-ChildBirthAssistance Encounter An Encounter profile describing (childbirth) assistance to a woman in labor as defined by BabyConnect.

- The woman Patient is the subject of the Encounter - The place of birth is described in Encounter.class using a ConceptMap to map values to available FHIR codes - The Encounter.diagnosis element refers to the Pregnancy (Condition) - The Encounter.participant element containts a list of care providers that were present during delivery. Family members could also be included in this list. - Additional details can be defined at participant level, such as participant type and time of arrival. The latter uses an extension at participant level with a coded list of time of arrival. - Childbirth Assistance refers to the EpisodeOfCare with Encounter.EpisodeOfCare.reference

bc-Encounter Encounter An Encounter profile describing birthcare related encounters as defined by BabyConnect. The woman Patient is the subject of the Encounter.

- Encounter.type specifies the type of encounter, e.g. prenatal visit, postnatal follow up or counseling. - Encounter.episodeOfCare points to the maternal record that is the context of the Encounter - Encounter.diagnosis points to the pregnancy (and optional other Conditions) - Encounter.serviceProvider points to the responsible Organization for the Encounter

bc-MultidisciplinaryTeamMeeting Encounter An Encounter profile describing a team care conference as defined by BabyConnect. In a team care conference caregivers discuss patient cases in absence of the patient.
bc-ChildRecord EpisodeOfCare An EpisodeOfCare profile describing the child care record as defined by BabyConnect.
bc-MaternalRecord EpisodeOfCare 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: 1. The (overarching) maternal record groups all data related to one pregnancy (.type = 364320009) 2. A sub record groups all data related to a specific perinatal period within the pregnancy (.type contains a code for the perinatal period and .partOf contains a reference to the overarching maternal record)

Relations between the pregnancy (Condition) and the overarching maternal record (EpisodeOfCare): - Condition points to the EpisodeOfCare through a EpisodeOfCare.context.reference element. (Note: different providers may each have their own Condition resource.) - EpisodeOfCare points to the Condition through a EpisodeOfCare.diagnosis.condition element. - Condition points to the Patient with Condition.subject.reference

- Condition.status must be 'active' for ongoing pregnancies and 'inactive' for past ones.
bc-FamilyMemberHistory FamilyMemberHistory A FamilyMemberHistory profile as defined by BabyConnect describing the relevant family history of a pregnant woman.

- FamilyMemberHistory.patient points to the woman Patient - FamilyMemberHistory.relationship describes the relation (e.g. father or sister) of the family member to the woman Patient - FamilyMemberHistory.condition points to the (significant) condition(s) of the family member. The optional contributedToDeath extension can be used to indicate if a specific condition caused death - FamilyMemberHistory.deceased[x] indicates whether the family member has deceased. This can either be a boolean (true/false) or more specific information can be provided like age. If an age is present, it implies that the family member is deceased and in this case the boolean value should be left out.

bc-IndividualCarePlan-Goal Goal A Goal profile describing the goal(s) of an individual care plan of a pregnant woman as defined by BabyConnect.
bc-AbilityToTakeCareOfChild Observation An Observation profile describing the woman's ability to take care of her child as defined by BabyConnect. Patient-related Observations are about the (pregnant) woman, which is the subject of the Observation.
bc-AmnioticFluid Observation An Observation profile describing the amniotic fluid 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:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-BarthelIndex Observation An Observation profile describing self-reliance of the woman after birth as defined by BabyConnect. The subject is the woman Patient.
bc-BirthControl Observation An Observation profile describing birth control as defined by BabyConnect.
bc-BirthObservation Birth-related Observation Observation 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-BreastFindings Observation An Observation profile describing findings related to the breasts as defined by BabyConnect. The subject is the woman Patient.
bc-ChildObservation Child-related Observation Observation An Observation profile describing child-related Observations (not captured in other existing profiles), as defined by BabyConnect. Child-related Observations, such as Apgar score and birthweight, pertain to the child Patient, which is the subject of the Observation. If the child is unborn and no patient record exists for the child, bc-FetusObservation should be used instead.

- Child observations refer to the EpisodeOfCare with Observation.context.reference


bc-DeliveryObservation Pregnancy-related disorder Observation An Observation profile describing delivery-related Observations, as defined by BabyConnect.

Observations such as onset of labor or blood loss pertain to a delivery Procedure. - Delivery-related Observations use focus extension to point to the delivery Procedure they're about. - Delivery-related Observations refer to the EpisodeOfCare with Observation.context.reference


bc-DonorObservation Donor-related Observation Observation An Observation profile describing donor-related Observations, as defined by BabyConnect.

These are observations about the donor, such as their age. - Donor-related Observations use the focus extension to point to the RelatedPerson (donor) they are about - Donor-related Observations refer to the EpisodeOfCare with Observation.context.reference


bc-FamilySituationAssessment Observation An Observation profile as defined by BabyConnect describing the assessment of the family situation of a pregnant woman. Indications for additional care may be based on this assessment.
bc-FeedingPatternInfant Observation An Observation profile describing the infant's feeding pattern as defined by BabyConnect.
bc-FetalHeartRate Observation An Observation profile describing fetal heart rate as defined by BabyConnect. The base definition is a fetus-related Observation. Fetus-related Observations are Observations about a fetus, which is the focus of the Observation (extension). Fetus identification is necessary in these Observations, especially in multiple pregnancy. There are two ways of using this profile depending on the presence of a patient / fetus record for the unborn child:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-FetalMonitoring Observation An Observation profile derived from the fetus Observation profile describing fetal monitoring as defined by BabyConnect. Fetal monitoring is a fetus-related Observation. Fetus-related Observations are Observations about a fetus, which is the focus of the Observation (extension). Fetus identification is necessary in these Observations, especially in multiple pregnancy. There are two ways of using this profile depending on the presence of a patient / fetus record for the unborn child:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-FetusObservation Observation 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:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-InfantExcretion Observation An Observation profile describing a newborn's fecal and urine excretion as defined by BabyConnect.
bc-MaternalObservation Patient-related Observation Observation 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-ParentEducationLevel Observation An Observation profile describing a child parent's education level as defined by BabyConnect.
bc-PerinatalDeath Observation An Observation profile describing perinatal and (early) neonatal death as defined by BabyConnect. The subject may be either an unborn, stillborn or living born child. In case of an unborn or stillborn child, a patient or fetus record may not be present. In this case the subject is the woman Patient. Use the focus extension to refer to the fetus BodySite. In all other cases the subject is the child Patient and the focus extension can be left blank.
bc-PerinealAssessment Observation An Observation profile describing the perineal assessment as defined by BabyConnect.
bc-PlacentaLocalization Observation An Observation profile describing the localization of the placenta 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:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-Pregnancy-PregnancyDuration Observation 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. - Use the focus extension to point to the Condition it is about. Without this, pregnancy durations would only be Observations about a Patient - Use Observation.context.reference to point to the EpisodeOfCare - Use the supportingInfo extension to point to other problems and procedures that are relevant in the context of the pregnancy duration

bc-Pregnancy-TermDate Observation An Observation profile describing term date as defined by BabyConnect.

The term date is related to a pregnancy, which is the focus of the Observation (extension). It is also about the mother, which still is the subject of the Observation.

bc-PregnancyObservation Pregnancy-related Observation Observation 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. - Pregnancy-related Observations use the focus extension to point to the Condition they are about. Without this, all gravidities would only be Observations about a Patient. - Pregnancy-related Observations refer to the EpisodeOfCare with Observation.context.reference


bc-PregnancyUltraSoundGeneralFindings Observation An Observation profile describing general ultrasound findings for the fetus 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:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-ProcedureObservation Procedure-related Observation Observation An Observation profile describing procedure-related Observations as defined by BabyConnect. Procedure-related Observations are Observations about a procedure, which is the focus of the Observation (extension). They are also about the mother, which still is the subject of the Observation. For example, embryo transfer date and oocyte retrieval date are observations related to an IVF/ICSI procedure.

- Procedure-related Observations use focus extension to point to a birth - Procedure-related Observations refer to the EpisodeOfCare with Observation.context.reference


bc-UmbilicalCord Observation An Observation profile describing the umbilical cord a 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:

1. A patient / fetus record is present. The subject of the Observation is the (unborn) child Patient. The focus extension can be left blank. 2. A patient / fetus record is not present. The subject of the Observation is the woman Patient. The focus extension refers to the fetus BodySite.

bc-UterusActivity Observation An Observation profile derived from the maternal Observation profile describing uterus activity as defined by BabyConnect. Uterus activity is a patient-related Observation. Patient-related Observations are about the (pregnant) woman, which is the subject of the Observation.
bc-Child Patient A Patient profile for the child Patient as defined by BabyConnect.

Child is a separate Patient.

bc-Woman Patient 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-PractitionerRole PractitionerRole A PractitionerRole profile describing the role of a practitioner as defined by BabyConnect.
bc-Birth Procedure A Procedure profile describing the birth of a child as defined by BabyConnect.

This groups findings and procedures related to a particular child in a delivery - important in multiple births. A pregnancy can lead to one delivery Procedure and one or multiple birth Procedures. In multiple birth, multiple birth instances point to the same delivery Procedure. A birth also provides the relation between a child and its mother: The mother Patient is the subject of the delivery Procedure and the child Patient is the subject of the birth Procedure.

A Birth has: - A partOf extension, pointing to the Delivery - The subject is the Child - The context is the Maternal Record EpisodeOfCare - The pregnancy is captured in the reasonReference

bc-DeliveryProcedure Procedure A Procedure profile describing the delivery (including uncomplicated natural births for consistency), as defined by BabyConnect. A pregnancy can lead to one delivery Procedure, even in multiple birth. The mother Patient is the subject of the delivery Procedure.

- Delivery refers to the EpisodeOfCare with Procedure.context.reference - Delivery refers to the Pregnancy with Procedure.reasonReference.reference

A delivery Procedure is related to one or more birth Procedures. The child Patient is the subject of the birth Procedure. In case of multiple birth, multiple birth Procedures will point to the same delivery Procedure.

bc-ObstetricProcedure Procedure A Procedure profile describing obstetric procedures, as defined by BabyConnect. Obstetric procedures are procedures related to pregnancy, birth and delivery, such as vacuum delivery.

- For obstetric procedures related to the pregnancy, use Procedure.reasonReference - For obstetric procedures related to birth and delivery, use the (optional) partOf extension to point to the Delivery (maternal data) or the Birth (child-specific data) - The context is the Maternal Record or an Encounter

bc-ReferralRequest ReferralRequest A ReferralRequest profile describing referral details as defined by BabyConnect.

Referral details (such as type of referral, reason code, referrer and target of the referral) are described in ReferralRequest. The pregnant woman is the subject, the context is the pregnancy file (EpisodeOfCare).

bc-Donor RelatedPerson A RelatedPerson profile describing donor characteristics as defined by BabyConnect.
bc-MotherOf RelatedPerson A RelatedPerson profile describing the relation between mother and child as defined by BabyConnect.

The RelatedPerson is the mother, which is a related person of the child Patient. - The RelatedPerson.patient refers to the child Patient - The RelatedPerson.link refers to the mother Patient, RelatedPerson.link.type is set to seealso


Use cases

Introduction

Birthcare supports the following (types of) use cases.

  • Patient use cases, in a personal health record (PHR) context
  1. Pregnancy data
  • Health provider use cases, in a primary care context
  1. Midwife data
  2. Maternity data
  3. Neonatology data
  4. Youth care data
  5. Ultrasound data
  6. Lab results
  7. PDF/A
  • Secondary use of data
  1. Minimum data set (Perined): obstetrics
  2. Screening (RIVM): counseling
  3. Screening (RIVM): Non-invasive prenatal screening (NIPT) request
  4. Screening (RIVM): Non-invasive prenatal screening (NIPT) result
  5. Screening (RIVM): Ultrasound scan (SEO) request 1st term
  6. Screening (RIVM): Ultrasound scan (SEO) result 1st term
  7. Screening (RIVM): Ultrasound scan (SEO) result 2nd term

Use case: Client collects data from healthcare providers about her pregnancy in her personal health environment

This is a patient's use case, in a personal health record (PHR) context, for exchanging pregnancy data. Functional specification of this use case is described in the functional design wiki pages.

Note: This implementation guide builds on the general guidelines described in the use case overarching principles.

List of StructureDefinitions

Please note that many birth care specific profiles are derived from nl-core profiles (e.g. bc-PregnancyObservation is derived from nl-core-observation) to support (re)use of profiles in multiple use cases. The meta.profile element of FHIR instances conforming these profiles should at least include the generic nl-core profile and preferably the specific birth care profile.

Collect client-related data from health care providers (MedMij 0.1 integrale zwangerschapskaart)

Based on ART-DECOR transaction version: 2021-04-06T15:01:01

PWD 3.2 to FHIR
Type # Concept Card Profile Mapping
Container.png 1313 Administratief 1 .. 1
Container.png 750    Contact 0 .. * bc-Encounter Encounter
CD.png 751       ContactType 1 .. 1 bc-Encounter Encounter.class
CD.png 3690       ContactSoort 0 .. 1 bc-Encounter Encounter.type
Container.png 752       ContactMet 0 .. 1 bc-Encounter Encounter.participant.individual
Container.png 1868          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner.participant.individual
Container.png 754       Locatie 0 .. 1 bc-Encounter Encounter.serviceProvider
Container.png 1881          Zorgaanbieder 0 .. 1 nl-core-organization Organization
TS.png 756       BeginDatumTijd 1 .. 1 bc-Encounter Encounter.period.start
TS.png 757       EindDatumTijd 1 .. 1 bc-Encounter Encounter.period.end
Container.png 758       RedenContact 1 .. * bc-Encounter Encounter.diagnosis
Container.png 759          Probleem 0 .. 1 zib-Problem Condition
Container.png 1984             Vrouw/ moeder 0 .. 1 zib-Problem Condition.subject
Container.png 3828                Probleem (Algemene anamnese) 0 .. 1 zib-Problem Condition
Container.png 3831                Probleem (Psychiatrie) 0 .. 1 zib-Problem Condition
Container.png 3829                Probleem (Sociale problemen) 0 .. 1 zib-Problem Condition
Container.png 3832                Probleem (Misbruik/ Geweld) 0 .. 1 zib-Problem Condition
Container.png 3830                Probleem (Zwangerschap) 0 .. 1 bc-DisorderOfPregnancy Condition
Container.png 1928                Probleem (Maternaal) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 3833                Probleem (Postpartum complicatie) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 1985             Kind 0 .. 1 bc-DisorderOfChild Condition.subject
Container.png 1981                Probleem (Kindspecifieke maternale problemen) 0 .. 1 bc-DisorderOfChild Condition.code
Container.png 1983                Probleem (ProblematiekKind) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8781                Probleem (Geboortetrauma) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8782                Probleem (Congenitale aandoeningen) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8783                Probleem_Huid 0 .. 1 bc-DisorderOfChild Condition
Container.png 8784                Probleem_Hoofd/Hals 0 .. 1 bc-DisorderOfChild Condition
Container.png 8785                Probleem_Thorax 0 .. 1 bc-DisorderOfChild Condition
Container.png 8786                Probleem_Abdomen 0 .. 1 bc-DisorderOfChild Condition
Container.png 8787                Probleem_Rug 0 .. 1 bc-DisorderOfChild Condition
Container.png 8788                Probleem_Extremiteiten 0 .. 1 bc-DisorderOfChild Condition
Container.png 8789                Probleem_Genitalia 0 .. 1 bc-DisorderOfChild Condition
Container.png 8790                Probleem_Neurologie 0 .. 1 bc-DisorderOfChild Condition
Container.png 10682                Probleem (OpnameIndicatie_LNR) 0 .. 1 nvt
CD.png 10683                   ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfChild Condition.bodySite
CD.png 10684                   ProbleemLateraliteit 0 .. 1 bc-DisorderOfChild Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 10685                   ProbleemType 0 .. 1 bc-DisorderOfChild Condition.category
CD.png 10686                   ProbleemNaam 0 .. 1 bc-DisorderOfChild Condition.code
TS.png 10687                   ProbleemBeginDatum 0 .. 1 bc-DisorderOfChild Condition.onsetDateTime:onsetDateTime
TS.png 10688                   ProbleemEindDatum 0 .. 1 bc-DisorderOfChild Condition.abatementDateTime:abatementDateTime
CD.png 10689                   ProbleemStatus 0 .. 1 bc-DisorderOfChild Condition.clinicalStatus
CD.png 10690                   VerificatieStatus 0 .. 1 bc-DisorderOfChild Condition.verificationStatus
ST.png 10691                   Toelichting 0 .. 1 bc-DisorderOfChild Condition.note
Container.png 769          Verrichting 0 .. 1 zib-Procedure Procedure
Container.png 1986             Vrouw/ moeder 0 .. 1 zib-Procedure Procedure.subject
Container.png 3834                Verrichting (Algemene anamnese) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3835                Verrichting (Zwangerschap) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 1970                Verrichting (Maternaal) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3836                Verrichting (Onderzoek) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3837                Verrichting (Postpartum complicatie) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 1987             Kind 0 .. 1 bc-Birth Procedure.subject
Container.png 1982                Verrichting (Kindspecifieke maternale verrichtingen) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8791                Verrichting (Ondersteuning opvang) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8792                Chirurgische ingrepen (Verrichting) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8793                Verrichting (Problematiek kind) 0 .. 1 bc-ObstetricProcedure Procedure
ST.png 763          AfwijkendeUitslag 0 .. 1 bc-Encounter Encounter.reason.text
ST.png 8780          Toelichting reden contact 0 .. 1 bc-Encounter Encounter.reason.text
CD.png 764       Herkomst 0 .. 1 bc-Encounter Encounter.hospitalization.admitSource
CD.png 765       Bestemming 0 .. 1 bc-Encounter Encounter.hospitalization.dischargeDisposition
Container.png 675    Patient 1 .. * nl-core-patient Patient*
Container.png 3197       Naamgegevens 1 .. 1 nl-core-patient Patient.name
ST.png 3198          Voornamen 0 .. 1 nl-core-patient Patient.name.given
ST.png 3199          Initialen 0 .. 1 nl-core-patient Patient.name.given
ST.png 3200          Roepnaam 0 .. 1 nl-core-patient Patient.name.given
CD.png 3201          Naamgebruik 0 .. 1 nl-core-patient Patient.name.use
Container.png 3202          Geslachtsnaam 0 .. 1 nl-core-patient Patient.name.family:humannameOwnName
ST.png 3203             Voorvoegsels 0 .. 1 nl-core-patient Patient.name.family:humannameOwnPrefix
ST.png 3204             Achternaam 1 .. 1 nl-core-patient Patient.name.family:humannameOwnName
Container.png 3205          GeslachtsnaamPartner 0 .. 1 nl-core-patient Patient.name.family:humannamePartnerName
ST.png 3206             VoorvoegselsPartner 0 .. 1 nl-core-patient Patient.name.family:humannamePartnerPrefix
ST.png 3207             AchternaamPartner 1 .. 1 nl-core-patient Patient.name.family:humannamePartnerName
Container.png 3208       Adresgegevens 0 .. * nl-core-patient Patient.address
ST.png 3209          Straat 0 .. 1 nl-core-patient Patient.address.line.streetName
ST.png 3210          Huisnummer 0 .. 1 nl-core-patient Patient.address.line.houseNumber
ST.png 3211          Huisnummerletter 0 .. 1 nl-core-patient Patient.address.line.buildingNumbersuffix
ST.png 3212          Huisnummertoevoeging 0 .. 1 nl-core-patient Patient.address.line.additionalLocator
CD.png 3213          AanduidingBijNummer 0 .. 1 nl-core-patient Patient.address.line.additionalLocator
ST.png 3214          Postcode 0 .. 1 nl-core-patient Patient.address.postalCode
ST.png 3215          Woonplaats 0 .. 1 nl-core-patient Patient.address.city
ST.png 3216          Gemeente 0 .. 1 nl-core-patient Patient.address.district
CD.png 3217          Land 0 .. 1 nl-core-patient Patient.address.country
ST.png 3218          AdditioneleInformatie 0 .. 1 nl-core-patient Patient.address
CD.png 3219          AdresSoort 0 .. 1 nl-core-patient Patient.address.use
Container.png 3220       Contactgegevens 0 .. 1 nl-core-patient Patient.telecom
Container.png 3221          Telefoonnummers 0 .. * nl-core-patient Patient.telecom.value
ST.png 3222             Telefoonnummer 0 .. 1 nl-core-patient Patient.telecom.value
CD.png 3223             TelecomType 0 .. 1 nl-core-patient Patient.telecom:extension:TelecomType
CD.png 3224             NummerSoort 0 .. 1 nl-core-patient Patient.telecom.use
Container.png 3225          EmailAdressen 0 .. * nl-core-patient Patient.telecom.value
ST.png 3226             EmailAdres 0 .. 1 nl-core-patient Patient.telecom.value
CD.png 3227             EmailSoort 0 .. 1 nl-core-patient Patient.telecom.use
II.png 682       Identificatienummer 0 .. * nl-core-patient Patient.identifier
BL.png 9861       GeborenIndicator 0 .. 1 bc-child Patient.extension.born
TS.png 683       Geboortedatum 0 .. 1 nl-core-patient Patient.birthDate
CD.png 684       Geslacht (administratief) 1 .. 1 nl-core-patient Patient.gender
CD.png 10776       Geslacht (identiteit) 0 .. 1 bc-Woman Patient.extension:genderIdentity
BL.png 685       MeerlingIndicator 0 .. 1 nl-core-patient Patient.multipleBirthBoolean
ANY.png 3358       Rangnummer 0 .. 1 nl-core-patient Patient.multipleInteger
BL.png 686       OverlijdensIndicator 0 .. 1 nl-core-patient Patient.deceasedBoolean
TS.png 687       DatumOverlijden 0 .. 1 nl-core-patient Patient.deceasedDateTime
Container.png 956    Zorgaanbieder 1 .. * nl-core-organization Organization
II.png 957       ZorgaanbiederIdentificatienummer 1 .. * nl-core-organization Organization.identifier
ST.png 958       OrganisatieNaam 1 .. 1 nl-core-organization Organization.name
Container.png 3236       Adresgegevens 0 .. 1 nl-core-organization Organization.address
ST.png 3237          Straat 0 .. 1 nl-core-organization Organization.address.line.streetName
ST.png 3238          Huisnummer 0 .. 1 nl-core-organization Organization.address.line.houseNumber
ST.png 3239          Huisnummerletter 0 .. 1 nl-core-organization Organization.address.line:extension:buildingNumbersuffix
ST.png 3240          Huisnummertoevoeging 0 .. 1 nl-core-organization Organization.address.line:extension:buildingNumbersuffix
CD.png 3241          AanduidingBijNummer 0 .. 1 nl-core-organization Organization.address.line:extension:additionalLocator
ST.png 3242          Postcode 0 .. 1 nl-core-organization Organization.address.postalCode
ST.png 3243          Woonplaats 0 .. 1 nl-core-organization Organization.address.city
ST.png 3244          Gemeente 0 .. 1 nl-core-organization Organization.address.district
CD.png 3245          Land 0 .. 1 nl-core-organization Organization.address.country
ST.png 3246          AdditioneleInformatie 0 .. 1 nl-core-organization Organization.address.line.extension
CD.png 3247          AdresSoort 0 .. 1 nl-core-organization Organization.address.use/.type (via conceptMap)
CD.png 965       OrganisatieType 1 .. 1 nl-core-organization Organization.type
Container.png 978    Zorgverlener 1 .. * nl-core-practitioner Practitioner
II.png 979       ZorgverlenerIdentificatienummer 1 .. * nl-core-practitioner Practitioner.identifier
Container.png 3248       Naamgegevens 1 .. 1 nl-core-practitioner Practitioner.name
ST.png 3249          Voornamen 0 .. 1 nl-core-practitioner Practitioner.name.given
ST.png 3250          Initialen 0 .. 1 nl-core-practitioner Practitioner.name.given
ST.png 3251          Roepnaam 0 .. 1 nl-core-practitioner Practitioner.name.given
CD.png 3252          Naamgebruik 0 .. 1 nl-core-practitioner Practitioner.name:extension:humannameAssemblyOrder
Container.png 3253          Geslachtsnaam 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannameOwnName
ST.png 3254             Voorvoegsels 0 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannameOwnPrefix
ST.png 3255             Achternaam 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humanNameOwnName
Container.png 3256          GeslachtsnaamPartner 0 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerName
ST.png 3257             VoorvoegselsPartner 0 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerPrefix
ST.png 3258             AchternaamPartner 0 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerName
CD.png 2219       Specialisme 1 .. 1 nl-core-practitionerrole PractitionerRole.specialty
Container.png 3271       Contactgegevens 0 .. 1 nl-core-practitioner Practitioner.telecom
Container.png 3272          Telefoonnummers 0 .. * nl-core-practitioner Practitioner.telecom.value
ST.png 3273             Telefoonnummer 1 .. 1 nl-core-practitioner Practitioner.telecom.value
CD.png 3274             TelecomType 1 .. 1 nl-core-practitioner Practitioner.telecom:extension:TelecomType
Container.png 1678       Zorgaanbieder 0 .. 1 nl-core-organization Organization
CD.png 989       ZorgverlenersRol 0 .. 1 bc-Encounter Encounter.participant.type
Container.png 1314 Zorgverlening 1 .. * nvt
Container.png 3399    ZorgEpisode 1 .. * bc-MaternalRecord EpisodeOfCare
TS.png 3400       BeginDatum 0 .. 1 bc-MaternalRecord EpisodeOfCare.period.start
TS.png 3401       EindDatum 0 .. 1 bc-MaternalRecord EpisodeOfCare.period.end
Container.png 674 Vrouw 1 .. 1 bc-Woman Patient
Container.png 1713    Demografische gegevens 1 .. 1 bc-Woman Patient
Container.png 1434       Patient 1 .. 1 bc-Woman Patient
Container.png 1127    Bloedonderzoek 0 .. * zib-LaboratoryTestResult-Observation Observation
Container.png 1139       LaboratoriumTest_Bloedgroep 0 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1151       LaboratoriumTest_Rhesus D 0 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1163       LaboratoriumTest_Rhesus c 0 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 25 Zwangerschapsgegevens 1 .. 1 bc-MaternalRecord EpisodeOfCare
Container.png 1699    Coördinerend zorgverlener 1 .. 1 bc-MaternalRecord EpisodeOfCare.careManager
Container.png 9662       Zorgverlener 1 .. 1 nl-core-practitioner Practitioner
Container.png 3341    Zwangerschap 1 .. 1 zib-Pregnancy Condition
PQ.png 3342       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
INT.png 3343       Pariteit 1 .. 1 zib-Pregnancy-Parity Observation.value[x]:valueQuantity
INT.png 3344       Graviditeit 1 .. 1 zib-Pregnancy-Gravidity Observation.value[x]:valueQuantity
ST.png 3345       Toelichting 0 .. 1 zib-Pregnancy Condition.note
Container.png 3346       ATermeDatumItems 1 .. * bc-PregnancyObservation Observation
TS.png 3347          ATermeDatum 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueDateTime
CD.png 3348          BepalingsMethode 1 .. 1 bc-PregnancyObservation Observation.method
TS.png 3349          DatumBepaling 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
TS.png 3350          DatumLaatsteMenstruatie 1 .. 1 zib-Pregnancy-DateLastMenstruation Observation.value[x]:valueDateTime
TS.png 1729       Datum einde zwangerschap 0 .. * bc-PregnancyObservation Observation.value[x]:valueDateTime
Container.png 2220    Definitieve à terme datum (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 2221       Definitieve à terme DatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
TS.png 2223       Definitieve à terme Waarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueDateTime
CD.png 2224       Definitieve à terme Methode 0 .. 1 bc-PregnancyObservation Observation.method.coding:aTermMethod
ST.png 2225       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1837    Aantal foetussen (Observatie) 1 .. 1 bc-PregnancyObservation Observation
TS.png 1838       AantalFoetussenDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1840       AantalFoetussenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1841       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1843       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1711    Meerling zwangerschap (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1825       MeerlingZwangerschapDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
CD.png 2231       TyperingGemellizwangerschapWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueCodeableConcept
Container.png 1845       Aantal foetussen (Observatie) 1 .. 1 bc-PregnancyObservation Observation
CD.png 1833       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1826       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1734    Aantal levende kinderen (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1735       AantalLevendeKinderenDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1740       AantalLevendeKinderenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1736       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1738       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1817    Fetal loss (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1818       FetalLossDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1820       FetalLossWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1821       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1824       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1742    Foliumzuurgebruik (Observatie) 0 .. 1 bc-MaternalObservation Observation
TS.png 1743       FoliumzuurgebruikDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
CD.png 1745       FoliumzuurgebruikWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 1746       ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 1749       Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 111    Prenatale controle 0 .. * bc-Encounter Encounter
Container.png 10520       Contact 0 .. 1 bc-Encounter Encounter
PQ.png 7025       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
Container.png 2134       Leven voelen (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 2135          LevenVoelenDatumTijd 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
CD.png 2137          LevenVoelenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueCodeableConcept
CD.png 2138          ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 2141          Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1078       Lichaamsgewicht 0 .. 1 zib-BodyWeight Observation
Container.png 1072       Bloeddruk 0 .. 1 zib-BloodPressure Observation
Container.png 121       AlcoholGebruik 0 .. 1 zib-AlcoholUse Observation
ST.png 122          Toelichting 0 .. 1 zib-AlcoholUse Observation.comment
CD.png 123          AlcoholGebruikStatus 0 .. 1 zib-AlcoholUse Observation.value[x]:valueCodeableConcept
Container.png 124          WaarnemingGebruik 0 .. 1 zib-AlcoholUse Observation.effectivePeriod
TS.png 125             StartDatum 0 .. 1 zib-AlcoholUse Observation.effective[x]:effectivePeriod.start
TS.png 126             StopDatum 0 .. 1 zib-AlcoholUse Observation.effective[x]:effectivePeriod.end
PQ.png 127             Hoeveelheid 0 .. 1 zib-AlcoholUse Observation.component:amount.valueQuantity
Container.png 112       DrugsGebruik 0 .. * zib-DrugUse Observation
ST.png 117          Toelichting 0 .. 1 zib-DrugUse Observation.comment
CD.png 119          DrugsGebruikStatus 0 .. 1 zib-DrugUse Observation.value[x]:valueCodeableConcept
CD.png 118          DrugsOfGeneesmiddelSoort 0 .. 1 zib-DrugUse Observation.component:DrugOrMedicationType.valueCodeableConcept
CD.png 120          Toedieningsweg 0 .. 1 zib-DrugUse Observation.component:RouteOfAdministration.valueCodeableConcept
Container.png 113          WaarnemingGebruik 0 .. 1 zib-DrugUse Observation.effectivePeriod
TS.png 114             StartDatum 0 .. 1 zib-DrugUse Observation.effective[x]:effectivePeriod.start
TS.png 115             StopDatum 0 .. 1 zib-DrugUse Observation.effective[x]:effectivePeriod.end
ST.png 116             Hoeveelheid 0 .. 1 zib-DrugUse Observation.component:amount.valueQuantity
Container.png 2243       TabakGebruik 0 .. * zib-TobaccoUse Observation
ST.png 2244          Toelichting 0 .. 1 zib-TobaccoUse Observation.comment
CD.png 2246          TabakGebruikStatus 0 .. 1 zib-TobaccoUse Observation.value[x]:valueCodeableConcept
CD.png 2245          SoortTabakGebruik 0 .. 1 zib-TobaccoUse Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet
Container.png 2247          WaarnemingGebruik 0 .. 1 zib-TobaccoUse Observation.effectivePeriod
TS.png 2248             StartDatum 0 .. 1 zib-TobaccoUse Observation.effective[x]:effectivePeriod.start
TS.png 2249             StopDatum 0 .. 1 zib-TobaccoUse Observation.effective[x]:effectivePeriod.end
PQ.png 2250             Hoeveelheid 0 .. 1 zib-TobaccoUse Observation.component:amount.valueQuantity
INT.png 2251             PackYears 0 .. 1 zib-TobaccoUse Observation.component:PackYears.valueQuantity
Container.png 1775       Uitwendig onderzoek 0 .. * nvt
Container.png 10521          Bevindingen Moeder 0 .. 1 bc-MaternalObservation Observation
Container.png 3415             Fundushoogte (Meting) 0 .. 1 bc-MaternalObservation Observation
PQ.png 3417                FundushoogteWaarde 0 .. 1 bc-MaternalObservation Observation.value[x]:valueQuantity
CD.png 3418                MeetMethode 0 .. 1 bc-MaternalObservation Observation.method
TS.png 3421                MeetDatumBeginTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.start
TS.png 3422                MeetDatumEindTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.end
ST.png 3423                Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 3424                AnatomischeLocatieMeting 0 .. 1 bc-MaternalObservation Observation.bodySite
CD.png 3425                   Locatie 0 .. 1 bc-MaternalObservation Observation.bodySite
Container.png 4048             Fundusstand (Meting) 0 .. 1 bc-MaternalObservation Observation
CD.png 4050                FundusstandWaarde 0 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 4051                MeetMethode 0 .. 1 bc-MaternalObservation Observation.method
TS.png 4054                MeetDatumBeginTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.start
TS.png 4055                MeetDatumEindTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.end
ST.png 4056                Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 4057                AnatomischeLocatieMeting 0 .. 1 bc-MaternalObservation Observation.bodySite
CD.png 4058                   Locatie 0 .. 1 bc-MaternalObservation Observation.bodySite
Container.png 10522          Bevindingen Foetus 0 .. * bc-MaternalObservation Observation
Container.png 4060             LiggingFoetus (Meting) 1 .. * bc-MaternalObservation Observation
CD.png 4062                LiggingFoetusWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
TS.png 4066                MeetDatumBeginTijd 1 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.start
TS.png 4067                MeetDatumEindTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.end
Container.png 4069                AnatomischeLocatieMeting 1 .. 1 bc-MaternalObservation Observation.bodySite
CD.png 4070                   Locatie 1 .. 1 bc-MaternalObservation Observation.bodySite
Container.png 4072             IndalingFoetus(Meting) 1 .. * bc-MaternalObservation Observation
CD.png 4074                IndalingFoetusWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
TS.png 4078                MeetDatumBeginTijd 1 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.start
TS.png 4079                MeetDatumEindTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.end
Container.png 4081                AnatomischeLocatieMeting 1 .. 1 bc-MaternalObservation Observation.bodySite
CD.png 4082                   Locatie 1 .. 1 bc-MaternalObservation Observation.bodySite
Container.png 1776             Foetale hartslag (Hartfrequentie) 0 .. * bc-FetalHeartRate Observation
TS.png 1778                HartfrequentieDatumTijd 0 .. 1 bc-FetalHeartRate Observation.effective[x]:effectiveDateTime
PQ.png 1777                HartfrequentieWaarde 1 .. 1 bc-FetalHeartRate Observation.value[x]:valueQuantity
CD.png 1779                HartslagMeetMethode 0 .. 1 bc-FetalHeartRate Observation.method
CD.png 1781                HartslagRegelmatigheid 1 .. 1 bc-FetalHeartRate Observation.component:heartRateRegularity.value[x]:valueCodeableConcept
CD.png 1782                InterpretatieFrequentie 1 .. 1 bc-FetalHeartRate Observation.interpretation
ST.png 1780                Toelichting 0 .. 1 bc-FetalHeartRate Observation.comment
Container.png 1180    Probleem (Zwangerschap) 0 .. * bc-DisorderOfPregnancy Condition
CD.png 1181       ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfPregnancy Condition.bodySite
CD.png 1182       ProbleemLateraliteit 0 .. 1 bc-DisorderOfPregnancy Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 1183       ProbleemType 0 .. 1 bc-DisorderOfPregnancy Condition.category
CD.png 1184       ProbleemNaam 1 .. 1 bc-DisorderOfPregnancy Condition.code
CD.png 8654       Ernst oedeem 1 .. 1 bc-DisorderOfPregnancy Condition.severity
CD.png 7894       Vermoeden iuvd op basis van 1 .. 1 bc-DisorderOfPregnancy Condition.evidence.code
TS.png 1185       ProbleemBeginDatum 0 .. 1 bc-DisorderOfPregnancy Condition.onsetDateTime:onsetDateTime
TS.png 1186       ProbleemEindDatum 0 .. 1 bc-DisorderOfPregnancy Condition.abatementDateTime:abatementDateTime
PQ.png 3409       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
CD.png 1187       ProbleemStatus 1 .. 1 bc-DisorderOfPregnancy Condition.clinicalStatus
CD.png 1188       VerificatieStatus 0 .. 1 bc-DisorderOfPregnancy Condition.verificationStatus
ST.png 1189       Toelichting 0 .. 1 bc-DisorderOfPregnancy Condition.note
Container.png 1190    Verrichting (Zwangerschap) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1191       VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1192       VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
PQ.png 3408       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
CD.png 1193       VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1194       VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1195       Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1207          Probleem (Zwangerschap) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1197       VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 1198       VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1199       MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice.manipulated
Container.png 10433          MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1201       Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1312          Zorgaanbieder 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1203       Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 1310          Zorgverlener 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1205       Aanvrager 0 .. * zib-ProcedureRequest ProcedureRequest.requester
Container.png 1311          Zorgverlener 0 .. 1 zib-ProcedureRequest ProcedureRequest.requester
Container.png 37 Bevalling 0 .. 1 bc-DeliveryProcedure Procedure
II.png 3411    Partusnummer 0 .. 1 bc-DeliveryProcedure Procedure.identifier
PQ.png 10694    Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
Container.png 1564    Probleem (Maternaal) 0 .. * bc-DisorderOfLaborAndDelivery Condition
CD.png 1565       ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite
CD.png 1566       ProbleemLateraliteit 0 .. 1 bc-DisorderOfLaborAndDelivery Condition
CD.png 1567       ProbleemType 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.category
CD.png 1568       ProbleemNaam 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.code
CD.png 7917       Vermoeden iuvd op basis van 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.evidence.code
TS.png 1569       ProbleemBeginDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.onsetDateTime:onsetDateTime
TS.png 1570       ProbleemEindDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.abatementDateTime:abatementDateTime
PQ.png 3412       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation
CD.png 1571       ProbleemStatus 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.clinicalStatus
CD.png 1572       VerificatieStatus 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.verificationStatus
ST.png 1573       Toelichting 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.note
Container.png 1547    Verrichting (Maternaal) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1548       VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1549       VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
PQ.png 3413       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation
CD.png 1550       VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1551       VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1552       Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1583          Probleem (Maternaal) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1554       VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 10280       Moment amniotomie 0 .. 1 bc-ObstetricProcedure Procedure.extension:partusPhase
CD.png 1555       VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1556       MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice
Container.png 10434          MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1558       Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 10435          Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1560       Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 10436          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1562       Aanvrager 0 .. * zib-ProcedureRequest ProcedureRequest.requester
Container.png 10438          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 38    Ontsluitingsfase 0 .. 1 nvt
Container.png 4084       Actieve Ontsluiting (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4085          ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
TS.png 4087          BeginActieveOntsluitingWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueDateTime
CD.png 4088          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4095          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4096       Wijze Begin Baring (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4097          ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4099          BeginBaringWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueCodeableConcept
CD.png 4100          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4107          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 39    Uitdrijvingsfase 0 .. * bc-Birth Procedure
Container.png 9685       Patient 0 .. 1 bc-Woman Patient
Container.png 4144       Type Partus (Observatie) 1 .. 1 bc-BirthObservation Observation
TS.png 4145          ObservatieDatumTijd 0 .. 1 bc-BirthObservation Observation.effective[x]:effectiveDateTime
CD.png 4147          TypePartusWaarde 1 .. 1 bc-BirthObservation Observation.value[x]:valueCodeableConcept
CD.png 4148          ObservatieMethode 0 .. 1 bc-BirthObservation Observation.method
ST.png 4155          Toelichting 0 .. 1 bc-BirthObservation Observation.comment
Container.png 4193       Werkelijke plaats baring (type locatie) (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4194          ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4196          WerkelijkePlaatsBaringWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueCodeableConcept
CD.png 4197          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4204          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 1587       Ziekenhuis baring 0 .. 1 bc-DeliveryProcedure Procedure.performer.actor
Container.png 1588          Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1591       Probleem (Kindspecifieke maternale problemen) 0 .. * bc-DisorderOfLaborAndDelivery Condition
CD.png 1592          ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite
CD.png 1593          ProbleemLateraliteit 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 1594          ProbleemType 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.category
CD.png 1595          ProbleemNaam 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.code
TS.png 1596          ProbleemBeginDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.onsetDateTime:onsetDateTime
TS.png 1597          ProbleemEindDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.abatementDateTime:abatementDateTime
CD.png 1598          ProbleemStatus 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.clinicalStatus
CD.png 1599          VerificatieStatus 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.verificationStatus
ST.png 1600          Toelichting 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.note
Container.png 1603       Verrichting (Kindspecifieke maternale verrichtingen) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1604          VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1605          VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
CD.png 1606          VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1607          VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1608          Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1620             Probleem (Kindspecifieke maternale problemen) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1610          VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 7919          Beslismoment sectio caesarea 0 .. 1 bc-ObstetricProcedure Procedure.extension:decisionMoment
CD.png 1611          VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1612          MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice
Container.png 10452             MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1614          Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 10453             Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1616          Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 10454             Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 10455          Aanvrager 0 .. * zib-procedurerequest ProcedureRequest.requester
Container.png 10457             Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1404 Kind 0 .. * bc-Child Patient
Container.png 1754    Demografische gegevens 1 .. 1 bc-Child Patient
Container.png 1378       Patient 1 .. 1 bc-Child Patient
Container.png 1407    Lichamelijk onderzoek kind 0 .. 1 nvt
Container.png 1418       Geboortegewicht (Lichaamsgewicht) 0 .. 1 bc-ChildObservation Observation
PQ.png 1419          GewichtWaarde 1 .. 1 bc-ChildObservation Observation.value[x]:valueQuantity
PQ.png 1423          PercentielGeboortegewicht 0 .. 1 bc-ChildObservation Observation.interpretation
ST.png 1420          Toelichting 0 .. 1 bc-ChildObservation Observation.comment
TS.png 1421          GewichtDatumTijd 0 .. 1 bc-ChildObservation Observation.effective[x]:effectiveDateTime
CD.png 1422          Kleding 0 .. 1 bc-ChildObservation Observation.component:clothing.value[x]:valueCodeableConcept
Container.png 1424       Lichaamslengte 0 .. * zib-BodyHeight Observation
PQ.png 1425          LengteWaarde 1 .. 1 zib-BodyHeight Observation.value[x]:valueQuantity
TS.png 1426          LengteDatumTijd 0 .. 1 zib-BodyHeight Observation.effective[x]:effectiveDateTime
ST.png 1427          Toelichting 0 .. 1 zib-BodyHeight Observation.comment
Container.png 1429       Schedelomvang 0 .. * zib-HeadCircumference Observation
CD.png 1430          SchedelomvangMeetmethode 0 .. 1 zib-HeadCircumference Observation.method
ST.png 1431          Toelichting 0 .. 1 zib-HeadCircumference Observation.comment
PQ.png 1432          SchedelomvangWaarde 1 .. 1 zib-HeadCircumference Observation.value[x]:valueQuantity
TS.png 1433          SchedelomvangDatumTijd 0 .. 1 zib-HeadCircumference Observation.effective[x]:effectiveDateTime
Container.png 1765       Bevindingen 0 .. 1 bc-ChildObservation Observation
Container.png 2706          Algemene indruk 1 .. 1 bc-ChildObservation Observation
Container.png 1408             ApgarScore1min 1 .. 1 zib-ApgarScore Observation
INT.png 1410                ApgarScoreTotaal 1 .. 1 zib-ApgarScore Observation.value[x]:valueQuantity
Container.png 9663             ApgarScore5min 1 .. 1 zib-ApgarScore Observation
INT.png 9665                ApgarScoreTotaal 1 .. 1 zib-ApgarScore Observation.value[x]:valueQuantity
Container.png 9672             ApgarScore10min 0 .. 1 zib-ApgarScore Observation
INT.png 9674                ApgarScoreTotaal 1 .. 1 zib-ApgarScore Observation.value[x]:valueQuantity
Container.png 1123 Medisch onderzoek 0 .. * nvt
Container.png 2416    Verrichting (Onderzoek) 0 .. 1 zib-Procedure Procedure
2417       VerrichtingStartDatum 1 .. 1 zib-Procedure Procedure.effectivePeriod.start
TS.png 2418       VerrichtingEindDatum 1 .. 1 zib-Procedure Procedure.effectivePeriod.end
CD.png 2419       VerrichtingAnatomischeLocatie 0 .. 1 zib-Procedure Procedure.bodySite
CD.png 2420       VerrichtingLateraliteit 0 .. 1 zib-Procedure Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept
Container.png 2421       Indicatie 0 .. 1 zib-Procedure Procedure.reasonReference
Container.png 2422          Probleem 0 .. 1 zib-Problem Condition
CD.png 2423       VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 2424       VerrichtingMethode 0 .. 1 bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 2425       MedischHulpmiddel 0 .. 1 bc-ObstetricProcedure Procedure.focalDevice
Container.png 10474          MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 2427       Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer.actor
Container.png 2433          Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 2429       Uitvoerder 0 .. 1 bc-ObstetricProcedure Procedure.performer.actor
Container.png 2434          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 2431       Aanvrager 0 .. 1 zib-ProcedureRequest Procedure.Requestrequester
Container.png 2435          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1124    Maternale onderzoeksgegevens 1 .. 1 bc-MaternalObservation Observation
Container.png 1125       Urine-, bloed- en aanvullende onderzoeken 1 .. * zib-LaboratoryTestResult-Observation Observation
Container.png 1126          PSIE 0 .. * zib-LaboratoryTestResult-Observation Observation
Container.png 1128             LaboratoriumTest_Bloedgroep 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 1129                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
CD.png 1132                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1140             LaboratoriumTest_Rhesus D 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 1141                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
CD.png 1144                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1152             LaboratoriumTest_Rhesus c 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 1153                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
CD.png 1156                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1640             LaboratoriumTest_ HBsAg 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2367                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 1644                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
CD.png 1649                InterpretatieVlaggen 0 .. 1 zib-LaboratoryTestResult-Observation Observation.interpretation
Container.png 2356             LaboratoriumTest_HIV 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2357                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
CD.png 2360                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 2368             LaboratoriumTest_Lues 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2369                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2372                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
CD.png 2377                InterpretatieVlaggen 0 .. 1 zib-LaboratoryTestResult-Observation Observation.interpretation
Container.png 3501             Irregulaire antistoffen (Observatie) 0 .. 1 zib-LaboratoryTestResult-Observation Observation
TS.png 3502                IrregulaireAntistoffenDatumTijd 0 .. 1 zib-LaboratoryTestResult-Observation Observation.effective[x]:effectiveDateTime
BL.png 3503                IrregulaireAntistoffenWaarde 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueBoolean
CD.png 3504                WelkeAntistoffenWaarde 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
ST.png 3505                Toelichting 0 .. 1 zib-LaboratoryTestResult-Observation Observation.comment
Container.png 2379          LaboratoriumTest_Hb 0 .. * zib-LaboratoryTestResult-Observation Observation
CD.png 2380             TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2383             TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2401          Hb typering 0 .. * zib-LaboratoryTestResult-Observation Observation
Container.png 2491             LaboratoriumTest_MCV 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2492                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2495                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2513             LaboratoriumTest_Vitamine B12 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2514                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2517                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2545             LaboratoriumTest_Actief-B12 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2546                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2549                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2524             LaboratoriumTest_Ferritine 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2525                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2528                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2502             LaboratoriumTest_Foliumzuur 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2503                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2506                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 2535             Probleem_Hb-pathie 0 .. * zib-Problem Condition
CD.png 2538                ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 2539                ProbleemNaam 0 .. 1 zib-Problem Condition.code
TS.png 2540                ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 2541                ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 2542                ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus
CD.png 2543                VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus
ST.png 2544                Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 1651          Schildklierdiagnostiek 0 .. 1 zib-LaboratoryTestResult-Observation Observation
Container.png 1652             LaboratoriumTest_VrijT4, TSH & TSH receptor antistoffen 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 1653                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 1656                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity
Container.png 1663          TORCH 0 .. 1 zib-LaboratoryTestResult-Observation Observation
Container.png 2390             LaboratoriumTest_TORCH 0 .. 1 zib-LaboratoryTestResult-Observation Observation
CD.png 2391                TestCode 1 .. 1 zib-LaboratoryTestResult-Observation Observation.code
PQ.png 2394                TestUitslag 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueQuantity


Use case: Midwife data

This is health provider use case for exchanging midwife data. Functional specification of this use case is described in the functional design wiki pages.

List of StructureDefinitions

Please note that many birth care specific profiles are derived from nl-core profiles (e.g. bc-PregnancyObservation is derived from nl-core-observation) to support (re)use of profiles in multiple use cases. The meta.profile element of FHIR instances conforming these profiles should at least include the generic nl-core profile and preferably the specific birth care profile.

Midwife data

Based on ART-DECOR transaction version: 2021-09-29T08:50:41

PWD 3.2 to FHIR
Type # Concept Card Profile Mapping
Container.png 1313 Administratief 1 .. 1
Container.png 1290    Betaler 0 .. 1 zib-Payer Coverage
Container.png 1291       BetalerPersoon 0 .. 1 zib-Payer Coverage.payor
ST.png 1292          BetalerNaam 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.name
Container.png 1293          Bankgegevens 0 .. 1 zib-Payer Coverage.payor:extension:bankInformation
ST.png 1294             BankNaam 0 .. 1 zib-Payer Coverage.payor:extension:bankInformation.extension:BankName
ST.png 1295             Bankcode 0 .. 1 zib-Payer Coverage.payor:extension:bankInformation.extension:AccountNumber
ST.png 1296             Rekeningnummer 0 .. 1 zib-Payer Coverage.payor:extension:bankInformation.extension:Bankcode
Container.png 1297       Verzekeraar 0 .. 1 zib-Payer Coverage
Container.png 1298          Verzekering 0 .. 1 zib-Payer Coverage.payor
TS.png 1299             BeginDatumTijd 0 .. 1 zib-Payer Coverage.period.start
TS.png 1300             EindDatumTijd 0 .. 1 zib-Payer Coverage.period.end
CD.png 1301             Verzekeringssoort 0 .. 1 zib-Payer Coverage.type
II.png 1302          IdentificatieNummer 0 .. 1 nl-core-organization Organization.identifier
ST.png 1303          OrganisatieNaam 0 .. 1 nl-core-organization Organization.name
ST.png 1304          VerzekerdeNummer 0 .. 1 zib-Payer Coverage.subscriberId
Container.png 3279       Adresgegevens 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address
ST.png 3280          Straat 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line:line.streetName
ST.png 3281          Huisnummer 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line:houseNumber
ST.png 3282          Huisnummerletter 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line:extension:buildingNumbersuffix
ST.png 3283          Huisnummertoevoeging 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line:extension:buildingNumbersuffix
CD.png 3284          AanduidingBijNummer 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line.extension:additionalLocator
ST.png 3285          Postcode 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line.postalCode
ST.png 3286          Woonplaats 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line.city
ST.png 3287          Gemeente 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line.district
CD.png 3288          Land 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPersonaddress.country
ST.png 3289          AdditioneleInformatie 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.line.extension:unitID
CD.png 3290          AdresSoort 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.address.type/.use (via conceptmap)
Container.png 3291       Contactgegevens 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom
Container.png 3292          Telefoonnummers 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom
ST.png 3293             Telefoonnummer 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom.value
CD.png 3294             TelecomType 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom:extension:TelecomType
CD.png 3295             NummerSoort 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom.use
Container.png 3296          EmailAdressen 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom.value
ST.png 3297             EmailAdres 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom.value
CD.png 3298             EmailSoort 0 .. 1 nl-core-patient/nl-core-relatedperson Patient/RelatedPerson.telecom.use
Container.png 750    Contact 0 .. * bc-Encounter Encounter
CD.png 751       ContactType 1 .. 1 bc-Encounter Encounter.class
CD.png 3690       ContactSoort 0 .. 1 bc-Encounter Encounter.type
Container.png 752       ContactMet 0 .. 1 bc-Encounter Encounter.participant.individual
Container.png 1868          Zorgverlener 1 .. 1 nl-core-practitioner Practitioner.participant.individual
Container.png 754       Locatie 0 .. 1 bc-Encounter Encounter.serviceProvider
Container.png 1881          Zorgaanbieder 0 .. 1 nl-core-organization Organization
TS.png 756       BeginDatumTijd 1 .. 1 bc-Encounter Encounter.period.start
TS.png 757       EindDatumTijd 1 .. 1 bc-Encounter Encounter.period.start
Container.png 758       RedenContact 1 .. * bc-Encounter Encounter.diagnosis
Container.png 759          Probleem 0 .. 1 zib-Problem Condition
Container.png 1984             Vrouw/ moeder 0 .. 1 zib-Problem Condition.subject
Container.png 3828                Probleem (Algemene anamnese) 0 .. 1 zib-Problem Condition
Container.png 3831                Probleem (Psychiatrie) 0 .. 1 zib-Problem Condition
Container.png 3829                Probleem (Sociale problemen) 0 .. 1 zib-Problem Condition
Container.png 3832                Probleem (Misbruik/ Geweld) 0 .. 1 zib-Problem Condition
Container.png 3830                Probleem (Zwangerschap) 0 .. 1 bc-DisorderOfPregnancy Condition
Container.png 1928                Probleem (Maternaal) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 3833                Probleem (Postpartum complicatie) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 1985             Kind 0 .. 1 bc-DisorderOfChild Condition.subject
Container.png 1981                Probleem (Kindspecifieke maternale problemen) 0 .. 1 bc-DisorderOfChild Condition.code
Container.png 1983                Probleem (ProblematiekKind) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8781                Probleem (Geboortetrauma) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8782                Probleem (Congenitale aandoeningen) 0 .. 1 bc-DisorderOfChild Condition
Container.png 8783                Probleem_Huid 0 .. 1 bc-DisorderOfChild Condition
Container.png 8784                Probleem_Hoofd/Hals 0 .. 1 bc-DisorderOfChild Condition
Container.png 8785                Probleem_Thorax 0 .. 1 bc-DisorderOfChild Condition
Container.png 8786                Probleem_Abdomen 0 .. 1 bc-DisorderOfChild Condition
Container.png 8787                Probleem_Rug 0 .. 1 bc-DisorderOfChild Condition
Container.png 8788                Probleem_Extremiteiten 0 .. 1 bc-DisorderOfChild Condition
Container.png 8789                Probleem_Genitalia 0 .. 1 bc-DisorderOfChild Condition
Container.png 8790                Probleem_Neurologie 0 .. 1 bc-DisorderOfChild Condition
Container.png 769          Verrichting 0 .. 1 nl-core-procedure Procedure
Container.png 1986             Vrouw/ moeder 0 .. 1 nl-core-procedure Procedure.subject
Container.png 3834                Verrichting (Algemene anamnese) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3835                Verrichting (Zwangerschap) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 1970                Verrichting (Maternaal) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3836                Verrichting (Onderzoek) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 3837                Verrichting (Postpartum complicatie) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 1987             Kind 0 .. 1 bc-Birth Procedure.subject
Container.png 1982                Verrichting (Kindspecifieke maternale verrichtingen) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8791                Verrichting (Ondersteuning opvang) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8792                Chirurgische ingrepen (Verrichting) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 8793                Verrichting (Problematiek kind) 0 .. 1 bc-ObstetricProcedure Procedure
ST.png 763          AfwijkendeUitslag 0 .. 1 bc-Encounter Encounter.reason.text
ST.png 8780          Toelichting reden contact 0 .. 1 bc-Encounter Encounter.reason.text
CD.png 764       Herkomst 0 .. 1 bc-Encounter Encounter.hospitalization.admitSource
CD.png 765       Bestemming 0 .. 1 bc-Encounter Encounter.hospitalization.dischargeDisposition
Container.png 947    Contactpersoon 1 .. * nl-core-relatedperson Relatedperson
Container.png 3299       Naamgegevens 1 .. 1 nl-core-relatedperson Relatedperson.name
ST.png 3300          Voornamen 0 .. 1 nl-core-relatedperson Relatedperson.name.given
ST.png 3301          Initialen 0 .. 1 nl-core-relatedperson Relatedperson.name.given
ST.png 3302          Roepnaam 0 .. 1 nl-core-relatedperson Relatedperson.name.given
CD.png 3303          Naamgebruik 0 .. 1 nl-core-relatedperson Relatedperson.name.use
Container.png 3304          Geslachtsnaam 0 .. 1 nl-core-relatedperson Relatedperson.name.family:humannameOwnName
ST.png 3305             Voorvoegsels 0 .. 1 nl-core-relatedperson Relatedperson.name.family:humannameOwnPrefix
ST.png 3306             Achternaam 1 .. 1 nl-core-relatedperson Relatedperson.name.family:humannameOwnName
Container.png 3307          GeslachtsnaamPartner 0 .. 1 nl-core-relatedperson Relatedperson.name.family:humannamePartnerName
ST.png 3308             VoorvoegselsPartner 0 .. 1 nl-core-relatedperson Relatedperson.name.family:humannamePartnerPrefix
ST.png 3309             AchternaamPartner 1 .. 1 nl-core-relatedperson Relatedperson.name.family:humannamePartnerName
Container.png 3310       Contactgegevens 1 .. 1 nl-core-relatedperson Relatedperson.telecom
Container.png 3311          Telefoonnummers 0 .. * nl-core-relatedperson Relatedperson.telecom
ST.png 3312             Telefoonnummer 1 .. 1 nl-core-relatedperson Relatedperson.telecom.value
CD.png 3313             TelecomType 1 .. 1 nl-core-relatedperson Relatedperson.telecom:extension:TelecomType
CD.png 3314             NummerSoort 0 .. 1 nl-core-relatedperson Relatedperson.telecom.use
Container.png 3315          EmailAdressen 0 .. * nl-core-relatedperson Relatedperson.telecom.value
ST.png 3316             EmailAdres 1 .. 1 nl-core-relatedperson Relatedperson.telecom.value
CD.png 3317             EmailSoort 0 .. 1 nl-core-relatedperson Relatedperson.telecom.use
Container.png 3318       Adresgegevens 0 .. 1 nl-core-relatedperson Relatedperson.address
ST.png 3319          Straat 0 .. 1 nl-core-relatedperson Relatedperson.address.line:line.streetName
ST.png 3320          Huisnummer 0 .. 1 nl-core-relatedperson Relatedperson.address.line:houseNumber
ST.png 3321          Huisnummerletter 0 .. 1 nl-core-relatedperson Relatedperson.address.line:extension:buildingNumbersuffix
ST.png 3322          Huisnummertoevoeging 0 .. 1 nl-core-relatedperson Relatedperson.address.line:extension:buildingNumbersuffix
CD.png 3323          AanduidingBijNummer 0 .. 1 nl-core-relatedperson Relatedperson.address.line.extension:additionalLocator
ST.png 3324          Postcode 0 .. 1 nl-core-relatedperson Relatedperson.address.line.postalCode
ST.png 3325          Woonplaats 0 .. 1 nl-core-relatedperson Relatedperson.address.line.city
ST.png 3326          Gemeente 0 .. 1 nl-core-relatedperson Relatedperson.address.line.district
CD.png 3327          Land 0 .. 1 nl-core-relatedperson Relatedpersonaddress.country
ST.png 3328          AdditioneleInformatie 0 .. 1 nl-core-relatedperson Relatedperson.address.line.extension
CD.png 3329          AdresSoort 1 .. 1 nl-core-relatedperson Relatedperson.address.type/.use (via conceptmap)
CD.png 954       Rol 0 .. 1 nl-core-relatedperson Relatedperson:role
CD.png 955       Relatie 0 .. 1 nl-core-relatedperson Relatedperson.relationship
Container.png 675    Patient 1 .. * nl-core-patient Patient*
Container.png 3197       Naamgegevens 1 .. 1 nl-core-patient Patient.name
ST.png 3198          Voornamen 0 .. 1 nl-core-patient Patient.name.given
ST.png 3199          Initialen 0 .. 1 nl-core-patient Patient.name.given
ST.png 3200          Roepnaam 0 .. 1 nl-core-patient Patient.name.given
CD.png 3201          Naamgebruik 0 .. 1 nl-core-patient Patient.name.use
Container.png 3202          Geslachtsnaam 0 .. 1 nl-core-patient Patient.name.family:humannameOwnName
ST.png 3203             Voorvoegsels 0 .. 1 nl-core-patient Patient.name.family:humannameOwnPrefix
ST.png 3204             Achternaam 1 .. 1 nl-core-patient Patient.name.family:humannameOwnName
Container.png 3205          GeslachtsnaamPartner 0 .. 1 nl-core-patient Patient.name.family:humannamePartnerName
ST.png 3206             VoorvoegselsPartner 0 .. 1 nl-core-patient Patient.name.family:humannamePartnerPrefix
ST.png 3207             AchternaamPartner 1 .. 1 nl-core-patient Patient.name.family:humannamePartnerName
Container.png 3208       Adresgegevens 0 .. * nl-core-patient Patient.address
ST.png 3209          Straat 0 .. 1 nl-core-patient Patient.address.line.streetName
ST.png 3210          Huisnummer 0 .. 1 nl-core-patient Patient.address.line.houseNumber
ST.png 3211          Huisnummerletter 0 .. 1 nl-core-patient Patient.address.line.buildingNumbersuffix
ST.png 3212          Huisnummertoevoeging 0 .. 1 nl-core-patient Patient.address.line.additionalLocator
CD.png 3213          AanduidingBijNummer 0 .. 1 nl-core-patient Patient.address.line.additionalLocator
ST.png 3214          Postcode 0 .. 1 nl-core-patient Patient.address.postalCode
ST.png 3215          Woonplaats 0 .. 1 nl-core-patient Patient.address.city
ST.png 3216          Gemeente 0 .. 1 nl-core-patient Patient.address.district
CD.png 3217          Land 0 .. 1 nl-core-patient Patient.address.country
ST.png 3218          AdditioneleInformatie 0 .. 1 nl-core-patient Patient.address
CD.png 3219          AdresSoort 1 .. 1 nl-core-patient Patient.address.use
Container.png 3220       Contactgegevens 0 .. 1 nl-core-patient Patient.telecom
Container.png 3221          Telefoonnummers 0 .. * nl-core-patient Patient.telecom.value
ST.png 3222             Telefoonnummer 1 .. 1 nl-core-patient Patient.telecom.value
CD.png 3223             TelecomType 1 .. 1 nl-core-patient Patient.telecom:extension:TelecomType
CD.png 3224             NummerSoort 0 .. 1 nl-core-patient Patient.telecom.use
Container.png 3225          EmailAdressen 0 .. * nl-core-patient Patient.telecom.value
ST.png 3226             EmailAdres 1 .. 1 nl-core-patient Patient.telecom.value
CD.png 3227             EmailSoort 0 .. 1 nl-core-patient Patient.telecom.use
II.png 682       Identificatienummer 1 .. * nl-core-patient Patient.identifier
BL.png 9861       GeborenIndicator 0 .. 1 bc-child Patient.extension.born
TS.png 683       Geboortedatum 0 .. 1 nl-core-patient Patient.birthDate
CD.png 684       Geslacht (administratief) 1 .. 1 nl-core-patient Patient.gender
CD.png 10776       Geslacht (identiteit) 0 .. 1 bc-Woman Patient.extension:genderIdentity
BL.png 685       MeerlingIndicator 0 .. 1 nl-core-patient Patient.multipleBirthBoolean
ANY.png 3358       Rangnummer 0 .. 1 nl-core-patient Patient.multipleInteger
BL.png 686       OverlijdensIndicator 0 .. 1 nl-core-patient Patient.deceasedBoolean
TS.png 687       DatumOverlijden 0 .. 1 nl-core-patient Patient.deceasedDateTime
Container.png 7858    JuridischeSituatie 0 .. * bc-LegalSituation-LegalStatus Condition
CD.png 7859       JuridischeStatus 0 .. 1 bc-LegalSituation-LegalStatus Condition
CD.png 7860       Vertegenwoordiging 0 .. 1 bc-LegalSituation-Representation Condition
TS.png 7861       DatumAanvang 0 .. 1 bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation Condition.onset[x]:onsetDateTime
TS.png 7862       DatumEinde 0 .. 1 bc-LegalSituation-Representation&scope=nictiz.fhir.nl.stu3.geboortezorg@1.2.2 bc-LegalSituation-LegalStatus bc-LegalSituation-Representation Condistion.abatementDateTime
Container.png 956    Zorgaanbieder 1 .. * nl-core-organization Organization
II.png 957       ZorgaanbiederIdentificatienummer 1 .. * nl-core-organization Organization.identifier
ST.png 958       OrganisatieNaam 1 .. 1 nl-core-organization Organization.name
ST.png 959       OrganisatieLocatie 1 .. 1 nl-core-organization Organization?
CD.png 960       AfdelingSpecialisme 1 .. 1 nl-core-organization Organization.type:departmentSpecialty
Container.png 3228       Contactgegevens 1 .. 1 nl-core-organization Organization.telecom
Container.png 3229          Telefoonnummers 1 .. 1 nl-core-organization Organization.telecom.value
ST.png 3230             Telefoonnummer 1 .. 1 nl-core-organization Organization.telecom.value
CD.png 3231             TelecomType 1 .. 1 nl-core-organization Organization.telecom:extension:TelecomType
CD.png 3232             NummerSoort 1 .. 1 nl-core-organization Organization.telecom.use
Container.png 3233          EmailAdressen 1 .. 1 nl-core-organization Organization.telecom
ST.png 3234             EmailAdres 1 .. 1 nl-core-organization Organization.telecom.value
CD.png 3235             EmailSoort 1 .. 1 nl-core-organization Organization.telecom.use
Container.png 3236       Adresgegevens 1 .. 1 nl-core-organization Organization.address
ST.png 3237          Straat 1 .. 1 nl-core-organization Organization.address.line.streetName
ST.png 3238          Huisnummer 1 .. 1 nl-core-organization Organization.address.line.houseNumber
ST.png 3239          Huisnummerletter 1 .. 1 nl-core-organization Organization.address.line:extension:buildingNumbersuffix
ST.png 3240          Huisnummertoevoeging 1 .. 1 nl-core-organization Organization.address.line:extension:buildingNumbersuffix
CD.png 3241          AanduidingBijNummer 1 .. 1 nl-core-organization Organization.address.line:extension:additionalLocator
ST.png 3242          Postcode 1 .. 1 nl-core-organization Organization.address.postalCode
ST.png 3243          Woonplaats 1 .. 1 nl-core-organization Organization.address.city
ST.png 3244          Gemeente 1 .. 1 nl-core-organization Organization.address.district
CD.png 3245          Land 1 .. 1 nl-core-organization Organization.address.country
ST.png 3246          AdditioneleInformatie 1 .. 1 nl-core-organization Organization.address.line.extension
CD.png 3247          AdresSoort 1 .. 1 nl-core-organization Organization.address.use/.type (via conceptMap)
CD.png 965       OrganisatieType 1 .. 1 nl-core-organization Organization.type
Container.png 978    Zorgverlener 1 .. * nl-core-practitioner Practitioner
II.png 979       ZorgverlenerIdentificatienummer 1 .. * nl-core-practitioner Practitioner.identifier
Container.png 3248       Naamgegevens 1 .. 1 nl-core-practitioner Practitioner.name
ST.png 3249          Voornamen 1 .. 1 nl-core-practitioner Practitioner.name.given
ST.png 3250          Initialen 1 .. 1 nl-core-practitioner Practitioner.name.given
ST.png 3251          Roepnaam 1 .. 1 nl-core-practitioner Practitioner.name.given
CD.png 3252          Naamgebruik 1 .. 1 nl-core-practitioner Practitioner.name:extension:humannameAssemblyOrder
Container.png 3253          Geslachtsnaam 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannameOwnName
ST.png 3254             Voorvoegsels 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannameOwnPrefix
ST.png 3255             Achternaam 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humanNameOwnName
Container.png 3256          GeslachtsnaamPartner 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerName
ST.png 3257             VoorvoegselsPartner 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerPrefix
ST.png 3258             AchternaamPartner 1 .. 1 nl-core-practitioner Practitioner.name.family:extension:humannamePartnerName
CD.png 2219       Specialisme 1 .. 1 nl-core-practitionerrole PractitionerRole.specialty
Container.png 3259       Adresgegevens 0 .. 1 nl-core-practitioner Practitioner.addresss
ST.png 3260          Straat 0 .. 1 nl-core-practitioner Practitioner.address.line.streetName
ST.png 3261          Huisnummer 0 .. 1 nl-core-practitioner Practitioner.address.line.houseNumber
ST.png 3262          Huisnummerletter 0 .. 1 nl-core-practitioner Practitioner.address.line:extension:buildingNumbersuffix
ST.png 3263          Huisnummertoevoeging 0 .. 1 nl-core-practitioner Practitioner.address.line:extension:buildingNumbersuffix
CD.png 3264          AanduidingBijNummer 0 .. 1 nl-core-practitioner Practitioner.address.line:extension:additionalLocator
ST.png 3265          Postcode 0 .. 1 nl-core-practitioner Practitioner.address.postalCode
ST.png 3266          Woonplaats 0 .. 1 nl-core-practitioner Practitioner.address.city
ST.png 3267          Gemeente 0 .. 1 nl-core-practitioner Practitioner.address.district
CD.png 3268          Land 0 .. 1 nl-core-practitioner Practitioner.address.country
ST.png 3269          AdditioneleInformatie 0 .. 1 nl-core-practitioner Practitioner.address.line.extension
CD.png 3270          AdresSoort 0 .. 1 nl-core-practitioner Practitioner.address.use/.type (via conceptMap)
Container.png 3271       Contactgegevens 1 .. 1 nl-core-practitioner Practitioner.telecom
Container.png 3272          Telefoonnummers 1 .. * nl-core-practitioner Practitioner.telecom.value
ST.png 3273             Telefoonnummer 1 .. 1 nl-core-practitioner Practitioner.telecom.value
CD.png 3274             TelecomType 1 .. 1 nl-core-practitioner Practitioner.telecom:extension:TelecomType
CD.png 3275             NummerSoort 0 .. 1 nl-core-practitioner Practitioner.telecom.use
Container.png 3276          EmailAdressen 0 .. 1 nl-core-practitioner Practitioner.telecom.value
ST.png 3277             EmailAdres 0 .. 1 nl-core-practitioner Practitioner.telecom.value
CD.png 3278             EmailSoort 0 .. 1 nl-core-practitioner Practitioner.telecom.use
Container.png 1678       Zorgaanbieder 0 .. 1 nl-core-organization Organization
CD.png 989       ZorgverlenersRol 0 .. 1 nl-core-practitionerrole PractitionerRole
Container.png 1314 Zorgverlening 1 .. * nvt
Container.png 3841    ZorgAfspraak 1 .. * bc-CareAgreement CarePlan
TS.png 3842       BeginDatum 1 .. 1 bc-CareAgreement CarePlan.period.start
TS.png 3843       EindDatum 1 .. 1 bc-CareAgreement CarePlan.period.end
Container.png 3844       AfspraakPartijen 2 .. * bc-CareAgreement CarePlan.author
Container.png 3845          Patiënt 0 .. 1 bc-CareAgreement CarePlan.author
Container.png 3865             Patient 0 .. 1 bc-CareAgreement CarePlan.author
Container.png 3847          Contactpersoon 0 .. 1 bc-CareAgreement CarePlan.author
Container.png 3866             Contactpersoon 0 .. 1 bc-CareAgreement CarePlan.author
Container.png 3849          Zorgverlener 1 .. 1 bc-CareAgreement CarePlan.author
Container.png 3867             Zorgverlener 1 .. 1 bc-CareAgreement CarePlan.author
Container.png 3851       Uitvoerder 0 .. * bc-CareAgreement CarePlan.activity.detail.performer
Container.png 3852          Patient 0 .. 1 bc-CareAgreement CarePlan.activity.detail.performer:patient
Container.png 3868             Patient 0 .. 1 nl-core-patient Patient
Container.png 3854          Contactpersoon 0 .. 1 bc-CareAgreement CarePlan.activity.detail.performer:contactPerson
Container.png 3869             Contactpersoon 0 .. 1 nl-core-relatedperson RelatedPerson
Container.png 3856          Zorgverlener 0 .. 1 bc-CareAgreement CarePlan.activity.detail.performer.extension:practitionerRole
Container.png 3870             Zorgverlener 0 .. 1 nl-core-practitionerrole PractitionerRole
Container.png 3858       Coordinator 1 .. 1 bc-CareAgreement CarePlan.author.extension:coordinator
Container.png 3864          Zorgverlener 1 .. 1 nl-core-practitionerrole PractitionerRole
ST.png 3860       Activiteit 1 .. 1 bc-CareAgreement CarePlan.activity.detail.code.text
ST.png 3861       Toelichting 0 .. 1 bc-CareAgreement CarePlan.activity.detail.description
Container.png 3862       Probleem zorgafspraak 0 .. 1 bc-CareAgreement CarePlan.addresses
Container.png 8833          Probleem 0 .. 1 zib-Problem Condition
CD.png 8834             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8835             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite:Laterality
CD.png 8836             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8837             ProbleemNaam 0 .. 1 zib-Problem Condition.code
TS.png 8838             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8839             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8840             ProbleemStatus 0 .. 1 zib-Problem Condition.clinicalStatus:ProblemStatusCodelist
CD.png 8841             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus:VerificatieStatusCodelijst
ST.png 8842             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 2623    Conclusie professioneel onderzoek 0 .. * bc-ClinicalImpression ClinicalImpression
TS.png 2624       ConclusieDatumTijd 1 .. 1 bc-ClinicalImpression ClinicalImpression.effective[x]:effectiveDateTime
Container.png 2627       Zorgverlener 0 .. 1 bc-ClinicalImpression ClinicalImpression.assessor
Container.png 3634       Verrichting (Onderzoek) 0 .. 1 bc-ClinicalImpression ClinicalImpression.investigation.item.extension:procedure
ST.png 2628       InterpretatieUitgevoerd onderzoek 0 .. 1 bc-ClinicalImpression ClinicalImpression.summary
CD.png 2630       Conclusie 1 .. 1 bc-ClinicalImpression ClinicalImpression.finding:pregnancyRiskCategory.item[x]:itemCodeableConcept
CD.png 4302       Beleid 0 .. 1 bc-ClinicalImpression ClinicalImpression.extension:management
ST.png 2625       Toelichting 0 .. 1 bc-ClinicalImpression ClinicalImpression.note
Container.png 1350    Informed Consent 0 .. 1 zib-AdvanceDirective Consent
II.png 1351       ConsentIdentificatie 1 .. * zib-AdvanceDirective Consent.identifier
TS.png 1352       ConsentDatum/Tijd 1 .. 1 zib-AdvanceDirective Consent.dateTime
CD.png 1353       ConsentScope 1 .. 1 zib-AdvanceDirective Consent.category
CD.png 1354       ConsentStatus 1 .. 1 zib-AdvanceDirective Consent.status
CD.png 1355       ConsentCategorie 1 .. * zib-AdvanceDirective Consent.category
blob 1356       ConsentDocument 0 .. 1 zib-AdvanceDirective Consent.extension:document/Binary
Container.png 1357       Consentgever 1 .. 1 zib-AdvanceDirective Consent.consentingParty
Container.png 1358          Patient 0 .. 1 zib-AdvanceDirective Consent.actor.reference
Container.png 1359          Contactpersoon 0 .. 1 zib-AdvanceDirective Consent.consentingParty
Container.png 1360       Verificatie 0 .. * zib-AdvanceDirective Consent:extension:verification
BL.png 1361          Geverifieerd 1 .. 1 zib-AdvanceDirective Consent:extension:verification:extension:verified
CD.png 1362          GeverifieerdBij 0 .. 1 zib-AdvanceDirective Consent:extension:verification:extension:verifiedWith
TS.png 1363          VerificatieDatum 0 .. 1 zib-AdvanceDirective Consent:extension:verification:extension:verificationDate
Container.png 1364       Zorgverlener 0 .. 1 zib-AdvanceDirective ntb
Container.png 3359    Patientbespreking 0 .. * bc-MultidisciplinaryTeamMeeting Encounter
ST.png 3360       PatientbesprekingLabel 1 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.type.text
TS.png 3361       PatientbesprekingDatumTijd 1 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.period.start
Container.png 3362       Deelnemer 2 .. * bc-MultidisciplinaryTeamMeeting Encounter.participant.individual
CD.png 3363          RolDeelnemer 0 .. * bc-MultidisciplinaryTeamMeeting Encounter.participant.type:role
Container.png 1345          Zorgverlener 0 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.participant.individual.extension:practitionerRole
Container.png 1990          Contactpersoon 0 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.participant.individual
Container.png 1989          Patient 0 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.participant.individual.extension:patient
Container.png 3370       Beleid 0 .. 1 bc-MultidisciplinaryTeamMeeting-Plan CarePlan
Container.png 3371          VoorgesteldeBehandeling 0 .. * bc-MultidisciplinaryTeamMeeting-Plan CarePlan.activity.reference
Container.png 2685             Verrichting 0 .. * nl-core-procedure Procedure
CD.png 3373          IntentieBehandeling 0 .. 1 bc-MultidisciplinaryTeamMeeting-Plan CarePlan.extension:intentTreatment.valueCodeableConcept:valueCodeableConcept
Container.png 3374       Aandoening 0 .. 1 bc-MultidisciplinaryTeamMeeting Encounter.diagnosis
Container.png 8843          Probleem 0 .. 1 zib-Problem Condition
CD.png 8844             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8845             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite:Laterality
CD.png 8846             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8847             ProbleemNaam 1 .. 1 zib-Problem Condition.code
TS.png 8848             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8849             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8850             ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus:ProblemStatusCodelist
CD.png 8851             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus:VerificatieStatusCodelijst
ST.png 8852             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 3669    Vaccinatie 0 .. 1 zib-Vaccination Immunization
CD.png 3670       ProductCode 0 .. 1 zib-Vaccination Immunization.vaccineCode
PQ.png 3671       Dosis 0 .. 1 zib-Vaccination Immunization.doseQuantity
TS.png 3672       VaccinatieDatum 1 .. 1 zib-Vaccination Immunization.date
TS.png 3673       GewensteDatumHervaccinatie 0 .. 1 zib-VaccinationRecommendation ImmunizationRecommendation.recommendation.date
Container.png 3674       Toediener 0 .. 1 zib-Vaccination Immunization.practitioner
Container.png 3883          Zorgverlener 0 .. 1 zib-Vaccination Immunization.practitioner.actor
ST.png 3676       Toelichting 0 .. 1 zib-Vaccination Immunization.note.text
Container.png 3399    ZorgEpisode 1 .. * bc-MaternalRecord EpisodeOfCare
II.png 3338       Identificatie zorgepisode 1 .. 1 bc-MaternalRecord EpisodeOfCare.identifier
TS.png 3400       BeginDatum 0 .. 1 bc-MaternalRecord EpisodeOfCare.period.start
TS.png 3401       EindDatum 0 .. 1 bc-MaternalRecord EpisodeOfCare.period.end
Container.png 3402       FocusZorgEpisode 0 .. 1 bc-MaternalRecord EpisodeOfCare.diagnosis.condition
Container.png 8823          Probleem 0 .. 1 zib-Problem Condition
CD.png 8824             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8825             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite:Laterality
CD.png 8826             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8827             ProbleemNaam 0 .. 1 zib-Problem Condition.code
TS.png 8828             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8829             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8830             ProbleemStatus 0 .. 1 zib-Problem Condition.clinicalStatus:ProblemStatusCodelist
CD.png 8831             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus:VerificatieStatusCodelijst
ST.png 8832             Toelichting 0 .. 1 zib-Problem Condition.note
ST.png 3404       ZorgEpisodeNaam 0 .. 1 bc-MaternalRecord EpisodeOfCare.extension:title
Container.png 8822       ZorgEpisodeVerantwoordelijke 1 .. 1 bc-MaternalRecord EpisodeOfCare.careManager
Container.png 2163          Zorgverlener 1 .. 1 nl-core-practitioner Practitioner
CD.png 2164       StatusZorgepisode 1 .. 1 bc-MaternalRecord EpisodeOfCare.status
ST.png 3405       Toelichting 0 .. 1 bc-MaternalRecord EpisodeOfCare.extension:comment
Container.png 3388    ZorgTeam 0 .. 1 bc-CareTeam CareTeam
ST.png 3389       ZorgTeamNaam 0 .. 1 bc-CareTeam CareTeam.name
Container.png 3390       Probleem zorgteam 0 .. 1 bc-CareTeam CareTeam.reasonReference
Container.png 8853          Probleem 1 .. * zib-Problem Condition
CD.png 8854             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8855             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite:Laterality
CD.png 8856             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8857             ProbleemNaam 0 .. 1 zib-Problem Condition.code
TS.png 8858             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8859             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8860             ProbleemStatus 0 .. 1 zib-Problem Condition.clinicalStatus:ProblemStatusCodelist
CD.png 8861             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus:VerificatieStatusCodelijst
ST.png 8862             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 3392       ZorgTeamLid 2 .. * bc-CareTeam CareTeam.participant.member
Container.png 2128          Contactpersoon 0 .. 1 bc-CareTeam CareTeam.participant.member
Container.png 1320          Patient 0 .. 1 bc-CareTeam CareTeam.subject
Container.png 1331          Zorgverlener 1 .. * bc-CareTeam CareTeam.participant.member
Container.png 1337          TijdsInterval 0 .. 1 bc-CareTeam CareTeam.participant.period
Container.png 8794    IndividueelZorgplan 1 .. 1 bc-IndividualCarePlan CarePlan
TS.png 8799       BeginDatum 1 .. 1 bc-IndividualCarePlan CarePlan.period.start
TS.png 8800       EindDatum 1 .. 1 bc-IndividualCarePlan CarePlan.period.end
Container.png 8801       Casemanager 1 .. 1 bc-IndividualCarePlan CarePlan.extension:caseManager
Container.png 8802          Zorgverlener 1 .. 1 nl-core-practitioner Practitioner
Container.png 8803       Betrokkenen 1 .. 1 bc-IndividualCarePlan CarePlan.careTeam
Container.png 8804          ZorgTeam 1 .. 1 bc-IndividualCarePlan CareTeam
Container.png 8810       Behandeldoel 1 .. * bc-IndividualCarePlan CarePlan.activity.detail.goal
ST.png 8811          GewenstZorgresultaat 1 .. 1 bc-IndividualCarePlan-Goal Goal.description
TS.png 8812          VaststellingsDatum 1 .. 1 bc-IndividualCarePlan-Goal Goal.statusDate
TS.png 8813          StreefDatum 1 .. 1 bc-IndividualCarePlan-Goal Goal.target.due[x]:dueDate
TS.png 8814          AfsluitDatum 1 .. 1 bc-IndividualCarePlan-Goal Goal.extension:endDate
Container.png 8816       ZorgAfspraak 1 .. 1 bc-IndividualCarePlan-Goal Goal.extension:carePlan
Container.png 8874       Relatie met ZorgEpisode 1 .. 1 bc-IndividualCarePlan CarePlan.context
II.png 8873          Identificatie zorgepisode 1 .. 1 bc-MaternalRecord EpisodeOfCare.identifier
Container.png 8877    Verwijsgegevens 0 .. * bc-ReferralRequest ReferralRequest
TS.png 8878       Datum verwijzing 1 .. 1 bc-ReferralRequest ReferralRequest.authoredOn
CD.png 10487       ContactSoort 1 .. 1 bc-ReferralRequest ReferralRequest.extension:contactType
Container.png 8879       Verwijzing van/ afkomstig van 1 .. 1 bc-ReferralRequest ReferralRequest.requester
Container.png 9660          Zorgaanbieder 1 .. 1 bc-ReferralRequest ReferralRequest.requester.agent
Container.png 8881       Verwijzing naar 1 .. 1 bc-ReferralRequest ReferralRequest.recipient
Container.png 8882          Zorgaanbieder 1 .. 1 bc-ReferralRequest ReferralRequest.recipient
CD.png 9683          Type verwijzing 1 .. 1 bc-ReferralRequest ReferralRequest.type.coding:referralType
CD.png 10297       Type verwijzing 1 .. 1 bc-ReferralRequest ReferralRequest.type.coding:referralType
Container.png 8884       Reden van verwijzing 0 .. * bc-ReferralRequest ReferralRequest.reasonReference
Container.png 8885          Probleem acute overdracht 0 .. 1 zib-Problem Condition
CD.png 8886             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8887             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite:Laterality
CD.png 8888             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8889             ProbleemNaam 0 .. 1 zib-Problem Condition.code
TS.png 8890             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8891             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8892             ProbleemStatus 0 .. 1 zib-Problem Condition.clinicalStatus:ProblemStatusCodelist
CD.png 8893             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus:VerificatieStatusCodelijst
ST.png 8894             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 9139          Probleem (Algemene anamnese) 0 .. 1 zib-Problem Condition
Container.png 9143          Verrichting (Algemene anamnese) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 9140          Probleem (Zwangerschap) 0 .. 1 bc-DisorderOfPregnancy Condition
Container.png 9141          Probleem (Psychiatrie) 0 .. 1 zib-Problem Condition
Container.png 9142          Probleem (Maternaal) 0 .. 1 zib-Problem Condition
Container.png 9144          Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 9661          Probleem (Postpartum complicatie) 0 .. 1 bc-DisorderPostPartum Condition
Container.png 9882          Probleem (Kindspecifieke maternale problemen) 0 .. 1 bc-DisorderOfLaborAndDelivery Condition
Container.png 9880          Verrichting (Zwangerschap) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 9881          Verrichting (Maternaal) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 9883          Verrichting (Kindspecifieke maternale verrichtingen) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 9884          Verrichting (Postpartum complicatie) 0 .. 1 bc-ObstetricProcedure Procedure
Container.png 9171       Hoeveelheid bloedverlies tot acute overdracht (Observatie) 0 .. 1 bc-ReferralRequest ReferralRequest.supportingInfo
TS.png 9172          ObservatieDatumTijd 1 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
PQ.png 9174          HoeveelheidBloedverliesWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueQuantity
CD.png 9175          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 9180          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
ST.png 8883       Toelichting op verwijzing 0 .. 1 bc-ReferralRequest ReferralRequest.note
Container.png 674 Vrouw 1 .. 1 bc-Woman Patient
Container.png 1713    Demografische gegevens 1 .. 1 bc-Woman Patient
Container.png 1434       Patient 1 .. 1 bc-Woman Patient
Container.png 900       Partner 0 .. 1 nl-core-relatedperson RelatedPerson
Container.png 990          Contactpersoon 1 .. 1 nl-core-relatedperson RelatedPerson
TS.png 7773          Geboortedatum 0 .. 1 nl-core-relatedperson RelatedPerson.birthDate
Container.png 915          Etniciteit 0 .. 1 nl-core-relatedperson Relatedperson.extension
CD.png 10802          Geslacht (identiteit) 0 .. 1 bc-Woman Patient.extension:genderIdentity
Container.png 1714       Gezinssituatie 0 .. 1 zib-FamilySituation Observation
Container.png 2690          BurgerlijkeStaatRC 1 .. 1 bc-Woman Patient.maritalStatus
CD.png 1717          Gezinssamenstelling 0 .. 1 zib-FamilySituation Observation.component:familyComposition.valueCodeableConcept
INT.png 1718          AantalKinderen 0 .. 1 zib-FamilySituation Observation.component:numberOfChildren.valueQuantity
INT.png 1719          AantalKinderenInwonend 0 .. 1 zib-FamilySituation Observation.component:numberOfChildrenLivingAtHome.valueQuantity
ST.png 1720          Zorgtaak 0 .. * zib-FamilySituation Observation.component:careResponsibility.valueString
Container.png 1721          Kind 0 .. * zib-FamilySituation Observation.component:child
TS.png 1722             Geboortedatum 0 .. 1 zib-FamilySituation Observation.component:child.valueDateTime
BL.png 1723             Inwonend 0 .. 1 zib-FamilySituation Observation.component:child.extension:livingAtHome
ST.png 1724          Toelichting 0 .. 1 zib-FamilySituation Observation.comment
Container.png 1725       Woonsituatie 0 .. 1 zib-LivingSituation Observation
ST.png 1726          Toelichting 0 .. 1 zib-LivingSituation Observation.comment
CD.png 1727          WoningType 0 .. 1 zib-LivingSituation Observation.value[x]:valueCodeableConcept
Container.png 912       Etniciteit 1 .. 1 bc-Woman Patient.extension:ethnicity
CD.png 913          EtniciteitType 1 .. 1 bc-Woman Patient.extension:ethnicity
ST.png 914          Toelichting 0 .. 1 bc-Woman Patient.extension:ethnicity.valueCodeableConcept:valueCodeableConcept.text
Container.png 690       NationaliteitRC 0 .. 1 bc-Woman Patient.extension:nationality
CD.png 691          Nationaliteit 0 .. 1 bc-Woman Patient.extension:nationality
Container.png 2910       Taalvaardigheid 0 .. 1 bc-Woman Patient.communication.extension:languageProficiency
Container.png 2581       Opleiding 0 .. 1 bc-ChildObservation Observation
CD.png 2582          Schooltype 0 .. 1 bc-ChildObservation Observation.value[x]:valueCodeableConcept
ST.png 2583          Toelichting 0 .. 1 bc-ChildObservation Observation.comment
Container.png 692       ParticipatieInMaatschappij 0 .. 1 zib-ParticipationInSociety Observation
ST.png 693          SociaalNetwerk 0 .. 1 zib-ParticipationInSociety Observation.component:socialNetwork.valueString
ST.png 695          Arbeidssituatie 1 .. 1 zib-ParticipationInSociety Observation.component:workSituation.valueString
ST.png 696          Toelichting 0 .. 1 zib-ParticipationInSociety Observation.comment
Container.png 10401    BehandelAanwijzing 0 .. 1 bc-TreatmentDirective Consent
CD.png 10402       BehandelBesluit 1 .. 1 bc-TreatmentDirective Consent.except.type
CD.png 10403       Behandeling 1 .. 1 bc-TreatmentDirective Consent.except.code
ST.png 10404       SpecificatieAnders 0 .. 1 bc-TreatmentDirective Consent.modifierExtension:specificationOther.value[x]:valueString
TS.png 10405       MeestRecenteBespreekdatum 1 .. 1 bc-TreatmentDirective Consent.dateTime
TS.png 10406       DatumBeeindigd 0 .. 1 bc-TreatmentDirective Consent.except.period.end
ST.png 10407       RedenBeeindigd 0 .. 1 bc-TreatmentDirective Consent.except.extension:reasonForEnding
Container.png 10408       Wilsverklaring 0 .. * bc-TreatmentDirective Consent.source[x]:sourceReference
Container.png 10432          Wilsverklaring 0 .. * zib-AdvanceDirective Consent
Container.png 10410       AfspraakPartij 2 .. * bc-TreatmentDirective Consent.except.actor:agreementParty
Container.png 10411          Patient 0 .. 1 bc-TreatmentDirective Consent.except.actor:agreementParty.reference
Container.png 10418             Patient 0 .. 1 bc-Woman Patient
Container.png 10413          Vertegenwoordiger 0 .. 1 bc-TreatmentDirective Consent.except.actor:agreementParty.reference
Container.png 10419             Contactpersoon 0 .. 1 nl-core-relatedperson RelatedPerson
Container.png 10415          Zorgverlener 0 .. 1 bc-TreatmentDirective Consent.except.actor:agreementParty.reference.extension:practitionerRole
Container.png 10420             Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
ST.png 10417       Toelichting 0 .. 1 bc-TreatmentDirective Consent.extension:comment.valueString:valueString
Container.png 1673    Betrokken zorgverlener/ zorginstelling 1 .. * nl-core-practitioner Practitioner
Container.png 1674       Huisarts 1 .. 1 bc-Woman Patient.generalPractitioner
Container.png 1675          Zorgverlener 1 .. 1 bc-Woman Patient.generalPractitioner
Container.png 1676       Apotheek 1 .. 1 bc-Woman Patient.extension:preferredPharmacy
Container.png 1677          Zorgaanbieder 1 .. 1 nl-core-organization Organization
Container.png 1679       Specialist 0 .. 1 bc-MaternalRecord EpisodeOfCare.team
Container.png 1681          Zorgverlener 1 .. 1 bc-CareTeam CareTeam.participant.member
Container.png 2691          Reden betrokkenheid 1 .. 1 bc-CareTeam CareTeam.reasonReference
Container.png 2692             Probleem (Algemene anamnese) 0 .. 1 zib-Problem Condition
Container.png 2731             Probleem (Zwangerschap) 0 .. 1 bc-DisorderOfPregnancy Condition
Container.png 3196             Probleem (Maternaal) 0 .. 1 bc-DisorderOfLaborAndDelivery Condition
Container.png 2696             Probleem (Pediatrische betrokkenheid) 0 .. 1 bc-DisorderOfChild Condition
CD.png 2697                ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfChild Condition.bodySite
CD.png 2698                ProbleemLateraliteit 0 .. 1 bc-DisorderOfChild Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 2699                ProbleemType 0 .. 1 bc-DisorderOfChild Condition.category
CD.png 2700                ProbleemNaam 1 .. 1 bc-DisorderOfChild Condition.code
TS.png 2701                ProbleemBeginDatum 0 .. 1 bc-DisorderOfChild Condition.onsetDateTime:onsetDateTime
TS.png 2702                ProbleemEindDatum 0 .. 1 bc-DisorderOfChild Condition.abatementDateTime:abatementDateTime
CD.png 2703                ProbleemStatus 1 .. 1 bc-DisorderOfChild Condition.clinicalStatus
CD.png 2704                VerificatieStatus 0 .. 1 bc-DisorderOfChild Condition.verificationStatus
ST.png 2705                Toelichting 0 .. 1 bc-DisorderOfChild Condition.note
Container.png 783    Anamnese 0 .. 1 List
Container.png 889       Algemene anamnese 0 .. * List
BL.png 1682          Onder behandeling (geweest)? 0 .. 1 Observation of onderdeel van List
Container.png 916          Probleem (Algemene anamnese) 0 .. * zib-Problem Condition
CD.png 917             ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 918             ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept
CD.png 919             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 920             ProbleemNaam 1 .. 1 zib-Problem Condition.code
TS.png 921             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 922             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 923             ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus
CD.png 924             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus
ST.png 925             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 1080          Verrichting (Algemene anamnese) 0 .. * zib-Procedure Procedure
TS.png 1081             VerrichtingStartDatum 0 .. 1 zib-Procedure Procedure.performed[x]:performedPeriod.start
TS.png 1082             VerrichtingEindDatum 0 .. 1 zib-Procedure Procedure.performed[x]:performedPeriod.end
CD.png 1083             VerrichtingAnatomischeLocatie 0 .. 1 zib-Procedure Procedure.bodySite
CD.png 1084             VerrichtingLateraliteit 0 .. 1 zib-Procedure Procedure.bodySite.extension:ProcedureLaterality.value[x]:valueCodeableConcept
Container.png 1085             Indicatie 0 .. 1 zib-Procedure Procedure.reasonReference
Container.png 1097                Probleem (Algemene anamnese) 0 .. * zib-Problem Condition
CD.png 1087             VerrichtingType 1 .. 1 zib-Procedure Procedure.code
TS.png 7891             Eicelextractiedatum 0 .. 1 bc-ProcedureObservation Observation.value[x]:valueDateTime
BL.png 7892             Cryo embryo 0 .. 1 bc-ProcedureObservation Observation.value[x]:valueBoolean
TS.png 7893             Embryotransferdatum 0 .. 1 bc-ProcedureObservation Observation.value[x]:valueDateTime
CD.png 1088             VerrichtingMethode 0 .. * zib-Procedure Procedure.extension:procedureMethod
Container.png 1089             MedischHulpmiddel 0 .. * zib-Procedure Procedure.focalDevice.manipulated
Container.png 10389                MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1091             Locatie 0 .. 1 zib-Procedure Procedure.performer.actor
Container.png 10390                Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1093             Uitvoerder 0 .. * zib-Procedure Procedure.performer.actor
Container.png 10391                Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1095             Aanvrager 0 .. * zib-Procedure/zib-ProcedureRequest Procedure.basedOn:request/requester.agent
Container.png 10392                Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
ST.png 1683          Toelichting algemene anamnese 0 .. 1 List.note
Container.png 1099       Psychische en/of Sociale problemen 0 .. * List
Container.png 1100          Probleem (Psychiatrie) 0 .. * zib-Problem Condition
CD.png 1103             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 1104             ProbleemNaam 1 .. 1 zib-Problem Condition.code
TS.png 1105             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 1106             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 1107             ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus
CD.png 1108             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus
ST.png 1109             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 2590          Probleem (Sociale problemen) 0 .. * zib-Problem Condition
CD.png 2593             ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 2594             ProbleemNaam 1 .. 1 zib-Problem Condition.code
TS.png 2595             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 2596             ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 2597             ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus
CD.png 2598             VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus
ST.png 2599             Toelichting 0 .. 1 zib-Problem Condition.note
Container.png 2600          Probleem (Misbruik/ Geweld) 0 .. * zib-problem Condition
CD.png 2603             ProbleemType 0 .. 1 zib-problem Condition.category
CD.png 2604             ProbleemNaam 1 .. 1 zib-problem Condition.code
TS.png 2605             ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 2606             ProbleemEindDatum 0 .. 1 zib-problem Condition.abatement[x]:abatementDateTime
CD.png 2607             ProbleemStatus 1 .. 1 zib-problem Condition.clinicalStatus
CD.png 2608             VerificatieStatus 0 .. 1 zib-problem Condition.verificationStatus
ST.png 2609             Toelichting 0 .. 1 zib-problem Condition.note
Container.png 3331          JuridischeSituatie 0 .. 1 bc-LegalSituation-LegalStatus Condition
CD.png 3332             JuridischeStatus 0 .. 1 bc-LegalSituation-LegalStatus Condition.code
CD.png 3333             Vertegenwoordiging 0 .. 1 bc-LegalSituation-Representation Condition.code
TS.png 3334             DatumAanvang 0 .. 1 bc-LegalSituation-LegalStatus Condition.onset[x]:onsetDateTime
TS.png 3335             DatumEinde 0 .. 1 bc-LegalSituation-LegalStatus Condition.abatement[x]:abatementDateTime
ST.png 2622          Toelichting psychosociale anamnese 0 .. 1 List.note
Container.png 1110       Relevante allergieën 1 .. 1 zib-AllergyIntolerance AllergyIntolerance
CD.png 1111          VeroorzakendeStof 1 .. * zib-AllergyIntolerance AllergyIntolerancecode
Container.png 1112       Familieanamnese 0 .. 1 bc-FamilyMemberHistory FamilyMemberHistory
TS.png 1113          Datum 1 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.date
Container.png 1114          Familielid 1 .. * bc-FamilyMemberHistory FamilyMemberHistory.relationship
CD.png 1115             BiologischeRelatie 1 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.relationship
ST.png 1116             Toelichting 0 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.note
BL.png 1117             OverlijdensIndicator 0 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.deceased[x]:deceasedBoolean
INT.png 1118             LeeftijdBijOverlijden 0 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.deceased[x]:deceasedAge
Container.png 1119             Aandoening 1 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.condition.code.extension:conditionReference
Container.png 8863                Probleem 0 .. 1 zib-Problem Condition
CD.png 8864                   ProbleemAnatomischeLocatie 0 .. 1 zib-Problem Condition.bodySite
CD.png 8865                   ProbleemLateraliteit 0 .. 1 zib-Problem Condition.bodySite.extension:Laterality.value[x]:valueCodeableConcept
CD.png 8866                   ProbleemType 0 .. 1 zib-Problem Condition.category
CD.png 8867                   ProbleemNaam 1 .. 1 zib-Problem Condition.code
TS.png 8868                   ProbleemBeginDatum 0 .. 1 zib-Problem Condition.onset[x]:onsetDateTime
TS.png 8869                   ProbleemEindDatum 0 .. 1 zib-Problem Condition.abatement[x]:abatementDateTime
CD.png 8870                   ProbleemStatus 1 .. 1 zib-Problem Condition.clinicalStatus
CD.png 8871                   VerificatieStatus 0 .. 1 zib-Problem Condition.verificationStatus
ST.png 8872                   Toelichting 0 .. 1 zib-Problem Condition.note
BL.png 1122                IsDoodsoorzaak 0 .. 1 bc-FamilyMemberHistory FamilyMemberHistory.condition.outcome
Container.png 3407       Consanguïniteit (Observatie) 0 .. 1 bc-MaternalObservation Observation
BL.png 3499          ConsanguïniteitWaarde 0 .. 1 bc-MaternalObservation Observation.value[x]:valueBoolean
Container.png 1728    Metingen 0 .. 1 bc-MaternalObservation Observation
Container.png 1071       Bloeddruk 1 .. 1 zib-BloodPressure Observation.component.valueQuantity
Container.png 3357       Lichaamsgewicht 1 .. 1 zib-BodyWeight Observation.value[x]:valueQuantity
Container.png 1672       Lichaamslengte 1 .. 1 zib-BodyHeight Observation.value[x]:valueQuantity
Container.png 3427       Body Mass Index (BMI) (Meting) 1 .. 1 bc-MaternalObservation Observation
ANY.png 3429          BMIWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueQuantity
Container.png 1127    Bloedonderzoek 0 .. * zib-LaboratoryTestResult-Observation Observation
Container.png 1139       LaboratoriumTest_Bloedgroep 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1151       LaboratoriumTest_Rhesus D 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 1163       LaboratoriumTest_Rhesus c 1 .. 1 zib-LaboratoryTestResult-Observation Observation.value[x]:valueCodeableConcept
Container.png 4379 Obstetrische anamnese gegroepeerd per voorgaande zwangerschap 0 .. * nvt
II.png 4380    Identificatie van de zwangerschap 1 .. 1 zib-Pregnancy Condition.identifier
Container.png 4381    Zwangerschap 1 .. 1 zib-Pregnancy Condition
Container.png 4384    Probleem (Zwangerschap) 0 .. * bc-DisorderOfPregnancy Condition
Container.png 4385    Eerdere bevalling 0 .. 1 bc-DeliveryProcedure Procedure
PQ.png 10695       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation
Container.png 4386       Probleem (Maternaal) 0 .. * zib-Problem Condition
Container.png 4387       Verrichting (Maternaal) 0 .. * bc-ObstetricProcedure Procedure
Container.png 7863       Wijze Begin Baring (Observatie) 1 .. 1 bc-DeliveryObservation Observation
Container.png 4400       Type Partus (Observatie) 1 .. * bc-BirthObservation Observation
Container.png 4394       Werkelijke plaats baring (type locatie) (Observatie) 1 .. * bc-DeliveryObservation Observation
Container.png 4395       Ziekenhuis baring 0 .. * bc-DeliveryObservation Observation
Container.png 7866       Verrichting (Kindspecifieke maternale verrichtingen) 0 .. * bc-ObstetricProcedure Procedure
Container.png 10677       Inspectie perineum/ sfincter/ vrouwelijke geslachtsorganen (Observatie) 1 .. 1 bc-DeliveryObservation Observation
Container.png 4390       Hoeveelheid bloedverlies (Observatie) 1 .. * bc-DeliveryObservation Observation
Container.png 7865       Wijze Geboorte Placenta (Observatie) 1 .. 1 bc-DeliveryObservation Observation
Container.png 4396    Kind 1 .. * bc-Child Patient
Container.png 4397       Demografische gegevens 1 .. 1 bc-Child Patient
TS.png 10696          Geboortedatum 1 .. 1 bc-Child Patient.birthDate
CD.png 10697          Geslacht (administratief) 1 .. 1 bc-Child Patient.gender
Container.png 10698          Naamgegevens 0 .. 1 bc-Child Patient.name
ST.png 10699             Voornamen 0 .. 1 bc-Child Patient.name.given
ST.png 10700             Initialen 0 .. 1 bc-Child Patient.name.given
ST.png 10701             Roepnaam 0 .. 1 bc-Child Patient.name.given
CD.png 10702             Naamgebruik 0 .. 1 bc-Child Patient.name.extension:humannameAssemblyOrder
Container.png 10703             Geslachtsnaam 0 .. 1 bc-Child Patient.name.family.extension:humannamePartnerName
ST.png 10704                Voorvoegsels 0 .. 1 bc-Child Patient.name.family.extension:humannamePartnerPrefix
ST.png 10705                Achternaam 1 .. 1 bc-Child Patient.name.family.extension:humannameOwnName
Container.png 4399          Perinatale sterfte (Observatie) 0 .. 1 bc-ChildObservation Observation
Container.png 8644          Kind in leven (Observatie) 0 .. 1 bc-ChildObservation Observation
TS.png 8645             ObservatieDatumTijd 0 .. 1 bc-ChildObservation Observation.effective[x]:effectiveDateTime
BL.png 8647             KindInLevenWaarde 1 .. 1 bc-ChildObservation Observation.value[x]:valueString
CD.png 8648             ObservatieMethode 0 .. 1 bc-ChildObservation Observation.method
ST.png 8653             Toelichting 0 .. 1 bc-ChildObservation Observation.comment
Container.png 4401       Lichamelijk onderzoek kind 1 .. 1 nvt
Container.png 4402          Geboortegewicht (Lichaamsgewicht) 1 .. 1 bc-ChildObservation Observation
Container.png 4403          Bevindingen 1 .. 1 bc-ChildObservation Observation
Container.png 4404             Algemene indruk 0 .. 1 bc-ChildObservation Observation
Container.png 4405                ApgarScore1min 0 .. 1 zib-ApgarScore Observation
Container.png 10678                ApgarScore5min 0 .. 1 Observation
Container.png 10679                ApgarScore10min 0 .. 1 Observation
Container.png 4406       Problematiek kind 0 .. 1 bc-DisorderOfChild Condition
Container.png 10680          Probleem (ProblematiekKind) 0 .. * bc-DisorderOfChild Condition
Container.png 10681          Probleem (Geboortetrauma) 0 .. * bc-DisorderOfChild Condition
Container.png 4408          Probleem (Congenitale aandoeningen) 0 .. * bc-DisorderOfChild Condition
Container.png 10709       Opname, Ontslag, Overplaatsing 0 .. 1 nvt
Container.png 25 Zwangerschapsgegevens 1 .. 1 bc-MaternalRecord EpisodeOfCare
II.png 4042    Dossiernummer 1 .. 1 bc-MaternalRecord EpisodeOfCare.identifier
II.png 1698    Identificatie van de zwangerschap 1 .. 1 zib-Pregnancy Condition.identifier
Container.png 1699    Coördinerend zorgverlener 1 .. 1 bc-MaternalRecord EpisodeOfCare.careManager
Container.png 9662       Zorgverlener 1 .. 1 nl-core-practitioner Practitioner
Container.png 3341    Zwangerschap 1 .. 1 zib-Pregnancy Condition
PQ.png 3342       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
INT.png 3343       Pariteit 1 .. 1 zib-Pregnancy-Parity Observation.value[x]:valueQuantity
INT.png 3344       Graviditeit 1 .. 1 zib-Pregnancy-Gravidity Observation.value[x]:valueQuantity
ST.png 3345       Toelichting 0 .. 1 zib-Pregnancy Condition.note
Container.png 3346       ATermeDatumItems 1 .. * bc-PregnancyObservation Observation
TS.png 3347          ATermeDatum 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueDateTime
CD.png 3348          BepalingsMethode 1 .. 1 bc-PregnancyObservation Observation.method
TS.png 3349          DatumBepaling 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
TS.png 3350          DatumLaatsteMenstruatie 1 .. 1 zib-Pregnancy-DateLastMenstruation Observation.value[x]:valueDateTime
TS.png 1729       Datum einde zwangerschap 0 .. * bc-PregnancyObservation Observation.value[x]:valueDateTime
Container.png 2220    Definitieve à terme datum (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 2221       Definitieve à terme DatumTijd 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
TS.png 2223       Definitieve à terme Waarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueDateTime
CD.png 2224       Definitieve à terme Methode 0 .. 1 bc-PregnancyObservation Observation.method.coding:aTermMethod
ST.png 2225       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1837    Aantal foetussen (Observatie) 1 .. 1 bc-PregnancyObservation Observation
TS.png 1838       AantalFoetussenDatumTijd 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1840       AantalFoetussenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1841       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1843       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1711    Meerling zwangerschap (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1825       MeerlingZwangerschapDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
CD.png 2231       TyperingGemellizwangerschapWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueCodeableConcept
Container.png 1845       Aantal foetussen (Observatie) 1 .. 1 bc-PregnancyObservation Observation
CD.png 1833       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1826       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1734    Aantal levende kinderen (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1735       AantalLevendeKinderenDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1740       AantalLevendeKinderenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1736       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1738       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1817    Fetal loss (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 1818       FetalLossDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
INT.png 1820       FetalLossWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 1821       ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 1824       Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1742    Foliumzuurgebruik (Observatie) 0 .. 1 bc-MaternalObservation Observation
TS.png 1743       FoliumzuurgebruikDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
CD.png 1745       FoliumzuurgebruikWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 1746       ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 1749       Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 4367    Kinkhoestvaccinatie (Observatie) 0 .. 1 bc-MaternalObservation Observation
TS.png 4368       ObservatieDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
BL.png 4370       KinkhoestvaccinatieWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueBoolean
CD.png 4371       ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 4378       Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 10270    Trisomie in de anamnese? (Observatie) 0 .. 1 bc-MaternalObservation Observation
TS.png 10271       ObservatieDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
BL.png 10273       TrisomieAnamneseWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 10274       ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 10279       Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 1712    Voornemens vrouw 0 .. * bc-MaternalObservation Observation
Container.png 2252       Voorgenomen plaats baring tijdens zwangerschap (Observatie) 0 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 2255          VoorgenomenPlaatsBaringWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
Container.png 2938          Voorkeursziekenhuis 1 .. 1 bc-MaternalObservation Observation.value[x].extension:valueReference
Container.png 2271             Zorgaanbieder 1 .. 1 nl-core-organization Organization
Container.png 3336       Voorgenomen echelon eindverantwoordelijke (Observatie) 0 .. 1 bc-MaternalObservation Observation
TS.png 3838          VoorgenomenEchelonDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
CD.png 3337          VoorgenomenEchelonWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 3839          ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 3840          Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 2279       Voorgenomen voeding (Observatie) 0 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
TS.png 3872          VoorgenomenVoedingDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
CD.png 2281          VoorgenomenVoedingWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueCodeableConcept
CD.png 3873          ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 3874          Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 2272       Voorgenomen achternaam (Observatie) 0 .. 1 bc-MaternalObservation Observation.value[x]:valueString
TS.png 3875          VoorgenomenAchternaamDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
ST.png 2275          VoorgenomenAchternaamWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueString
CD.png 3876          ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 3877          Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 2151       Bevalplan 0 .. 1 Binary
Container.png 8944          Media 0 .. 1 Binary
Container.png 10739    Kraamzorg 0 .. 1 nvt
Container.png 2269       Kraamzorg aangevraagd (Observatie) 0 .. 1 bc-MaternalObservation Observation.value[x]:valueBoolean
TS.png 3878          KraamzorgAangevraagdDatumTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectiveDateTime
BL.png 2277          KraamzorgAangevraagdWaarde 0 .. 1 bc-MaternalObservation Observation.value[x]:valueBoolean
Container.png 2270          Zorgaanbieder 0 .. 1 bc-MaternalObservation Observation.value[x].extension:valueReference
CD.png 3879          ObservatieMethode 0 .. 1 bc-MaternalObservation Observation.method
ST.png 3880          Toelichting 0 .. 1 bc-MaternalObservation Observation.comment
Container.png 10742       KraamzorgIntake 0 .. 1 bc-Encounter Encounter
Container.png 10743          Contact 0 .. 1 bc-Encounter Encounter
Container.png 111    Prenatale controle 1 .. * bc-Encounter Encounter
Container.png 10520       Contact 0 .. 1 bc-Encounter Encounter
PQ.png 7025       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
Container.png 2134       Leven voelen (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 2135          LevenVoelenDatumTijd 1 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
CD.png 2137          LevenVoelenWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueCodeableConcept
CD.png 2138          ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 2141          Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1078       Lichaamsgewicht 0 .. 1 zib-BodyWeight Observation
Container.png 1072       Bloeddruk 0 .. 1 zib-BloodPressure Observation
Container.png 121       AlcoholGebruik 0 .. 1 zib-AlcoholUse Observation
ST.png 122          Toelichting 0 .. 1 zib-AlcoholUse Observation.comment
CD.png 123          AlcoholGebruikStatus 1 .. 1 zib-AlcoholUse Observation.value[x]:valueCodeableConcept
Container.png 124          WaarnemingGebruik 0 .. 1 zib-AlcoholUse Observation.effectivePeriod
TS.png 125             StartDatum 0 .. 1 zib-AlcoholUse Observation.effective[x]:effectivePeriod.start
TS.png 126             StopDatum 0 .. 1 zib-AlcoholUse Observation.effective[x]:effectivePeriod.end
PQ.png 127             Hoeveelheid 1 .. 1 zib-AlcoholUse Observation.component:amount.valueQuantity
Container.png 112       DrugsGebruik 0 .. * zib-DrugUse Observation
ST.png 117          Toelichting 0 .. 1 zib-DrugUse Observation.comment
CD.png 119          DrugsGebruikStatus 1 .. 1 zib-DrugUse Observation.value[x]:valueCodeableConcept
CD.png 118          DrugsOfGeneesmiddelSoort 1 .. 1 zib-DrugUse Observation.component:DrugOrMedicationType.valueCodeableConcept
CD.png 120          Toedieningsweg 0 .. 1 zib-DrugUse Observation.component:RouteOfAdministration.valueCodeableConcept
Container.png 113          WaarnemingGebruik 0 .. 1 zib-DrugUse Observation.effectivePeriod
TS.png 114             StartDatum 0 .. 1 zib-DrugUse Observation.effective[x]:effectivePeriod.start
TS.png 115             StopDatum 0 .. 1 zib-DrugUse Observation.effective[x]:effectivePeriod.end
ST.png 116             Hoeveelheid 1 .. 1 zib-DrugUse Observation.component:amount.valueQuantity
Container.png 2243       TabakGebruik 0 .. * zib-TobaccoUse Observation
ST.png 2244          Toelichting 0 .. 1 zib-TobaccoUse Observation.comment
CD.png 2246          TabakGebruikStatus 1 .. 1 zib-TobaccoUse Observation.value[x]:valueCodeableConcept
CD.png 2245          SoortTabakGebruik 1 .. 1 zib-TobaccoUse Observation.component:TypeOfTobaccoUsed.valueCodeabelConcet
Container.png 2247          WaarnemingGebruik 0 .. 1 zib-TobaccoUse Observation.effectivePeriod
TS.png 2248             StartDatum 0 .. 1 zib-TobaccoUse Observation.effective[x]:effectivePeriod.start
TS.png 2249             StopDatum 0 .. 1 zib-TobaccoUse Observation.effective[x]:effectivePeriod.end
PQ.png 2250             Hoeveelheid 1 .. 1 zib-TobaccoUse Observation.component:amount.valueQuantity
INT.png 2251             PackYears 0 .. 1 zib-TobaccoUse Observation.component:PackYears.valueQuantity
Container.png 1775       Uitwendig onderzoek 0 .. * nvt
Container.png 10521          Bevindingen Moeder 0 .. 1 bc-MaternalObservation Observation
Container.png 3415             Fundushoogte (Meting) 0 .. 1 bc-MaternalObservation Observation
PQ.png 3417                FundushoogteWaarde 1 .. 1 bc-MaternalObservation Observation.value[x]:valueQuantity
TS.png 3421                MeetDatumBeginTijd 1 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.start
TS.png 3422                MeetDatumEindTijd 0 .. 1 bc-MaternalObservation Observation.effective[x]:effectivePeriod.end
Container.png 3424                AnatomischeLocatieMeting 1 .. 1 bc-MaternalObservation Observation.bodySite
CD.png 3425                   Locatie 1 .. 1 bc-MaternalObservation Observation.bodySite
Container.png 4048             Fundusstand (Meting) 0 .. 1 bc-FetusObservation Observation
CD.png 4050                FundusstandWaarde 1 .. 1 bc-FetusObservation Observation.value[x]:valueCodeableConcept
TS.png 4054                MeetDatumBeginTijd 1 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.start
TS.png 4055                MeetDatumEindTijd 0 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.end
Container.png 4057                AnatomischeLocatieMeting 1 .. 1 bc-FetusObservation Observation.bodySite
CD.png 4058                   Locatie 1 .. 1 bc-FetusObservation Observation.bodySite
Container.png 10522          Bevindingen Foetus 0 .. * bc-FetusObservation Observation
Container.png 4060             LiggingFoetus (Meting) 1 .. * bc-FetusObservation Observation
CD.png 4062                LiggingFoetusWaarde 1 .. 1 bc-FetusObservation Observation.value[x]:valueCodeableConcept
TS.png 4066                MeetDatumBeginTijd 1 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.start
TS.png 4067                MeetDatumEindTijd 0 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.end
Container.png 4069                AnatomischeLocatieMeting 1 .. 1 bc-FetusObservation Observation.bodySite
CD.png 4070                   Locatie 1 .. 1 bc-FetusObservation Observation.bodySite
Container.png 4072             IndalingFoetus(Meting) 1 .. * bc-FetusObservation Observation
CD.png 4074                IndalingFoetusWaarde 1 .. 1 bc-FetusObservation Observation.value[x]:valueCodeableConcept
TS.png 4078                MeetDatumBeginTijd 1 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.start
TS.png 4079                MeetDatumEindTijd 0 .. 1 bc-FetusObservation Observation.effective[x]:effectivePeriod.end
Container.png 4081                AnatomischeLocatieMeting 1 .. 1 bc-FetusObservation Observation.bodySite
CD.png 4082                   Locatie 1 .. 1 bc-FetusObservation Observation.bodySite
Container.png 1776             Foetale hartslag (Hartfrequentie) 0 .. * bc-FetalHeartRate Observation
TS.png 1778                HartfrequentieDatumTijd 0 .. 1 bc-FetalHeartRate Observation.effective[x]:effectiveDateTime
PQ.png 1777                HartfrequentieWaarde 1 .. 1 bc-FetalHeartRate Observation.value[x]:valueQuantity
CD.png 1779                HartslagMeetMethode 0 .. 1 bc-FetalHeartRate Observation.method
CD.png 1781                HartslagRegelmatigheid 1 .. 1 bc-FetalHeartRate Observation.component:heartRateRegularity.value[x]:valueCodeableConcept
CD.png 1782                InterpretatieFrequentie 1 .. 1 bc-FetalHeartRate Observation.interpretation
ST.png 1780                Toelichting 0 .. 1 bc-FetalHeartRate Observation.comment
Container.png 2143       Actuele aantal levende foetus (Observatie) 0 .. * bc-PregnancyObservation Observation
TS.png 2144          ActueleAantalLevendeFoetusDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
PQ.png 2146          ActueelAantalLevendeFoetusWaarde 0 .. 1 bc-PregnancyObservation Observation.value[x]:valueQuantity
CD.png 2147          ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 2150          Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 1180    Probleem (Zwangerschap) 0 .. * bc-DisorderOfPregnancy Condition
CD.png 1181       ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfPregnancy Condition.bodySite
CD.png 1182       ProbleemLateraliteit 0 .. 1 bc-DisorderOfPregnancy Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 1183       ProbleemType 0 .. 1 bc-DisorderOfPregnancy Condition.category
CD.png 1184       ProbleemNaam 1 .. 1 bc-DisorderOfPregnancy Condition.code
CD.png 8654       Ernst oedeem 1 .. 1 bc-DisorderOfPregnancy Condition.severity
CD.png 7894       Vermoeden iuvd op basis van 1 .. 1 bc-DisorderOfPregnancy Condition.evidence.code
TS.png 1185       ProbleemBeginDatum 0 .. 1 bc-DisorderOfPregnancy Condition.onsetDateTime:onsetDateTime
TS.png 1186       ProbleemEindDatum 0 .. 1 bc-DisorderOfPregnancy Condition.abatementDateTime:abatementDateTime
PQ.png 3409       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
CD.png 1187       ProbleemStatus 1 .. 1 bc-DisorderOfPregnancy Condition.clinicalStatus
CD.png 1188       VerificatieStatus 0 .. 1 bc-DisorderOfPregnancy Condition.verificationStatus
ST.png 1189       Toelichting 0 .. 1 bc-DisorderOfPregnancy Condition.note
Container.png 1190    Verrichting (Zwangerschap) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1191       VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1192       VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
PQ.png 3408       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
CD.png 1193       VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1194       VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1195       Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1207          Probleem (Zwangerschap) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1197       VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 1198       VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1199       MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice.manipulated
Container.png 10433          MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1201       Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1312          Zorgaanbieder 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1203       Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 1310          Zorgverlener 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 1205       Aanvrager 0 .. * zib-ProcedureRequest ProcedureRequest.requester
Container.png 1311          Zorgverlener 0 .. 1 zib-ProcedureRequest ProcedureRequest.requester
Container.png 7888    Eiceldonatie 0 .. 1 bc-Donor RelatedPerson.extension:role
TS.png 7889       Geboortedatum eiceldonor 1 .. 1 bc-Donor RelatedPerson.birthDate
INT.png 7890       Leeftijd eiceldonor 1 .. 1 bc-Donor RelatedPerson.birthDate
Container.png 1846    Maternale sterfte 0 .. 1 bc-MaternalObservation Observation
BL.png 1847       OverlijdensIndicator 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueBoolean
TS.png 1848       DatumOverlijden 0 .. 1 bc-PregnancyObservation Observation.value[x]:valueDateTime
Container.png 2142    Bijlage 0 .. * Binary
Container.png 10550       Media 0 .. * Binary
Container.png 2160 Counseling prenatale screening en prenatale diagnostiek 0 .. 1 bc-Encounter Encounter
TS.png 3410    BeginDatumTijd 1 .. 1 bc-Encounter Encounter.period.start
Container.png 3647    Conclusie professioneel onderzoek 1 .. 1 bc-ClinicalImpression ClinicalImpression
Container.png 37 Bevalling 1 .. 1 bc-DeliveryProcedure Procedure
II.png 3411    Partusnummer 0 .. 1 bc-DeliveryProcedure Procedure.identifier
PQ.png 10694    Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation.value[x]:valueQuantity
Container.png 1564    Probleem (Maternaal) 0 .. * bc-DisorderOfLaborAndDelivery Condition
CD.png 1565       ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite
CD.png 1566       ProbleemLateraliteit 0 .. 1 bc-DisorderOfLaborAndDelivery Condition
CD.png 1567       ProbleemType 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.category
CD.png 1568       ProbleemNaam 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.code
CD.png 7917       Vermoeden iuvd op basis van 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.evidence.code
TS.png 1569       ProbleemBeginDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.onsetDateTime:onsetDateTime
TS.png 1570       ProbleemEindDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.abatementDateTime:abatementDateTime
PQ.png 3412       Zwangerschapsduur 1 .. 1 zib-Pregnancy-PregnancyDuration Observation
CD.png 1571       ProbleemStatus 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.clinicalStatus
CD.png 1572       VerificatieStatus 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.verificationStatus
ST.png 1573       Toelichting 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.note
Container.png 1547    Verrichting (Maternaal) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1548       VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1549       VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
PQ.png 3413       Zwangerschapsduur 0 .. 1 zib-Pregnancy-PregnancyDuration Observation
CD.png 1550       VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1551       VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1552       Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1583          Probleem (Maternaal) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1554       VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 10280       Moment amniotomie 0 .. 1 bc-ObstetricProcedure Procedure.extension:partusPhase
CD.png 1555       VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1556       MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice
Container.png 10434          MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1558       Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 10435          Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1560       Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 10436          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1562       Aanvrager 0 .. * zib-ProcedureRequest ProcedureRequest.requester
Container.png 10438          Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 3882    Conclusie professioneel onderzoek 0 .. 1 bc-ClinicalImpression ClinicalImpression
Container.png 38    Ontsluitingsfase 1 .. 1 nvt
Container.png 4084       Actieve Ontsluiting (Observatie) 1 .. 1 bc-DeliveryObservation Observation.code
TS.png 4085          ObservatieDatumTijd 1 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
TS.png 4087          BeginActieveOntsluitingWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueDateTime
PQ.png 10246          DuurActieveOntsluitingWaarde 0 .. 1 nvt
CD.png 4088          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4095          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4096       Wijze Begin Baring (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4097          ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4099          BeginBaringWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueCodeableConcept
CD.png 4100          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4107          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4108       Breken Vliezen (Observatie) 1 .. 1 bc-BirthObservation Observation
TS.png 4109          ObservatieDatumTijd 0 .. 1 bc-BirthObservation Observation.effective[x]:effectiveDateTime
TS.png 4111          BrekenVliezenWaarde 1 .. 1 bc-BirthObservation Observation.value[x]:valueCodeableConcept
CD.png 4112          ObservatieMethode 0 .. 1 bc-BirthObservation Observation.method
ST.png 4119          Toelichting 0 .. 1 bc-BirthObservation Observation.comment
Container.png 4120       Aard Vruchtwater (Observatie) 1 .. 1 bc-BirthObservation Observation
TS.png 4121          ObservatieDatumTijd 0 .. 1 bc-BirthObservation Observation.effective[x]:effectiveDateTime
CD.png 4123          Aard Vruchtwater Waarde 1 .. 1 bc-BirthObservation Observation.value[x]:valueCodeableConcept
CD.png 4124          ObservatieMethode 0 .. 1 bc-BirthObservation Observation.method
ST.png 4131          Toelichting 0 .. 1 bc-BirthObservation Observation.comment
Container.png 39    Uitdrijvingsfase 1 .. * bc-Birth Procedure
Container.png 9685       Patient 1 .. 1 bc-Woman Patient
Container.png 4132       Actief Meepersen (Observatie) 0 .. 1 bc-BirthObservation Observation
TS.png 4133          ObservatieDatumTijd 0 .. 1 bc-BirthObservation Observation.effective[x]:effectiveDateTime
TS.png 4135          ActiefMeepersenWaarde 1 .. 1 bc-BirthObservation Observation.value[x]:valueDateTime
PQ.png 10247          DuurUitdrijvingWaarde 1 .. 1 nvt
CD.png 4136          ObservatieMethode 0 .. 1 bc-BirthObservation Observation.method
ST.png 4143          Toelichting 0 .. 1 bc-BirthObservation Observation.comment
Container.png 4144       Type Partus (Observatie) 1 .. 1 bc-BirthObservation Observation
TS.png 4145          ObservatieDatumTijd 0 .. 1 bc-BirthObservation Observation.effective[x]:effectiveDateTime
CD.png 4147          TypePartusWaarde 1 .. 1 bc-BirthObservation Observation.value[x]:valueCodeableConcept
CD.png 4148          ObservatieMethode 0 .. 1 bc-BirthObservation Observation.method
ST.png 4155          Toelichting 0 .. 1 bc-BirthObservation Observation.comment
Container.png 4157       TOP nav prenataal onderzoek? (Observatie) 0 .. 1 bc-PregnancyObservation Observation
TS.png 4158          ObservatieDatumTijd 0 .. 1 bc-PregnancyObservation Observation.effective[x]:effectiveDateTime
BL.png 4160          TOPnavPrenataalOnderzoekWaarde 1 .. 1 bc-PregnancyObservation Observation.value[x]:valueBoolean
CD.png 4161          ObservatieMethode 0 .. 1 bc-PregnancyObservation Observation.method
ST.png 4168          Toelichting 0 .. 1 bc-PregnancyObservation Observation.comment
Container.png 4169       Ligging kind (Observatie) 1 .. 1 bc-FetusObservation Observation
TS.png 4170          ObservatieDatumTijd 0 .. 1 bc-FetusObservation Observation.effective[x]:effectiveDateTime
CD.png 4172          LiggingKindWaarde 1 .. 1 bc-FetusObservation Observation.value[x]:valueCodeableConcept
CD.png 4173          ObservatieMethode 0 .. 1 bc-FetusObservation Observation.method
ST.png 4180          Toelichting 0 .. 1 bc-FetusObservation Observation.comment
Container.png 4193       Werkelijke plaats baring (type locatie) (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4194          ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4196          WerkelijkePlaatsBaringWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueCodeableConcept
CD.png 4197          ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4204          Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 1587       Ziekenhuis baring 0 .. 1 bc-DeliveryProcedure Procedure.performer.actor
Container.png 1588          Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 10710       Partusassistentie (Contact) 0 .. 1 bc-ChildBirthAssistance Encounter
CD.png 10711          ContactType 0 .. 1 bc-ChildBirthAssistance Encounter.class.extension:ContactTypeCodelist
CD.png 10735          ContactSoort 0 .. 1 bc-ChildBirthAssistance Encounter.type
Container.png 10712          ContactMet 0 .. 1 bc-ChildBirthAssistance Encounter.participant.individual.extension:practitionerRole
Container.png 10801             Zorgverlener 0 .. 1 nl-core-practitionerrole PractitionerRole
Container.png 10714          Locatie 0 .. 1 bc-ChildBirthAssistance Encounter.serviceProvider
Container.png 10734             Zorgaanbieder 0 .. 1 nl-core-organization Organization
CD.png 10738          PartusStadiumWaarde 0 .. 1 bc-ChildBirthAssistance Encounter.participant.extension:periodOfArrival
TS.png 10726          OproepDatumTijd 0 .. 1 bc-ChildBirthAssistance Encounter.participant.extension:timeWhenCalled
TS.png 10716          AankomstDatumTijd 0 .. 1 bc-ChildBirthAssistance Encounter.participant.period.start
TS.png 10717          EindDatumTijd 0 .. 1 bc-ChildBirthAssistance Encounter.participant.period.end
Container.png 1591       Probleem (Kindspecifieke maternale problemen) 0 .. * bc-DisorderOfLaborAndDelivery Condition
CD.png 1592          ProbleemAnatomischeLocatie 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite
CD.png 1593          ProbleemLateraliteit 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.bodySite.extension:Laterality.valueCodeableConcept:valueCodeableConcept
CD.png 1594          ProbleemType 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.category
CD.png 1595          ProbleemNaam 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.code
TS.png 1596          ProbleemBeginDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.onsetDateTime:onsetDateTime
TS.png 1597          ProbleemEindDatum 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.abatementDateTime:abatementDateTime
CD.png 1598          ProbleemStatus 1 .. 1 bc-DisorderOfLaborAndDelivery Condition.clinicalStatus
CD.png 1599          VerificatieStatus 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.verificationStatus
ST.png 1600          Toelichting 0 .. 1 bc-DisorderOfLaborAndDelivery Condition.note
Container.png 1603       Verrichting (Kindspecifieke maternale verrichtingen) 0 .. * bc-ObstetricProcedure Procedure
TS.png 1604          VerrichtingStartDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.start
TS.png 1605          VerrichtingEindDatum 0 .. 1 bc-ObstetricProcedure Procedure.performed[x]:performedPeriod.end
CD.png 1606          VerrichtingAnatomischeLocatie 0 .. 1 bc-ObstetricProcedure Procedure.bodySite
CD.png 1607          VerrichtingLateraliteit 0 .. 1 bc-ObstetricProcedure Procedure.bodySite.extension:ProcedureLaterality.valueCodeableConcept:valueCodeableConcept
Container.png 1608          Indicatie 0 .. * bc-ObstetricProcedure Procedure.reasonReference
Container.png 1620             Probleem (Kindspecifieke maternale problemen) 0 .. 1 bc-ObstetricProcedure Procedure.reasonReference
CD.png 1610          VerrichtingType 1 .. 1 bc-ObstetricProcedure Procedure.code
CD.png 7919          Beslismoment sectio caesarea 0 .. 1 bc-ObstetricProcedure Procedure.extension:decisionMoment
CD.png 1611          VerrichtingMethode 0 .. * bc-ObstetricProcedure Procedure.extension:procedureMethod
Container.png 1612          MedischHulpmiddel 0 .. * bc-ObstetricProcedure Procedure.focalDevice
Container.png 10452             MedischHulpmiddel 0 .. 1 zib-MedicalDeviceProduct Device
Container.png 1614          Locatie 0 .. 1 bc-ObstetricProcedure Procedure.performer
Container.png 10453             Zorgaanbieder 0 .. 1 nl-core-organization Organization
Container.png 1616          Uitvoerder 0 .. * bc-ObstetricProcedure Procedure.performer
Container.png 10454             Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 10455          Aanvrager 0 .. * zib-procedurerequest ProcedureRequest.requester
Container.png 10457             Zorgverlener 0 .. 1 nl-core-practitioner Practitioner
Container.png 1624       Aanpakker kind 1 .. 1 bc-ChildBirthAssistance Encounter.participant.individual
Container.png 1625          Zorgverlener 1 .. 1 bc-ChildBirthAssistance Encounter.participant.individual
Container.png 1626       Supervisor 1 .. 1 bc-ChildBirthAssistance Encounter.participant.individual
Container.png 1627          Zorgverlener 1 .. 1 bc-ChildBirthAssistance Encounter.participant.individual
Container.png 40    Nageboortefase 1 .. 1 ntb
Container.png 3884       Placenta 1 .. * nvt
Container.png 4218          Wijze Geboorte Placenta (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4219             ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4221             WijzeGeboortePlacentaWaarde 1 .. 1 bc-DeliveryObservation Observation
CD.png 4222             ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4229             Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4230          Geboorte Placenta (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4231             ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
TS.png 4233             GeboortePlacentaWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueDateTime
CD.png 4234             ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4241             Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4242          Placenta Compleet (Observatie) 1 .. 1 bc-DeliveryObservation Observation
TS.png 4243             ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
CD.png 4245             PlacentaCompleetWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueCodeableConcept
CD.png 4246             ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4253             Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4254          Placenta PA? (Observatie) 0 .. 1 bc-DeliveryObservation Observation
TS.png 4255             ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
BL.png 4257             PlacentaPAWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueBoolean
CD.png 4258             ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4265             Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment
Container.png 4266          Testuitslag PA (Observatie) 0 .. 1 bc-DeliveryObservation Observation
TS.png 4267             ObservatieDatumTijd 0 .. 1 bc-DeliveryObservation Observation.effective[x]:effectiveDateTime
ST.png 4269             TestuitslagPAWaarde 1 .. 1 bc-DeliveryObservation Observation.value[x]:valueString
CD.png 4270             ObservatieMethode 0 .. 1 bc-DeliveryObservation Observation.method
ST.png 4277             Toelichting 0 .. 1 bc-DeliveryObservation Observation.comment